Using variable from user action in shortcut with Visual Studio 2008 Installer -
I have a shortcut that I want to make based based on user input. I have created the Text Box (A) page in the file actions of my Visual Studio 2008 application. I changed the editing 1 box to STUDYNAME. In the variable, I used [StudyName], [STUDYNAME], $ [STUDYNAME] and "[STUDYNAME]"
None of them work.
Any help would be great.
Paul
Unfortunately the name of the shortcut is not:
So you can not use any asset for the shortcut name. Instead, you can try to make it, which gets the value of the property and the name of the shortcut changes.
There is no predefined support in Visual Studio for this, so you have to write your custom action code.
Comments
Post a Comment