Re: [WiX-users] Repair fails when original MSI not available

2010-11-01 Thread Rob Mensching
Typically, you have to cache your MSI using a bootstrapper of some sort. Burn (in WiX v3.6) will do this for you by default. On Fri, Oct 29, 2010 at 4:30 PM, vivekanandan balaguru wrote: > Hi, > If we delete the MSI from disk after install, Repair option fails with the > message "The feature you

[WiX-users] Repair fails when original MSI not available

2010-10-29 Thread vivekanandan balaguru
Hi, If we delete the MSI from disk after install, Repair option fails with the message "The feature you are trying to use is on a network resource that is unavailable". How to enable local cache in Wix? This feature works on InstallShield created BasicMSI projects by default. thanks, Vivek ---