rbok78 wrote:
> Therefore I decided to simulate that situation. I installed an add-in
> successfully. Then I only changed the registry value
> (HKLM\SOFTWARE\Microsoft\Office\11.0\Excel\InstallRoot\Path) to fictional
> path. I expected the add-in wouldn't be uninstalled due to different path.
> However, the add-in was uninstalled successfully. The file was removed from
> right folder. I was able to repair an installation too. It seems the new
> path is ignored in case of uninstallation process or repair process. Is it
> correct behaviour?
>   

MSI knows where it installed your product's components, so it can 
uninstall and repair them without supplying extra information. However, 
if you rely on the property value in any other way, such as writing it 
to the registry, it won't work as expected because MSI will use whatever 
defaults you have set up.

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



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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