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
- :
- Re: Let the end user change the start menu path
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
‎Feb 10, 2012
03:04 AM
Let the end user change the start menu path
Hi,
I am using the InstallShield 2012 Premier Edition.
Is it possible to let the end user decide in which folder in the windows start menu the program appears?
The common way is to create a shortcurt like "Start Menu" --> "Company Name" --> "Product Name". I would like to customize the installtion wizard so the user can edit this start menu path.
Thanks in advance
Christoph
I am using the InstallShield 2012 Premier Edition.
Is it possible to let the end user decide in which folder in the windows start menu the program appears?
The common way is to create a shortcurt like "Start Menu" --> "Company Name" --> "Product Name". I would like to customize the installtion wizard so the user can edit this start menu path.
Thanks in advance
Christoph
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 10, 2012
07:28 PM
That type of selection isn't used much anymore, but nowadays it depends on your project type. If you're using an InstallScript project, you might look into using the SdSelectFolder dialog box.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2012
02:24 AM
Hi,
I am using a Basic MSI project. Do I have to create my own dialog or are there any built in dialogs to solve it?
Christoph
I am using a Basic MSI project. Do I have to create my own dialog or are there any built in dialogs to solve it?
Christoph
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2012
08:35 AM
Now I have created a new dialog with an edit field on it. I called its property STARTMENUFOLDER. The default value of the property is my company name.
The dialog works fine but I still want to customize the start menu path with this property.
The following attempt failed: In Short Cuts menu in InstallShield add [STARTMENUFOLDER] as display name.
Now the program gets installed under "[STARTMENUFOLDER]/Program Name/" in the start menu.
How can I access the property to create the proper start menu short cut?
Thanks in advance
Christoph
The dialog works fine but I still want to customize the start menu path with this property.
The following attempt failed: In Short Cuts menu in InstallShield add [STARTMENUFOLDER] as display name.
Now the program gets installed under "[STARTMENUFOLDER]/Program Name/" in the start menu.
How can I access the property to create the proper start menu short cut?
Thanks in advance
Christoph