Hi,
I made a copy of an install project, in order to create an installer for a beta version of our software.
The software has the same executable name, but I want it to be installed as a separate application in parallel with our release version.
I generated a new product ID and changed the Product name field to <appname>BETA.
For some reason, the APPDIR, which is [ProgramFilesFolder][Manufacturer]\[ProductName] does not update to use the new ProductName. It still uses the product name from the original project. What do I need to change to make this work? Changing this by hand does not seem to work either. Is it using the executable name?
I need this to install as a totally spearate application - different install dir, new entry in add/remove programs etc.
Is there somewhere else I need to change ProductName? When I change it in Install Parameters, it seems to get picked up in some places (eg install dialog header) but not others - the APPDIR.
thanks,
matt