Our licensing system is similar to Windows Product Activation in that a
hash is created for the machine the software is licensed on, sent to us,
and we return a self-extracting executable that installs a bunch of
license files that are generated for that specific machine.   What this
means is that every machine has license files with the same name, but
which are different.  We are currently using WISE to create the
installer which installs the license files but I am looking to move it
WiX/MSI.

So my plan is to create a WiX project that the licensing system builds
whenever it gets a license request.  The licensing system will generate
the license files and then build the WiX project.
I'll create a WixLib with the components for the license files.  After
the project is built, the licensing system will package the .msi up in a
self-extracting zip file for the user to download.

Does this seem like a reasonable thing to do with WiX/MSI?  

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to