Hello all 🙂
This is my first time trying to create a installation project with installshield.
My question is, how would I go about programatically modifying a shortcut with user supplied values? The shortcut needs to contain the path to the installation directory.
The shortcut right now looks like:
"c:\progra~1\....\program.exe -datadir h:\profile"
I need to be able to change the h:\profile to whatever directory the user installs into. By default, its h:\profile. But what if its something different? Then the link won't work.
Thanks!