Discussion:
[WiX-users] Creating an ARP button for "Uninstall/Change" vs. "Uninstall" & "Change"
Joel Budreau
2015-07-14 20:47:04 UTC
Permalink
I've been trying to google around for how to create a single
"Uninstall/Change" button in the windows ARP for my installer, and
I've run into a number of forum posts that don't seem to answer the
problem:

http://installjournal.blogspot.com/2012/12/combining-uninstall-change-on-same.html

http://stackoverflow.com/questions/1741857/remove-change-and-repair-buttons-in-add-or-remove-programs/20212073

https://social.msdn.microsoft.com/Forums/windows/en-US/c8156aa6-98a7-40a6-9ad1-e6bb347650c1/how-to-combine-uninstallchange-in-add-remove-program-using-orca-editor?forum=winformssetup

Anybody have an answer?

Thanks,
Joel
Phill Hogland
2015-07-15 13:14:58 UTC
Permalink
Using a Burn bundle set Bundle/@DisableModify="button"



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-ARP-button-for-Uninstall-Change-vs-Uninstall-Change-tp7600885p7600886.html
Sent from the wix-users mailing list archive at Nabble.com.
Joel Budreau
2015-07-15 20:38:02 UTC
Permalink
What if ‘not’ using a Burn bundle?
Post by Phill Hogland
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-ARP-button-for-Uninstall-Change-vs-Uninstall-Change-tp7600885p7600886.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
Phill Hogland
2015-07-15 20:58:09 UTC
Permalink
I cannot speak to not using Burn, but in the last link that you originally
posted, the last post indicates that the information was posted earlier in
that thread, so I would guess that there is an MSI property that controls
it. WiX is open source so it should be in the code for research. I also
expect that to some degree the behavior of the ARP feature of windows
depends on which version/edition of the OS is being targeted.



--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-ARP-button-for-Uninstall-Change-vs-Uninstall-Change-tp7600885p7600891.html
Sent from the wix-users mailing list archive at Nabble.com.
Joel Budreau
2015-07-15 22:02:03 UTC
Permalink
Sure thing. I’ll probably dig through the burn source code.

Thanks Phill.
Post by Phill Hogland
I cannot speak to not using Burn, but in the last link that you originally
posted, the last post indicates that the information was posted earlier in
that thread, so I would guess that there is an MSI property that controls
it. WiX is open source so it should be in the code for research. I also
expect that to some degree the behavior of the ARP feature of windows
depends on which version/edition of the OS is being targeted.
--
View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Creating-an-ARP-button-for-Uninstall-Change-vs-Uninstall-Change-tp7600885p7600891.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
https://lists.sourceforge.net/lists/listinfo/wix-users
Loading...