Jump to content

Switches for an Win32 Cabinet Self Extractor


richiboy

Recommended Posts

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
Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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