-
Notifications
You must be signed in to change notification settings - Fork 15
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
X64 merge module installer fails #49
Comments
well that looks like an error where2 file name are being concatenated. Thanks for the report |
does anyone know what dyoqjjp5.dll is ? |
A placeholder name generated by WiX because MSI wants to see short (8.3) file names in some places. |
Side note: Attempting to install the MSI as part of a burn bundle fails as well. It appears as though WiX may be supplying a value for psqlodbc/installer/psqlodbc_cpu.wxs Line 155 in ab76a10
It doesn't appear that I can override the value provided for
Burn bundle install log:
Pretty easy to reproduce outside of creating a burn bundle if you just pass the property to an msiexec command. |
I can also confirm this error. |
@chrullrich any thoughts ? |
I will take a look. The file name problem looks like @cubt85iz may not have run modify_msi.vbs on the finished installer. It is rather unfortunate that this is required; if more reports of this kind emerge the last resort would be to change the file names to 8.3 despite the pain that will bring. [Update: Not so much pain if the long file names are also there.] |
WFM if modify_msi.vbs is used on the finished MSI. |
This is fixed by #76 (if that change is viable). |
Appreciate the reply. Your assumption is correct. I did not execute the modify_msi.vbs script against the merge module. |
Created a WiX Toolset installation that includes the merge module for the latest version and it appears to be suffering from the same issue that the x64 MSI was experiencing in the issue discussion referenced below.
Ref: #6
The text was updated successfully, but these errors were encountered: