Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request that Burn respect setting MsiLogging (like it does MSIFASTINSTALL) #4554

Open
wixbot opened this issue Oct 12, 2014 · 4 comments
Open
Milestone

Comments

@wixbot
Copy link

wixbot commented Oct 12, 2014

I experimented with setting MsiLogging in Burn driven MSI packages, but found the results confusing. I was trying to use SetProperty to set MsiLogging (related to a remember property pattern for the VALUE_OF_MSILOGGING), however folks in this thread pointed out that doing this is not supported. Rob commented that a request that Burn respect MsiLogging like it does MSIFASTINSTALL was a reasonable request.

http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Use-of-MsiLogging-in-Burn-driven-MSI-td7597242.html

I was trying to provide 'testers' with a simple way to set the MsiLogging value on the command line of my mba bundle.exe (and pass that value in a property to the various msi packages.) (I also learned from MSDN that '_' should not be used so my mba converted myswitch=_v to MsiLogging='voicewarmup'.)

Originally opened by phogland

@wixbot wixbot added this to the v4.x milestone Dec 20, 2015
@vlsg
Copy link

vlsg commented Jan 31, 2018

Is there any way to up-vote this? We would very much like to be able to use MSILOGGING property.

@robmen
Copy link
Member

robmen commented Jan 31, 2018

This issue is open and unassigned. That means it is waiting for someone to investigate the root problem, discuss possible solutions to that problem then implement the decided solution.

If you are interested in doing so yourself, our developer documentation provides a great checklist for getting started.

If you are not interested then you are waiting for someone else to become interested. If this issue has been open for a long time then there probably isn't much interest in this particular issue. In that case, you'll want to consider how to motivate others to fix it for you. This is a pretty good list of support options.

@vlsg
Copy link

vlsg commented Jan 31, 2018 via email

@chrpai
Copy link

chrpai commented Aug 12, 2022

I'm not sure Burn respects MSIFASTINSTALL. I was troubleshooting a RestartManager/Files In Use problem and noticed that Burn was passing MSIFASTINSTALL=7 to the MSI command line. When I added the property MSIFASTINSTALL and set it to 0 I could see the commandline contained both MSIFASTINSTALL=7 and MSIFASTINSTALL=0 In the log I could see it had the property and then I could see the property changed. I'm not sure MSI supports that and either way I'm still troubleshooting my issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants