Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

preventing uninstallation of c++ redistributable

I'm using Advanced Installer in my product. as part of the installation, the installer installs c++ redistributables that my product needs in order to run. my question is how to prevent the user from removing the c++ redistributable installation in add/remove programs? is there an option to use reference counting on 3rd party products that the installer installs?

like image 304
user1996690 Avatar asked Nov 20 '25 17:11

user1996690


1 Answers

Have you considered using merge modules to install your redistributables? Instead of separate standalone installers. This is supported by Advanced Installer too.

This should prevent them from appearing in Control Panel, but they will also be uninstalled together with your application.

like image 98
Bogdan Mitrache Avatar answered Nov 24 '25 22:11

Bogdan Mitrache



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!