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

AppSearch.GetProducts() crashes #27

Closed
dosarf opened this issue Feb 27, 2017 · 0 comments
Closed

AppSearch.GetProducts() crashes #27

dosarf opened this issue Feb 27, 2017 · 0 comments

Comments

@dosarf
Copy link
Contributor

dosarf commented Feb 27, 2017

The msiexec.exe log files only says
SFXCA: RUNDLL32 returned error code: -1073741819 .
CustomAction _... returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)

dosarf added a commit to dosarf/wixsharp that referenced this issue Feb 27, 2017
The StringBuilder instance given to the MsiEnumProducts() call must have
some initialized array. The product code GUIDs returned by that call
(formatted with braces) should take 38 characters.
oleg-shilo added a commit that referenced this issue Feb 27, 2017
Issue #27: Fixing AppSearch.GetProducts() crash
Thank you for fixing it.
oleg-shilo added a commit that referenced this issue Feb 28, 2017
* Issue #27: Fixing AppSearch.GetProducts() crash
* Added support for `MediaTemplate` element.
* Added tunneling of Files and DirFiles attributes to the aggregated File items
* Issue #23: Attributes inheritance in Files and DirFiles
* Added Compiler.GetMappedWixConstants() for exploring WiX constants mapping
* Adding %CommonAppDataFolder% to Dir.cs description
* Issue #20: File.Attributes (on parent Component) after setting File.NeverOverwrite will not work
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

2 participants