I tried to follow the guide online to allow programs to be installed at the 13min mark during setup, but I can't understand it. If someone could provide an example of the files (maybe with the installation of 1 program) and where they go I would greatly appreciate it.
Page 1 of 1
13 min mark RUNonce
#2
Posted 04 August 2004 - 08:19 PM
RunOnce/RunOnceEx doesn't happen at the 13 minute mark. That will happen at first logon. Most people execute there RunOnceEx.cmd from cmdlines.txt but that doesn't mean that the applications will be installed at this time; that just writes the information into the registry for execution at first logon.
If you wanted to execute a setup at T-13, you would add the appropriate command to cmdlines.txt in the $OEM$ folder. I think cmdlines.txt executes at T-12 however.
cmdlines.txt
That's just an example for installing 7zip. My 7zip setup file is in $OEM$\$1\Install\Applications\7zip\
I use RunOnceEx to install my applications however.
If you want to use RunOnceEX to install your applications, a search of the forum should yield many results. Refer to this: http://unattended.ms...p/runonceex.htm
GUIRunOnce is another option you might consider.
If you wanted to execute a setup at T-13, you would add the appropriate command to cmdlines.txt in the $OEM$ folder. I think cmdlines.txt executes at T-12 however.
cmdlines.txt
[COMMANDS] "%systemdrive%\Install\Applications\7zip\7z313.exe -y /q /r:n"
That's just an example for installing 7zip. My 7zip setup file is in $OEM$\$1\Install\Applications\7zip\
I use RunOnceEx to install my applications however.
If you want to use RunOnceEX to install your applications, a search of the forum should yield many results. Refer to this: http://unattended.ms...p/runonceex.htm
GUIRunOnce is another option you might consider.
#3
Posted 04 August 2004 - 09:56 PM
However, you can initiate the RunOnceEX install whenever you want, regardless of beboot.
rundll32.exe iernonce.dll,RunOnceExProcess
#4
Posted 05 August 2004 - 06:04 AM
Thanks guys, but are you sure even if you're using an INF file to control RunOnceEx as described at http://gosh.msfnhost...g_runonceex.htm
- ← Unattended istallation of programs
- Unattended Windows 2000/XP/2003
- T -33 Installing Devices Hang up →
Share this topic:
Page 1 of 1



Help
Back to top









