[wix-users] Need help to get started

Walter Dexter wfdexter at gmail.com
Thu Mar 3 06:07:19 PST 2016


I've never peeled apart one from IS MSI but have poked around in Wise ones. Truly an awful tangle of custom crap. My WiX installers are done running before the Wise one is even started, and a lot smaller. (We do strictly unattended installs, so no UI debris in  mine.)

What does your installer actually do? Do you for sure know? If the truth is you don't really know and don't want to figure it out, buy IS or pay someone to build the WiX package for you.

Most tasks are pretty easy in WiX once you pass the initial "what the f* do I do?" learning curve.

There are a couple WiX editors that can give you a start. I ultimately got mad at them and just use a text editor (well, Gvim) and command line, but they'll give you a boost at first anyway to get started.

http://robmensching.com/blog/posts/2007/11/20/wix-editors/


> On Mar 2, 2016, at 1:15 PM, Jon Earle <earlej at hotmail.com> wrote:
> 
> Hey folks!
> I have a scenario I'm pondering.  We need to create a new build server, installing VS2015 and the latest wdk for building a hardware device driver.  The outdated build server cannot host vs2015, already tried that.  The primary issue is that it also contains our installation of installshield 2009, and we have no copy of the installer.  So, I thought I would investigate converting to wix rather than shelling out $5kUSD for the new version.
> Noone touches the installer except for maybe once or twice a year - things don't change that much.  Once the script is working, it is rarely ever looked at again, so you can imagine, there are few folks who a) understand the windows installer at all and b) there is no appetite to spend any time on it, at any level.
> So, if I can convert the current project to wix, quickly, and be done with it, it will fly.  If not, then we'll spend the $5k and be done with it that way too.
> I know, sounds like a cop-out, but that is the reality of my situation.  :(
> So, what I've googled up is this... convert the current msi using dark.exe and then rearrange things.
> I should add that I'm using release 3.11.0.226.
> I did the first part of that... ran dark.exe myclient.msi -x -o myclient.wxs and got a massive xml file, full of stuff.  I also received directories with things in them... .\Binaries named NewBinary1...NewBinaryX, a collection of DLLs I can only assume come from installshield (difxapp.dll, issetup.dll and many others), .\File with a collection of files name with a leading _ and a random collection of letters and numbers and .\Icon with a file name ARPPRODUCTICON.exe.
> What do I do with all of this?  It's overwhelming and seemingly broken to the point where, I don't know if I should just toss it and start from scratch, or sort it out (though... how? Nothing in the xml file makes any sense to me).
> The end goal, is to have an installer present a list of products (tree form) with sub-items to be installed or not (drivers, java sdk, c_++ sdk, samples).  Each product might have a different assortment of things associated with it - for example, installing the component to connect to a hardware device containing our product using a network connection, would not install a hardware driver, whereas the component installed to connect to a local (pci-based) hardware product would install the required pci drivers.  The component to connect to another product would install the usb drivers for that product and so on.  Some components might also install additional software to be run as a windows service.  Installation would generate ini files, create empty db files (essentially, the equivalent of 'touch mynew.db') and do other things as required (those actions are currently implemented via insstallscript actions and set to occur at certain times during the installation.
> The uninstallation would stop any running services, remove the driver files (again, sometimes using installscript to do so).
> Doesn't seem trivial to me, maybe it does to some. I've used wix in the past to create simple installers (though I still found it really hard to learn to use and ended up mangling a wxs file I found so that it ended up doing what I needed).  I am simply overwhelmed and am at a loss as to what to do from here.  Please help!
> Many TIA!Jon
>                         
> 
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list