J
Jakob Olsen
Hi,
I didn't know which group to post this in, so I did something I usually
don't do which is post the message in multiple groups - sorry for that!
My problem is that I have build a .NET application and made added a
deployment project to the solution that creates an MSI-package. This works
fine when I manually installs the MSI-package, but I also want to be able to
make an automatic installation so I can run something like this in the
command-window:
MyProject.MSI /servername=http://server /run=Everyone
How can I do this?
My main problem is that I want to make Everyone the standard choice for
"Install MyProject for yourself, or for anyone who uses this computer". But
I would also like to use some other parameters like servername.
Y/Jakob
I didn't know which group to post this in, so I did something I usually
don't do which is post the message in multiple groups - sorry for that!
My problem is that I have build a .NET application and made added a
deployment project to the solution that creates an MSI-package. This works
fine when I manually installs the MSI-package, but I also want to be able to
make an automatic installation so I can run something like this in the
command-window:
MyProject.MSI /servername=http://server /run=Everyone
How can I do this?
My main problem is that I want to make Everyone the standard choice for
"Install MyProject for yourself, or for anyone who uses this computer". But
I would also like to use some other parameters like servername.
Y/Jakob