coucou Posted October 21, 2005 Posted October 21, 2005 Hi,When I insatll my my UA DVD (WinXP +appz), the cmdlines.txt is executed (about 30 min) before Windows installation has finished. Here my cmdlines.txt:[COMMANDS]"MakeMapCD.cmd""RunOnceEx.cmd""WPI.cmd"Is there any how to prevent cmdlines.txt to be executed until the Windows installation ends.Regardscoucou
kaje_ovo Posted October 21, 2005 Posted October 21, 2005 cmdlines.txtDoesent need to be calledcmdlines.cmd
MHz Posted October 22, 2005 Posted October 22, 2005 If your invoke RunOnceEx to run at Cmdlines.txt stage, rather then allowing it to run at first logon, then running at T12 + installing Apps for the other 18 mins would give you your 30 minutes before the finish of Windows setup.
coucou Posted October 23, 2005 Author Posted October 23, 2005 TNX MHz for the info... unfortunately it doesn't make me to move forward.In fact, not only the RunOnceEx.cmd run but WPI.cmd also run and start installing the appz, before Windows XP installation has finished.Well, is there any command to make RunOnceEx and WPI waiting until the Windows XP installation END???Regardscoucou
Nanaki Posted October 23, 2005 Posted October 23, 2005 You're not getting what you're trying to do.CMDlines.txt executes the given applications at T-12, meaning 12 minutes before the setup ends. For RunOnceEx this works, as all it does is write some registry values that are read at bootup. What you need is GuiRunOnce, do a search on that.
Sonic Posted October 23, 2005 Posted October 23, 2005 (edited) cmdlines.txt isn't the correct file for post-installation, you must use one RunOnceEx.cmd in cmdlines.txt which set the regkey's RunOnceEx, and after first login the other batch like WPI are launched ...+edit: tu doit appeller WPI.cmd depuis RunOnceEx ... Edited October 23, 2005 by sonic
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now