Page 1 of 1

Adding a SubMenu to the Start Menu Group

Posted: Sun Mar 05, 2006 8:01 pm
by Edhy
Hi, I want to have a Start Menu Group like this: My Company Name\\My Product Name.

I enter that information in the Shortcut Folder of the Project Properties page, but when testing the installation returns an error that the Start Menu Group contains invalid characters.

So how can I make this entry work in InstallAware?

Thanks!

Posted: Sun Mar 05, 2006 8:57 pm
by MichaelNesmith
Edhy,

There is no Shortcut Folder field in the Create Shortcut command. There is a Link Location field which is what you should be using.

Posted: Sun Mar 05, 2006 9:19 pm
by Edhy
Hi Michael,

I am not talking about creating Shortcuts, this is about the Shortcut Folder in the Project Properties page in the Visual IDE.

So when my installation is complete, you should be able to see My Application Folder and then my Shortcuts. Like this:

Start Menu->My Company Name->My Application->My Shortcuts

Right now if I enter in the Shortcut Folder something like:
My Company Name\\My Application

I will get an error.

Hope you can understand my question here.

Thanks.

Posted: Mon Mar 06, 2006 10:10 am
by jimo
Edhy,

In my Shortcuts pane of the IDE I have created all my shortcuts with
$SHORTCUTFOLDER$\\Product Name

I even have several that are three levels deep like
$SHORTCUTFOLDER\\Product Name\\Sub Group

Posted: Mon Mar 06, 2006 10:47 am
by Edhy
Hi Jimo,

Thanks for jumping here.

It looks like the Pre-Defined Variable $SHORTCUTFOLDER$ does not exist in the demo version I have 5.12 (Build ponderosa_sp2.060222).

Code: Select all

I enter the following in the Shortcut Folder:
$SHORTCUTFOLDER$\\MyCompany Name\\$TITLE$

and when testing I got this:
$SHORTCUTFOLDER$\\MyCompany Name\\My Title

I also looked at the help file and could not find any reference to this variable $SHORTCUTFOLDER$.

This should be simple entering MyCompany Name\\$TITLE$ what am I missing here?

Thanks again!

Posted: Mon Mar 06, 2006 3:46 pm
by jimo
The initial value for shortcut folder is defined in the Project Properties page of the IDE.

The $SHORTCUTFOLDER$ variable is set in the "Main Install" section of the script.

If you use my example in the IDE for the Link Location value it will work as it is designed.