Replies: 2 comments 3 replies
-
That's not possible unless the EXE has a command line argument that tell it not to add a ARP (add/remove programs) entry. |
Beta Was this translation helpful? Give feedback.
-
I thought you were using burn for some reason. You are using an MSI to also run an (installer) exe. That's usually not recommended as there should be only one installer running at a time (modifying machine state). Do you know what install technology the exe intaller users (Inno, MSI wrapped in an EXE, ...)? In burn you could use |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've been trying to wrap an existing exe installer with wix toolset so that it's possible to install/uninstall/upgrade using an MSI. What I've noticed is that the installation creates 2 entries in Add/Remove programs, one for the MSI and one for the underlying exe installer. The goal is to only see the MSI entry in that list. Is there an option in wix toolset to hide the one from the exe installer? I have tried using a custom action with a DLL to add the SystemComponent key and with a PowerShell script doing the same but none of this seemed to do the trick.
Any suggestions or useful documentation?
Thanks in advance!
Pieter
Beta Was this translation helpful? Give feedback.
All reactions