Creating a Shortcut

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
 
P

Peter Foot [MVP]

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top