Link to home
Start Free TrialLog in
Avatar of carlostriassi
carlostriassiFlag for United States of America

asked on

Visual Studio .NET MSI installation program

I built a Visual Studio .NET Solution MSI installation program. Is it possible to pass parameters on my .msi installation program. for instance, we would like to pass the Host Server Name on our installation MSI program for our bacth scripts.

For example:

MyTest.msi elvis


where elivis is one of our server names.

or is there a better way to read an external source to read server name as one my parameters.

Remember, what ever the solution is, I need to include MyTest.msi installation program to run on our Login scripts, so how do we handle its parameters, command line arguments or an external source.

Regards,
Carlos.
ASKER CERTIFIED SOLUTION
Avatar of SStory
SStory
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial