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
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
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
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
4 matches
Mail list logo