richiboy Posted October 6, 2008 Posted October 6, 2008 (edited) Basically, I have read the guides about creating application install with the RunOnceEX method and have come to a point where I'm not too sure what to put in for the switches.I understand Installers use different switches and how to go about getting the switches for that particular installer. This is where my problem lays with-in ;I'm trying to write the code for RunOnceEx and not sure what switch to input for BitDefender Internet security2009. It's not a standalone .exe or .msi etc it's actually a "Win32 Cabinet Self-Extractor" which has an .MSI setup inside. So do I still use the "/qn or /qb REBOOT=surpress" switches?Heres how I have written it so farth;REG ADD %KEY%\001 /VE /D "BitDefender InterNetSecurity2009 " /fREG ADD %KEY%\001 /v 1 /D "%systemdrive%\install\"BitDefender InterNetSecurity2009"\BitDefenderSetup.exe /qn REBOOT=Surpress /fI imagine I just extract the .MSI and use it, but will this effect the install if the other files run along side the install or visa versa?If some one could just clarify that for me, I would be happy as larry. Cheers for the help in advanced! Edited October 6, 2008 by richiboy
x-Shadow-x Posted October 6, 2008 Posted October 6, 2008 (edited) Just extract it, it would be much easier, and it wouldnt effect anything. Edited October 6, 2008 by x-Shadow-x
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now