Re: [WiX-users] Bootstrap an MSI to pass in parameters

2009-05-30 Thread Bob Arnson
achandrapano wrote: > I am trying to create a bootstrapper to my MSI so I can pass in the logging > verbosity and log file location to msiexec. I have looked at setupbld.exe > but it doesn't seem to be able to pass in parameters. I want someway to set > logging verbosity and location of log files w

Re: [WiX-users] Bootstrap an MSI to pass in parameters

2009-05-29 Thread achandrapano
Well MsiLogFileLocation isn't a settable value according to the MSDN, only a gettable property. (and is also on the newer windows installers, I am using this on XP). MSIEnableLog seems like the only function that will work. Is this the only way? saschabeaumont wrote: > > See msi.chm, check out t

Re: [WiX-users] Bootstrap an MSI to pass in parameters

2009-05-28 Thread Sascha Beaumont
See msi.chm, check out the MsiLogging and MsiLogFileLocation properties. On Sat, May 23, 2009 at 3:32 AM, achandrapano wrote: > > I am trying to create a bootstrapper to my MSI so I can pass in the logging > verbosity and log file location to msiexec. I have looked at setupbld.exe > but it doesn

[WiX-users] Bootstrap an MSI to pass in parameters

2009-05-22 Thread achandrapano
I am trying to create a bootstrapper to my MSI so I can pass in the logging verbosity and log file location to msiexec. I have looked at setupbld.exe but it doesn't seem to be able to pass in parameters. I want someway to set logging verbosity and location of log files when someone double clicks o