cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vijaybandari
Level 3

Properties as Commandline Parameters to an EXE file

I am creating a single exe file (compressed) instead of msi.
This installer will be used by lots of clients (say thousands) and this will be instantiated by our web application using an ACTIVE-X control (we conisdred all security problems and client is ok with it)...
I want to set one property of the installer through command line.

The problem is I am able to set the property for a .msi package, but don't know how to set the property with single .exe file.

Thanks,
Vijay Bandari 🙂
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

Try something like this:
Setup.exe /v"MYPROPERTY=value"

For this and other Setup.exe command-line options, see Setup.exe and Update.exe Command-Line Parameters.
0 Kudos
vijaybandari
Level 3

Hey thanks Debbiel.... it worked :):)
0 Kudos