Skip to main content
Participant
January 11, 2013
Question

Help with default shortcuts for InDesign CS6 with AAME 3.1

  • January 11, 2013
  • 1 reply
  • 836 views

Hey All,

I'm trying to serialize an install package for InDesign CS6 for deployment. It works great from an installation standpoint, but it dumps all the program shortcuts in the root of the start menu and doesn't create any on the desktop. I took a look inside the generated MSI and it's not using the Shortcuts table, so I'm guessing the individual payload files for the apps are what are creating the shortcuts.

I've been googling regarding this, and all I've come across is an appdeploy(itninja) posting that mentioned using:

<Property name="StartMenuSubFolder">C:\documents and settings\all users\Start Menu\Programs\Adobe\InDesign CS6</Property>

with CS5 in the optionXML file that is found in the binary table of the generated MSI. I extracted it with Insted, edited it accordingly, and reimported it. There is no change in the behavior of the install. Now, the problem with that, is that I cannot find where the person who mentioned they came across this property originally found it. So I don't have the full context to figure out why it isn't working. I don't know if this doesn't work with CS6 like it did in CS5, or if I have the property added to the correct code block in the xml.

Anyone able to shed some light on this for me?

Thanks,

Garrett

This topic has been closed for replies.

1 reply

Participant
August 13, 2013

..not sure if you managed to suss this but i followed that advice for Dreamweaver CS6 using the AAMEE 3.1 tool and extracted the OPTIONSXML.xml using Insted and it worked a treat.

I added <Property name="StartMenuSubFolder">C:\documents and settings\all users\Start Menu\Programs\Adobe\InDesign CS6</Property> directly after <Property name="installLanguage">en_GB</Property>

Gary