[wix-users] How to provide installation log link even on successful execution.
Phil Wilson
phil.wilson at mvps.org
Tue Jul 26 08:35:20 PDT 2016
Ah, I see that now yes. Maybe the MSI log would be useful also :)
Phil W
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of
Hoover, Jacob
Sent: Monday, July 25, 2016 3:18 PM
To: WiX Toolset Users Mailing List
Subject: Re: [wix-users] How to provide installation log link even on
successful execution.
Phil,
Assuming he's talking about RtfTheme as in a WixStdBA theme file.
Looks like the clicks are hard coded single purpose -
WixStandardBootstrapperApplication.cpp:
case WM_NOTIFY:
...
case WIXSTDBA_CONTROL_FAILURE_LOGFILE_LINK:
pBA->OnClickLogFileLink();
return 1;
It wouldn't be hard to tweak it, but it's not going to do it out of the box.
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of
Phil Wilson
Sent: Monday, July 25, 2016 2:07 PM
To: 'WiX Toolset Users Mailing List' <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] How to provide installation log link even on
successful execution.
If you are using a recent MSI engine you could use the MsiLogFileLocation
property.
Phil W
-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of
shashank khadse
Sent: Monday, July 25, 2016 3:25 AM
To: WiX Toolset Users Mailing List
Subject: [wix-users] How to provide installation log link even on successful
execution.
Hello All,
Due to client request , I need to display the installation log link even on
successful execution.
The wix burn generates the log in the widows %temp% dierctory.
I just need to provide the link to this log file ( same as that in case of
Failed execution.) I can provide the link by customizing the
LocalizationFile RtfTheme.wxl and the ThemeFile RtfLargeTheme.xml file.
However, this just provides the false link. The log file doesnt gets opened
?
Is there any way to open the log file even in case of successfull execution
scenario ?
Thanks & Regards
Shanky
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant
http://www.firegiant.com/
More information about the wix-users
mailing list