Rebranding help
Hello!
We are changing the name of our product and I want to create an installer that will upgrade the existing install to the new product name. The problem I am running into is that the installer doesn't think the product is installed since the name has changed.
Is it possible to do this?
Edit: I thought I would add an example to clarify
- A product with the name of "ProductA" was installed in C:\Program Files\ProductA using NSIS
- I want to use a patch installer to change "ProductA" into "NewProduct" which will be located at C:\Program Files\NewProduct
Thanks!
-Anton