Re: [WiX-users] Getting current downloading package name in BA for Web installer

2014-03-20 Thread Saravana1109
I have another doubt in uninstallation. The created bundle is having more than one MSI packages. I will install all msi packages files in a machine(consider 3 msi packages). Now I need to remove any of one installed msi packages while re-run the setup. How can i do this using custom bootstrappe

[WiX-users] How to show Maintenance Dialog option in custom BA

2014-03-10 Thread Saravana1109
Hi, I am using wix 3.7. Created a custom bootstrapper application and bundle for installing msi file. I didn't face any problem in installation. If we will re-run the setup file after installed, need to show the maintenance dialog options (Modify, Repair, Remove) like in MSI. How can we handle