How to set the custom log path for bootstrapper exe as well as exes in the bundle #7560
Unanswered
ashvinikambleforvpel
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Currently all the logs are by default written to %temp% folder.
I want to write the bootstrapper log as well as the packages logs it is installing to a custom location with some custom file name.
is it possible to do so?
I have tried using Log tag inside bundle like below but it didn't work:
<Bundle Name="Uniformance Excel Companion Installer" Version="1.0.0.0" Manufacturer="QUASAR" UpgradeCode="6b7fffc8-c8e7-4123-b018-3ad6ef137438"> <Variable Type="string" Name="ExcelCompanionInstallerLogPath" Value="C:\Program Files\AppLogs\ExcelCompanionInstaller_install.log" Persisted="yes"/> <Log Disable="yes" PathVariable="ExcelCompanionInstallerLogPath"/> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /> <Chain> <!-- TODO: Define the list of chained packages. --> <!-- <MsiPackage SourceFile="path\to\your.msi" /> --> <PackageGroupRef Id="Prerequisites"/> <PackageGroupRef Id="ExcelCompanionApplication"/> </Chain>
any help with this would be highly appreciated
Beta Was this translation helpful? Give feedback.
All reactions