G
Gudni G. Sigurdsson
Hi.
I have written a .NET C# program and have also made a setup project for it.
Everything works fine, except that I would like my setup application to
remove any existing version of my program before proceeding with the setup.
This is because I get the following message if there is a previous version of
my program installed:
'Another version of this product is already installed. Installation of this
version cannot continue. To configure or remove the existing version of this
product, use Add/Remove Programs on the Control Panel.'
I would like to avoid having my user to use Add/Remove Programs on the
Control Panel. I would like my setup to silently remove any existing version
of my app and then proceeding with the installation of the new version.
Regards,
Gudni
I have written a .NET C# program and have also made a setup project for it.
Everything works fine, except that I would like my setup application to
remove any existing version of my program before proceeding with the setup.
This is because I get the following message if there is a previous version of
my program installed:
'Another version of this product is already installed. Installation of this
version cannot continue. To configure or remove the existing version of this
product, use Add/Remove Programs on the Control Panel.'
I would like to avoid having my user to use Add/Remove Programs on the
Control Panel. I would like my setup to silently remove any existing version
of my app and then proceeding with the installation of the new version.
Regards,
Gudni