My installer has very few options for the end user. Actually it has none. The install location is found based on the presence of another application so essentially the user is just clicking next and then next again to install.
However once installed, if the user then runs the msi again, they are given the options of repairing, modifying or removing the application. I am ok with repairing and removing but I would like to remove the modify option. I do have an application directory (which is determined by values in the registry) so the user should not be able to change it.
I can see that there is an option to remove the modify in the control panel which I have done but I was wondering if it can be removed from the installer?
Thanks
David