On Mon, 17 Dec 2007 02:15:20 -0800 (PST), PLAWP wrote:

Paul,

> Does anyone know of a method that can be used to create an .msi for
> an evaluation version. Either something that will expire after a
> certain period or better still will automatically un-install. Of
> course -all in WiX.

Not with WiX. WiX only allows you to do what Windows Installer does and this is 
clearly out of bounds. You have to build this into your own application. The 
Installer won't be run again after the product has been installed, so neither 
expiration nor automatic uninstallation is possible.

You can put some registration logic into a custom action you write but remember 
that .msi is an open format, with free editors available. Therefore, it is very 
easy to circumvent any keycode control or similar by modifying the .msi itself. 
If you want anything serious, you have to do your homework... :-))

Bye,
   Gábor

-------------------------------------------------------------------
DEÁK JAHN, Gábor -- Budapest, Hungary
E-mail: [EMAIL PROTECTED]

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to