If you run misexec by itself it will give you a list of valid
parameters. "/l foo.log" gives you pretty much minimum verbosity
Yu, Brian wrote:
> I got this from http://www.dalun.com/wix/06.26.2005.htm
>
> c:\WiX\msiexec /i product.msi /L*v log.txt
>
>
>
> Is this the only way to write out lo
http://technet.microsoft.com/en-us/library/cc759262.aspx
2008/12/18 Yu, Brian
> I got this from http://www.dalun.com/wix/06.26.2005.htm
>
> c:\WiX\msiexec /i product.msi /L*v log.txt
>
>
>
> Is this the only way to write out logging?
>
> I find it difficult to work out what the installer is doin
I got this from http://www.dalun.com/wix/06.26.2005.htm
c:\WiX\msiexec /i product.msi /L*v log.txt
Is this the only way to write out logging?
I find it difficult to work out what the installer is doing, is there
any way to change the logging level?
Is there some sort of reference document we
Hi,
We can get logs through
1) command line ie msiexec /i asdfg.msi /log c:/log.txt will
create log.txt
2) Like in case of %temp% folder it is created automatically
because of proerty
voicewarmupx
I want to create same log file through coding?
you can run msiexec through command line
msiexec /i /L*v
On Dec 7, 2007 2:11 PM, SaiTeja <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> When I run msi, By default msi logging is created in %temp% folder.
>
> I want to create msi logging in TARGETDIR (Other than Temp folder) ie
> c:\sailogs.txt
>
> c
Hi,
When I run msi, By default msi logging is created in %temp% folder.
I want to create msi logging in TARGETDIR (Other than Temp folder) ie
c:\sailogs.txt
can any one tell me how to do this
--
View this message in context:
http://www.nabble.com/Msi-Logging-tf4962012.html#a14212264
Sent fr
6 matches
Mail list logo