Flame is a user interface that will enable you to create installers using WIX. Flame makes it quick and easy to create a simple windows installer including feature sets, shortcuts, registry entries, and generating GUIDs for you.
Flame does not delve deep into the WIX functionality and doesn’t even touch patching (although it does set up your installer to work with patching later). However, even if you need a complicated install, Flame generates a great starting point.
What's New in This Release: [ read full changelog ]
· Fixed bug that wouldn’t save an upgrade GUID that was hand entered.
· Registry entries can now bind a filetype to one of your executables
· Shortcuts and Registry entries now automatically save when you update them instead of requiring the update button
· Added better error handling and reporting when errors occur whil generating .wxs files
· Adding/Removing a folder to/from a feature now recursively does all the files and folder below it as well
· Loading a .kflame now automatically starts with the Main feature selected
· Added output content to the build log on success, and to a failure log on failure
· Docs updated about bitmaps, including some hints about getting them to look right
· Flame now saves the last directory saved to and starts there with open calls. Like a ‘Most Recent Project’ option
· Added bitmaps folder - can be anywhere now, not in each build folder. Cleaner, saves space, and can reuse for all company installers
· Fixed some documentation about wix v3 not supported
· Fixed som...