Q: How to write a .MSI that prompts user for the shortcut location using a GUI ?

  • Thread starter Thread starter Peter Liu
  • Start date Start date
P

Peter Liu

In Windows MSI, one can prompt the user to change the destination directory
by using the DirectoryCombo, DirectoryList and PathEdit controls.

Can we do the same for shortcut ? If so, how to do it ?
E.g., allow users to choose from GUI whether to place the shortcut in
Programs\Accessories or Programs\Startup, etc.
 
Back
Top