Re: [WiX-users] Repair issue

2007-09-11 Thread Wilson, Phil
tember 11, 2007 12:47 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Repair issue Thanks for your quick reply :) This makes you wonder why the MSI file is being cached anyway... Is this a general issue (e.g. is it still there in WiX 3.0 or in MSI 4.x ?) and is there a wa

Re: [WiX-users] Repair issue

2007-09-11 Thread Albert van Peppen
users@lists.sourceforge.net Onderwerp: Re: [WiX-users] Repair issue If the product requires a repair to re-install a file then it will want the original MSI file, and the best approach to this issue is to have the original MSI available. You can't really guarantee that a repair will n

Re: [WiX-users] Repair issue

2007-09-10 Thread Wilson, Phil
If the product requires a repair to re-install a file then it will want the original MSI file, and the best approach to this issue is to have the original MSI available. You can't really guarantee that a repair will never occur. Unpacking a setup and installing the MSI from a temp location that g