You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My installer needs to install the vc++ runtimes, but the 32bit and the 64bit version. I was thinking there might be a ready-made extension for these (because i think i was using one in the previous version of the installer, but that was years ago.) I did not find such a thing for the current version of wix. so i ended up with this in my bootstrapper application:
Basically, this works. However, the versions of the vc++ runtime that i ship are a little bit outdated. The current version is 14.51.something and i ship 14.50.something. Now, what i found is:
if somehow has a newer (the current) version of the 64bit runtime installed, my installer works
if the currenct version of the 32bit runtime is already installed, the installer fails with "another version is already installed".
i can't find any documentation how to do this correctly. Can anybody tell me how to do this or where to find any information regarind this? (does anybody know, why the 64bit version is working differently than the 32bit one?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Question
My installer needs to install the vc++ runtimes, but the 32bit and the 64bit version. I was thinking there might be a ready-made extension for these (because i think i was using one in the previous version of the installer, but that was years ago.) I did not find such a thing for the current version of wix. so i ended up with this in my bootstrapper application:
<Bundle ..... (bundle stuff)
(other stuff)
Basically, this works. However, the versions of the vc++ runtime that i ship are a little bit outdated. The current version is 14.51.something and i ship 14.50.something. Now, what i found is:
i can't find any documentation how to do this correctly. Can anybody tell me how to do this or where to find any information regarind this? (does anybody know, why the 64bit version is working differently than the 32bit one?
Open Source Maintenance Fee
wixtoolsetproject because I support the maintainers.Beta Was this translation helpful? Give feedback.
All reactions