SaiTeja wrote:
> Hi,
> 
> Thanks for Info.
> 
> Can you suggest for Msi Logging for XP or 2000
> 
>>> -> <Property Id="MsiLogFileLocation" Value="C:\Install.txt"/>
>>> ->  <Property Id="MsiLogFileLocation">C:\Install.txt</Property>

I'm not using this, but my suggestion would be to,

 1. DO NOT use C:\ for cruft like log files. Put them in User's
Directory like User's Application Data similar. Or temporary folder.

 2. For logging on XP or 2000 you need to use a command line switch /log
with msiexec to get logging.

  msiexec /log install_logfile.txt install.msi

You can do that with a batch file or from command line.


- Adam


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to