This happens because every time you build your application(setup) a new package code is getting generated, keeping the same package code will give you the behavior what you are expecting.
Regards, Mahesh -----Original Message----- From: Rob Mensching [mailto:rob.mensch...@microsoft.com] Sent: Tuesday, January 06, 2009 9:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Reinstallation of Modified MSI When you rebuild you have a new MSI. The only option is to recache/reinstall (minor upgrade like) or major upgrade. Or uninstall the previous package and install the new one. -----Original Message----- From: Pankaj Agrawal (Infosys Technologies Ltd) [mailto:v-pa...@microsoft.com] Sent: Monday, January 05, 2009 20:12 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Reinstallation of Modified MSI Hi, I have created a MSI with latest version of WiX and installed on my machine. Now I modified the WiX file and created the new MSI. Now I am installing the newly created MSI and it is not giving me the option for modify, remove and uninstall . I am getting the error that this package is already installed. Please let me know if I am missing something as I am using the following syntax in the WiX file. Product Id="8ad1eec7-c597-4582-9056-1cf6ab68d24c" Name="DBComponent" Language="1033" Version="1.0.0.0" Manufacturer="DBComponent" UpgradeCode="f22fdf0c-74e8-42f3-88a2-b381a777e5a2"> <Package InstallerVersion="200" Compressed="yes" /> <Media Id="1" Cabinet="media1.cab" EmbedCab="yes" /> ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------ ------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users Important notice:This e-mail and any attachment thereto contains corporate proprietary information. If you have received it by mistake, please notify us immediately by reply e-mail and delete this e-mail and its attachments from your system. Thank You. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users