Hi, I have created a Wix installer and have packed it in a bootstrap program.
When I execute the bootstrap program it creates the following entries in the registry : http://n2.nabble.com/file/n4011693/Up.jpg When I run the bootstrap program it installs well and when I run the Add/Remove programs it shows "Change" button and "Repair" button. My requirement is that * I want these two buttons to be one as "Change/Repair" like in other applications * When I select this button I want my bootstrap program (setup.exe) to run and not the msi This is my code area : <Property Id="EXTUNINSTALL" Value="0"/> <Property Id="UNINSTALLEXE" Value="msiexec.exe"/> <!-- The Uninstall shortcut target executable & arguments--> <CustomAction Id="SetUNINSTALLEXE_EXT" Property="UNINSTALLCMD" Value="[INSTALLEREXEDIR][INSTALLEREXE]"/> <CustomAction Id="SetUNINSTALLARG_EXT" Property="UNINSTALLARG" Value="/MAINTENANCE /SILENT="SGWLRPFCE" /LANG="[ProductLanguage]""/> <!-- Hides the default add/remove programs entry--> <CustomAction Id="SetSYSTEMARPCOMPONENT" Property="ARPSYSTEMCOMPONENT" Value="1"/> <CustomAction Id="SetUNINSTALLARG" Property="UNINSTALLARG" Value="/x [ProductCode]"/> <CustomAction Id="SetUNINSTALLEXE" Property="UNINSTALLCMD" Value="[SystemFolder]msiexec.exe"/> <CustomAction Id="SetARPINSTALLLOCATION" Property="ARPINSTALLLOCATION" Value="[MAININSTALLERFOLDER]" /> Please help ! Thanx, tvks -- View this message in context: http://n2.nabble.com/Remove-Change-and-Repair-buttons-in-Add-or-Remove-Programs-tp4011693p4011693.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users