For our application we require that multiple versions of our software are installed on a PC, We have got this working by just updating the main product GUID (a bodge I know but it does work) The only issue is that in the Uninstall entry for the software it does not display any version information, You do not know which version you are uninstalling.
Is there a way to get this information in the uninstall enty?
The value needs to be a variable.
Cheers
Gareth
Adding Variables/Version Info into the Software Title
-
- Posts: 149
- Joined: Fri Oct 21, 2005 8:42 am
- Location: UK
-
- Posts: 149
- Joined: Fri Oct 21, 2005 8:42 am
- Location: UK
Updated using the Generate button next to the Product Code.
I was trying to put the variable in the Product name field in the GUI, when i tried #varname# it just put the string #varname# in the installer.
Should I leave this as the basic title and just add the additional information to $TITLE$ in script?
I was trying to put the variable in the Product name field in the GUI, when i tried #varname# it just put the string #varname# in the installer.
Should I leave this as the basic title and just add the additional information to $TITLE$ in script?
The product code is designed to hold a single guid only. It does not accept variables. Therefore, regenerating the guid should work.
You can also directly update the product name field while you are at it, as this is what $TITLE$ is initialized with.
The only drawback here is that you have to make these changes at compile time. Fortunately, we will soon have a way to generate new product instances, dynamically, with a single script command, at runtime
You can also directly update the product name field while you are at it, as this is what $TITLE$ is initialized with.
The only drawback here is that you have to make these changes at compile time. Fortunately, we will soon have a way to generate new product instances, dynamically, with a single script command, at runtime

-
- Posts: 149
- Joined: Fri Oct 21, 2005 8:42 am
- Location: UK
All the settings in the Project Options window (most of which are also available in various Visual views) cannot use variables, or compiler variables. Variables and compiler variables may only be used in the setup script.
Sorry for the confusion - we will have to update our documentation on this one!
Sorry for the confusion - we will have to update our documentation on this one!
-
- Posts: 149
- Joined: Fri Oct 21, 2005 8:42 am
- Location: UK
Is it possible to pass the Product Name in using the Command line?
I am running out of ways to automate our build procedure now, we need to be able to create an installation with the Product Name (As displayed in the Add/Remove Programs) of the format
ApplicationName rX.XX.X
The app version will be generated by our automated build process, that should hopefully run generate the installation at the end.
I am running out of ways to automate our build procedure now, we need to be able to create an installation with the Product Name (As displayed in the Add/Remove Programs) of the format
ApplicationName rX.XX.X
The app version will be generated by our automated build process, that should hopefully run generate the installation at the end.
Can you tell me a little more about your scenario here, so I can better understand the goal and make an optimal recommendation? It does seem like you need the Transform Instance command - contact me privately for that. But maybe not, just let me know what exactly you are doing (privately again if you wish), and we'll find an optimal solution for your case.
-
- Posts: 149
- Joined: Fri Oct 21, 2005 8:42 am
- Location: UK
Who is online
Users browsing this forum: Google [Bot] and 145 guests