Creating a Shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear All,
I have a folder for my program installed in the Program Files folder with
all the data i want to create a shortcut for the exe file in the Programs
folder, how could i do that?
thanks in advance
Regards

Tamer Hesham
 
You can create shortcuts within your cab setup if that is what you are using
to install your app by editing the inf file used to build the cabs. On the
device itself you can use the SHCreateShortcut API call (through P/Invoke)

Peter
 
I know that i have to make it while i am creating the cab file. but i dont
know how to make it,
note: i am using vs.net 2005.
 
Back
Top