cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
NealC804
Level 8

Shortcut in Program Files Menu

In the help file it talks about adding a shortcut so someone can check for updates from Start...Program Files...MyApp...Check for Updates. The steps are:

---

'Display Name Check for Updates

'Target [CommonFilesFolder]'InstallShield\UpdateService\agent.exe

'Icon File \redist\Language Independent\OS Independent\UpdateService.ico

'Arguments /au[ProductCode] /AppMenu

'Key Name Check for Updates

---

My questions is in the "Arguments" line. Do I leave it verbatim as [ProductCode] or do I replace the [ProductCode] with {myproductcode}. In other words, does it get automatically replaced or do I need to replace the variable? Do I leave the [] or not? Please replace this line with an example of actual use if need be.

Thanks.
0 Kudos
(1) Reply
ProductManager
Level 6

Yes leave it like /au[ProductCode] /AppMenu in arguments field.
0 Kudos