This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Installpath in shortcut tooltip
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 05, 2010
04:33 AM
Installpath in shortcut tooltip
Hi
I do have an InstallScript MSI project which installs my application. The application is added to the start menu of windows. I tried to define a tooltip on this shortcut showing the location of the application.
Under InstallShield 2008, I went to the InstallationDesigner under System Configuration/Shortcuts and selected the application. I filled the field Description with [INSTALLDIR]\myapp.exe.
Now, the tooltip of the application shows [INSTALLDIR]\myapp.exe.
What do I have to make to have the [INSTALLDIR] resolved, ie. that the tooltip shows "Location: C:\Program Files\..." ?
I do have an InstallScript MSI project which installs my application. The application is added to the start menu of windows. I tried to define a tooltip on this shortcut showing the location of the application.
Under InstallShield 2008, I went to the InstallationDesigner under System Configuration/Shortcuts and selected the application. I filled the field Description with [INSTALLDIR]\myapp.exe.
Now, the tooltip of the application shows [INSTALLDIR]\myapp.exe.
What do I have to make to have the [INSTALLDIR] resolved, ie. that the tooltip shows "Location: C:\Program Files\..." ?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 08, 2010
08:58 AM
No idea how to define the text of the tooltip in the description field of the exe file in order to have it show the full path?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 15, 2010
06:28 AM
Create a new string entry with [INSTALLDIR], and add this string as description for the shortcut.