Jump to content

NoUTurn20

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by NoUTurn20

  1. All right SwedenXP it didnt work for me. Same thing that always happens happend, ABSOLUTELY nothing. I am getting very frustrated. I've tried what seems to be everything. Any more suggestions would be appreciated.
  2. ill try that. here is my current code that works just fine excpet for in teh unattended install. If after the next reboot I run this command it installs just fine. ECHO Installing Diskeeper v8.0 Build 478 ECHO Please wait... start /wait %systemroot%\UNATTENDED\Diskeeper8\setup.exe /S /v/qn
  3. I tried an admin install with no luck. Ive tried with the setup.exe file I have with /S /v/qn with no luck. I even tried running the setup then copying the tempoirary files it creates in the TEMP dir and tried using that .msi file with a /passive switch with no luck. ALL of these ways it installs normally and silently when I am not booting up for the first time in an unattended install. Diskeeper is not my last install and the program that installs after it installs just fine.
  4. all of my other programs install and run just fine. and after the install it waits 90seconds to fully boot before restarting. Ive checked it in tehat 90 second window and it just simply doesnt install it.
  5. I remove the /S so i can see it actually execute setup. If i run the command with the switchs from the command prompt diskeeper installs just fine but when it runs from GUIRUNONCE from my winnt.sif file it doesn't work. Can I admin install and have it still be silent? And if I can do I add the /a before or after the /v/qn. I have tried it with the /S switch and it doesnt work. So I removed it to see setup start to see if it was actually executing.
  6. I dont use RUNONCEEX so that command is invalid. I use a .bat script. ECHO Installing Diskeeper v8.0 Build 479 ECHO Please wait... start /wait %systemroot%\UNATTENDED\Diskeeper8\DK8Setup.exe /v/qn The problem is the diskeeper install starts up and I can see teh progress bar but it doesnt intsall. THere are no shortucts and it is not installed in my program files folder. Why would setup start but not install teh program? That is teh command I find anywhere I look.
  7. I am attempting to add an unattended install of Diskeeper Pro v8 Build 479 to my XP SP2 CD. I am using guiunattended in the winnt.sif file and not runonceex. I have used the comamnd line with teh switchs found on this site but they do not work. The problem is Diskeeper setup executes (I know because I use the command line without the /s so I can see setup execute) but it does not install teh program. I have also tried Build 478 to no avail. All of my other programs install just fine (TweakUI, Norton Corp 9, Winrar, etc...). Any help would be appreciated.
  8. I have alot of Reg Tweaks I want to run during my unattended install of XP Pro. Iam using guirunonce in the winnt.sif file. I see the reg tweaks run and they say there is no problem importing them but even after I reboot they do not take effect. I have to run the .bat file manually to import the reg tweaks. Can anyone help me get my reg tweaks to import the first time? Here is a sample of my .bat file. start /wait regedit /s AlwaysUnloaddlls.reg start /wait regedit /s CMDHere.reg start /wait regedit /s DesktopCleanUpDisable.reg start /wait regedit /s DisableDefaultShare.reg start /wait regedit /s DisableSecurity.reg start /wait regedit /s EnableBigLBA.reg start /wait regedit /s ErrorReportDisable.reg start /wait regedit /s FullPathAddress.reg start /wait regedit /s IEMaxDL10.reg start /wait regedit /s MyCompOnTop.reg start /wait regedit /s MyCompServ.reg start /wait regedit /s MyCompSharedFilesDisable.reg start /wait regedit /s NetworkSpeedUp.reg start /wait regedit /s NoRebootBSOD.reg start /wait regedit /s NoRecentDocs.reg start /wait regedit /s NoShortcutTo.reg start /wait regedit /s Services.reg start /wait regedit /s SimpleFileShareDisable.reg start /wait regedit /s SpeedUpShutdown.reg start /wait regedit /s SysMech4.reg start /wait regedit /s SystemRestoreDisabled.reg start /wait regedit /s WindowsUpdateReg.reg I dunno why they do not work the first time but after I run teh .bat fiel after teh intiall first boot they take effect just fine.
  9. Is there anyway to convert the RunOnceEX guide to windows 2000. The problem I seem to be running into is when I create a command like this: REG ADD %KEY%\002 /VE /D "Direct X 9.0b" /f REG ADD %KEY%\002 /V 1 /D "%CDROM%\PLUGINS\OS Updates\Direct X\9.0b\DX9NTopk.exe" in my runonceex.cmd file Windows 2000 kinda flips out. I guess the regedit in windows 200 needs different parameters. can anyone help me?
×
×
  • Create New...