PDA

View Full Version : Ron



Ron M
06-04-2007, 01:54 AM
When the user runs my EXE I need to add instructions to the Target on the Short-cut. That is, instead of running MyProg.EXE
I need MyProg.EXE MENU=MyPath DATA=.\Data_X

How do I add this to the Target of the Application.

AND how do I add the "Feature" to the Start-Menu? Easy in V4 and V5 but appears to need additional information in Version6

linder
06-04-2007, 02:06 AM
Ron,

1) The additional information should go into the "Parameters" field (Advanced Shortcut Properties tab).

2) If you have created a "Feature" (Features Visualizer), select that Feature in the Shortcut Properties (Conditions Tab).

Does this help?

Friedrich