In article <[EMAIL PROTECTED]>,
    Craig0ss <[EMAIL PROTECTED]>  writes:

> Basically my installer installs certain standard letters for use with the
> software, if i change the standard letter to incorperate client specific
> details and then uninstall the product the modified file is removed, is
> there a way to check if the file has been modified and do not delete it on
> uninstall?

The way I've dealt with this was to run a custom action that copies
the files to a backup before the upgrade install transaction begins,
i.e. the CA was immediate and sequenced before InstallInitialize.

Its kinda hacky; I'd rather that Windows Installer not remove modified
files during an upgrade, but I can see how that would be problematic
to get right in all circumstances.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to