Re: [WiX-users] silent install, command line, parameter and writting to registry or file

2009-10-13 Thread Blair
@directron.us] Sent: Tuesday, October 13, 2009 1:30 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] silent install, command line, parameter and writting to registry or file Blair, Yes I was speaking of the installer's command line parameter. I have been reading over some blog

Re: [WiX-users] silent install, command line, parameter and writting to registry or file

2009-10-13 Thread Chris Jokinen
Blair, Yes I was speaking of the installer's command line parameter. I have been reading over some blogs and examples and I want to make sure I have this correct. I can use the session to access the command line parameters and then assign those to Wix in this kind of structure .I

Re: [WiX-users] silent install, command line, parameter and writting to registry or file

2009-10-12 Thread Blair
bject: [WiX-users] silent install, command line, parameter and writting to registry or file Hello All, I have a small project that is a windows service, but I need to make an installer to run via the command line and pass 3 parameters that will be used to set the configuration in the registry o

[WiX-users] silent install, command line, parameter and writting to registry or file

2009-10-12 Thread Chris Jokinen
Hello All, I have a small project that is a windows service, but I need to make an installer to run via the command line and pass 3 parameters that will be used to set the configuration in the registry or the apps config file. I also need to run the generated msi from the command line for silen