User | Kudos |
---|---|
6 | |
2 | |
2 | |
1 | |
1 |
When I run the installer for my application, I want to display to the user the version of the exe that will be installed. Since this exe already exists, I should be able to embed a tag in the installer dialog text as a placeholder for this version. Something like:
This installer will install version %my_exe_version% on your machine.
When the installer is built, the tags are replaced with the actual versions.
This should also work for all components being installed (DLLs, web services, etc)
As a bonus, it would be nice to have access to user defined tags in the build spec that can be embedded into installer dialogs. Perhaps allowing a prerun VI to populate these so we can invent new ways of adding infomation in the future. (like accessing user information from the OS and using that to customize the dialogs)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.