dorenstein
Posts: 1
Joined: Wed Apr 11, 2012 5:42 pm

Generate WIX files

Wed Apr 11, 2012 5:49 pm

I'm looking at AdvancedInstaller for the first time. I find the ease of use attractive. I see that you can import WIX projects but I am also interested in saving a project in WIX format. Is this possible now, or are there any plans to include this capability in the near future?

Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact:  Website

Re: Generate WIX files

Tue May 08, 2012 11:38 am

Hi,

Can you please give me more details about why you need this?

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

stevehiner
Posts: 9
Joined: Fri Jan 07, 2005 6:42 pm
Contact:  Website

Re: Generate WIX files

Tue May 15, 2012 6:57 pm

Yes, yes, yes. I agree with this suggestion.

The reason I need it is because WIX is kinda a pain to get set up right if you're not experienced with it. There is one main reason I want WIX files - because my clients ask for them. I have a major client that needed an installer, I built one using AI, they came back later and ask me to make a WIX version. The reason they wanted WIX instead of AI is because WIX files can be easily incorporated into continuous integration systems so every code checkin results in a full build with installer. Because they use WIX for their other stuff I couldn't just tell them to buy AI and figure out how to integrate it into their build process, they never would have done it. WIX files, being just XML, are more easily modified on the fly during a build process so you don't have to keep X copies of installer projects due to minor variations in the resulting installs. At least that's what I understand about WIX, I could be way off.

Also, AI is SO easy to use and there aren't any decent WIX UIs as far as I've seen. I tried reading through the docs to create my own WIX file and my head started to melt. It was painful having AI just sit there while I wallowed in complicated WIX documentation. Since AI and WIX both target the Windows Installer it seems like anything AI can do should be translatable to WIX. Also, there might be things WIX can do that AI can't do as easily yet. If I encountered a case like that (I haven't ever yet) it would be nice to build 99% of the installer in AI, output to WIX, then tweak the WIX file.

Please, please, please.

mbearden
Posts: 8
Joined: Tue Jan 30, 2007 11:20 pm
Location: Atlanta, GA

Re: Generate WIX files

Tue Sep 15, 2015 9:26 pm

This is an old post, but I just read it. I agree with Please, Please, Please....and I will keep looking for this support.

stevehiner
Posts: 9
Joined: Fri Jan 07, 2005 6:42 pm
Contact:  Website

Re: Generate WIX files

Wed Sep 16, 2015 4:14 pm

I still think this is a good idea. Thanks for resurrecting the topic.

bdwade100
Posts: 1
Joined: Tue Jun 28, 2016 12:32 am

Re: Generate WIX files

Tue Jun 28, 2016 12:38 am

You can use the dark decompiler tool that comes with WiX to decompile MSI files to WiX XML if you created your installer as an MSI file.

Return to “Feature Requests”