Jared Posted August 19, 2004 Posted August 19, 2004 Im confused about when it says look at the link for an example http://unattended.msfn.org/xp/applications/winrar.htmAdd these lines to your batch file:ECHO.ECHO Installing WinRAR 3.20ECHO Please wait...start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /sI am doing a silent install of winrar and dont know what batch file it is talking about.
stickfun Posted August 19, 2004 Posted August 19, 2004 how would you do a silent install without a batch?
Jared Posted August 19, 2004 Author Posted August 19, 2004 This is my first time doing a silent install and im trying to figure out what to do. Do I make my own batch file?
MCT Posted August 19, 2004 Posted August 19, 2004 hiu can do a silent install WITHOUT a batch file (just use the winnt.sif file)but back 2 the original questionopen notepad goto file > save as, next name it Applications.bat put quotes around it, so its like"Applications.bat"thats it should now see the icon has changed wherever u saved it 2, it will have a "gear" icon
MCT Posted August 19, 2004 Posted August 19, 2004 anywhere, most ppl usually put it in $OEM$\$1\Install\Apps\<place Batch file Here>then just refrence your GUIRunOnce section to it[GuiRunOnce]%systemdrive%\Install\Apps\Applications.bat
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