Jump to content

Recommended Posts

Posted (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 " /f

REG ADD %KEY%\001 /v 1 /D "%systemdrive%\install\"BitDefender InterNetSecurity2009"\BitDefenderSetup.exe /qn REBOOT=Surpress /f

I 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 by richiboy

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...