October 21, 200520 yr My RunOnceEx.cmd runs fine, with one exeption. My NAV Corp 9.0 does not install. It does show up in the list of programs to be installed andthe system seems to take enough time to fully install it. But after reboot NAV is not on system.Here is a copy of my RunOnceEx.cmd.cmdow @ /HID@echo offSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Symantec Antivirus Corporate 9" /fREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\sav\Symantec.msi\ /passive /norestart" /fREG ADD %KEY%\002 /VE /D "Symantec Virus Definition Update" /fREG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\sav\update.exe /q" /fREG ADD %KEY%\004 /VE /D "winRAR 3.51" /fREG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\winrar\wrar351.exe /s" /fREG ADD %KEY%\005 /VE /D "Ad-Adware SE Pro v1.03" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\adaware\aawsepersonal.exe /s" /fREG ADD %KEY%\010 /VE /D "SpyBot Search & Destroy" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\spybot\spybotsd14.exe /silent" /fREG ADD %KEY%\015 /VE /D "Adobe Reader 7" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Adobe7\Adobe7.msi /qn" /fREG ADD %KEY%\025 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\install\tweaks.reg" /fREG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /fEXITAll of the other programs in the list install and run great, just the NAV.Second question.Is there a way to turn off power management to the NIC in the registry?Thanks. Edited October 21, 200520 yr by sdax2
October 21, 200520 yr Looks to me like you got an \ too many at the ned of the lineREG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\sav\Symantec.msi\ /passive /norestart" /ftry it with:REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\sav\Symantec.msi /passive /norestart" /fand see if that works?
October 21, 200520 yr Author Don't you just hate it when someone spots the obvious?Thanks, I will give it i shot.
Create an account or sign in to comment