Jump to content

BoardBabe

Member
  • Posts

    1,415
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by BoardBabe

  1. I use the normal Windows XP theme (non-classic) -set in winnt.sif, thats all. But ive done this from the start, so might be theme related...
  2. From the first test I did. Never worked for me. I have a reg activating the QL if it matters.
  3. HOWTO Wanted... How do I install and activate the3D Windows XP screensaver? Tried to install it on my machine, but it went too fast to even see where the temp files where going :/
  4. I have no idea, so this is what i came up with Hope someone will find out what causes this though...
  5. I fixed this problem in my cleanup file and placed the two missing shortcuts on my CD. COPY /Y "%CDROM%\Quick Launch\" "%USERPROFILE%\Programdata\Microsoft\internet explorer\Quick Launch"
  6. Where do i get Windows Media Connect update?
  7. Thats what i thought too, weird... However if i launch just the .au3 it works perfectly!? just not when i make it an exe
  8. How do i make winrar NOT to integrate to shell?
  9. Im installing Nero 6 in RunOnceEx.cmd, but can't get it to install in Norwegian... Installing just Nero 6.3.120 works fine, that gets Norwegian Next I update to 6.3.125 and it turns english, ok.... Now to fix this I install the Norwegian Language Pack... although this doesent seem to apply correctly. I get Norwegian NeroStartSmart, but not the Nero application. (However if I run the norwegian language pack manually again after win is installed... I get it all in Norwegian) REG ADD %KEY%\050 /VE /D "Ahead Nero Burning Rom 6.3.125" /f REG ADD %KEY%\050 /V 1 /D "%CDROM%\Programvare\Nero\nero63120.exe /silent=1 /silent /no_ui /setlang=NOR /nocancel /noreboot /sn=\"XXXX-XXXX-XXXX-XXXX-XXXX-XXXX\" /write_sn" /f REG ADD %KEY%\050 /V 2 /D "%CDROM%\Programvare\Nero\nero63125.exe /silent=1 /silent /no_ui /nocancel /noreboot" /f REG ADD %KEY%\050 /V 3 /D "%CDROM%\Programvare\Nero\NBR63125NOR.exe /silent /no_ui" /f
  10. I jsut downloaded and tested with http://ryanvm.net/msfn/files/netfxsp1.exe. Install still asks me to insert some disk!? start /wait %winupdate%\NetFramework\netfxsp1.exe start /wait %winupdate%\NetFramework\langpack.msi /QB
  11. Tried with AutoIt 3, made the script and converted to exe. However this opened Windows Help as this is launched on F1, didnt wait for bsplayer to be "active".
  12. How did you extract the msi from Acro-Reader_6.0.2_Update.exe?
  13. Why not just auto activate it? Believe i saw a post about that?
  14. Ooops yeah i was missing that slash. Does this work for you installing from the CDROM without copying to HDD ($1\Install) ?
  15. Sorry, I guess I was unclear on that one What i ment was, can I have OemPnPDriversPath in wintt.sif look for drivers on the CD/DVD -ROM rather than on %systemdrive%\Drivers\000_somedriver eg OemPnPDriversPath=%CDROM%\drivers\001_graphics So that I dont have to copy drivers to HDD (to reduce install time)
  16. I tried to use the .msi and files that is extraced to %windir%\cache when launching the exe in first post, but this also failed the same way. Can you give me a code example?
  17. Can i have the OemPnPDriversPath= in winnt.sif look for drivers in paths on the CDROM?
  18. It "skips" Adobe Reader 6 when installing from DVD. start /wait %CDROM%\Apps\AdobeReader6\AdbeRdr60_nor_full.exe -p"-s /v\"/qn\"" App does not get installed and I get no error. (does not extract to c:\windows\cache either)
  19. start /wait %CDROM%\Apps\NetFramework\netfxsp1.exe start /wait %CDROM%\Apps\NetFramework\langpack.msi /QB you mean
  20. Didnt really help to slipstream. I get a message telling me to insert disk 2 for .net framework in drive.
  21. Any way to make it work like Run("%programfiles%\Webteh\BSplayerPro\bsplayer.exe")?
  22. Im sorry, can you point me in a direction? i tried to search...
  23. Anyone know how to implement BSplayer Pro registration information?
  24. Microsoft .NET fails to install from DVD but works if first copied to %systemdrive%. This is my code for when it works from %systemdrive% start /wait %Systemdrive%\Install\NetFramework\netfx.msi /QB start /wait %Systemdrive%\Install\NetFramework\NDP1.1sp1-KB867460-X86.exe /Q start /wait %Systemdrive%\Install\NetFramework\langpack.msi /QB 1. installing .NET 1.1 2. installing .NET 1.1 SP1 3. installing .NET Norwegian Language Pack Now the above works, but I cant get it to work from DVD, any idea?
×
×
  • Create New...