hulkviper Posted September 15, 2005 Posted September 15, 2005 I have made a Unattended setup of a setup for a software, everything gets installed as I want if I run the .bat file.How do I add that file to run in the WinXP setup?
Asin Posted September 15, 2005 Posted September 15, 2005 In your winnt.sif file, have a section called [GuiRunOnce] and then have the property:Command0 = "PATH"Replace PATH with the path to the batch file.
hulkviper Posted September 15, 2005 Author Posted September 15, 2005 ok, but I can't find that file in the xp installation files :Swhere is it?
InTheWayBoy Posted September 15, 2005 Posted September 15, 2005 You'll have to make one...check the guide:http://unattended.msfn.org/
hulkviper Posted September 16, 2005 Author Posted September 16, 2005 The software I created an unattended setup is K-Lite Mega Codec Pack 1.37.Command0 = I386\K-Lite Mega Codec Pack 1_37\klmcp.batIs this right?
Asin Posted September 16, 2005 Posted September 16, 2005 Change it toCommand0 = "I386\K-Lite Mega Codec Pack 1_37\klmcp.bat"
cyberloner Posted September 17, 2005 Posted September 17, 2005 can u run it by copying to i386 folder?i think u need to use $oem$\$1\software\and run with %systemdrive%\software\run.bat
Noise Posted September 17, 2005 Posted September 17, 2005 can u run it by copying to i386 folder?i think u need to use $oem$\$1\software\at<{POST_SNAPBACK}>Forget it cyber, he just isnt smart enough. He's definitely not as smart as you. And you're just barely smart enough to understand what you know.
Kelsenellenelvian Posted September 17, 2005 Posted September 17, 2005 Funny, un-called for but funny.
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