Closed soundarpandiyan closed 6 years ago
It's hard to tell. I suggest you start with the Registry sample. It does proper install and removal of the registry keys without any special stuff to facilitate the removal.
Then you can start modifying the sample to implement your deployment logic. This way you can detect which of your actions triggers the problem.
Thanks Oleg, i have sorted out the issue. Sorry another question, i have command line parameters which is working with msi file but not in the boostrapper exe. i have only one msipackage.
The bootstraper's exe has it's oven command line args policy. If I am not mistaken WiX does not allow direct tunneling the exe's arguments. Instead they are translated into the msiexec args on-fly. Though quite possibly Burn has some customization mechanism that I am just not aware of.
Hi oleg, first of all i would like to thanks such a great library provided. it would be great helpful if you help on this issue
the below code i'm using also i have tried with different options like ForceDeleteOnUninstall = true, AttributesDefinition = "Component:Permanent=no"}