Migrating a project from InstallShield: Is there a tool, or at least a guide? #7171
Unanswered
GuyFleegman
asked this question in
Questions
Replies: 1 comment 2 replies
-
The WiX Toolset provides a "decompiler" that converts an MSI (or MSM) into .wxs source code. In WiX v4 use the Once you have the .wxs code, you can start cleaning it up since it was machine generated. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I have an existing project (solution) in Visual Studio 2012, and currently it uses InstallShield - via its VS integration - to create MSI packages.
I hate InstallShield and want to get away from it. It seems like WiX is the way to go.
But support does WiX have for migrating my existing IS project? Any tools, or at least a guide?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions