K
krose
I have created an Installer using the "Setup Wizard" in Visual Studio.
I've added a custom action to this as a seperate DLL written in C#.
The custom action has to install files from another location on the
network.
Everything is working and going well.
The problem I am having now is that once it has been installed once, I
am unable to install it again as I get an "Another version of this
product is already installed" error message.
As I understand it I can get around this problem by changing the
Product Code in the installer, but this is not possible as the files on
the network are constantly changing and I can not change the product
code and regenerate the installer every time a file changes.
What I need to do is force my Installer to just ignore any versions
previously installed and just proceed as if it is always the first
time.
Does anyone know how I can do this?
Thanks
Kevin
I've added a custom action to this as a seperate DLL written in C#.
The custom action has to install files from another location on the
network.
Everything is working and going well.
The problem I am having now is that once it has been installed once, I
am unable to install it again as I get an "Another version of this
product is already installed" error message.
As I understand it I can get around this problem by changing the
Product Code in the installer, but this is not possible as the files on
the network are constantly changing and I can not change the product
code and regenerate the installer every time a file changes.
What I need to do is force my Installer to just ignore any versions
previously installed and just proceed as if it is always the first
time.
Does anyone know how I can do this?
Thanks
Kevin