deployment - Prevent program appearing in Add/Remove section of Control Panel -
i'm bootstrapping clickonce setup file can add custom actions pre , post install. problem i'm facing clickonce installation writes add/remove programs section of control panel. mean user end 2 uninstallers (clickonce , bootstrapper). program available offline, rules out setting clickonce deployment online-only , suppressing add/remove entry way. there other way prevent clickonce deploy adding entry add/remove section? or there way retrospectively remove entry safely?
its stored in registry under
hkey_local_machine\software\microsoft\windows\currentversion\uninstall just delete corresponding key , sound little malicious
Comments
Post a Comment