Kunal Desai wrote:

I have a website that serves msi packages....at the point of downloading the file if I select run instead of save I can install the file successfully...but if I do it again and select the repair button for the same package the repair fails giving a network error...any ideas anyone???


If you choose Run, the browser saves the .msi file in its cache and it probably will be cleaned up. Repair requires the original .msi package to get to the original files; MSI looks for it in the original directory it installed from (the browser cache).

The general approach is to offer .exe downloads that know how to cache the .msi in a localappdata directory. (The WiX setupexe chainer does that, for example.)

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to