Page 1 of 1

Possible to create shortcut to folder instead of executable?

Posted: Wed Aug 15, 2012 5:05 pm
by PFStam
I would like to offer a folder shortcut for the start menu to be listed with my software in the "Programs" menu for an easy way to get to files my software creates. I can't get anything to work.

Is it possible? Or do the shortcuts have to point to an executable file?

Re: Possible to create shortcut to folder instead of executa

Posted: Thu Aug 16, 2012 3:43 am
by Leo
Of course!
In the Target File field (Add Shortcut dialog) just type the folder path:
<InstallDir>

Re: Possible to create shortcut to folder instead of executa

Posted: Thu Aug 16, 2012 2:00 pm
by PFStam
That's what I used but it doesn't seem to be working for me. It still doesn't create the folder shortcut. I'm obviously doing something else wrong. My program shortcuts are created on the desktop and in the programs folder perfectly. Just can't seem to get this folder shortcut to work.

Target file: <InstallDir>\CT Notes PDF
Shortcut Destination: <ProgramGroup>
Shortcut Name: <Folder Name>
Working Directory: (optional so I leave this blank)
Icon File: <InstallDir>\PDF.ico

Re: Possible to create shortcut to folder instead of executa

Posted: Fri Aug 17, 2012 6:45 am
by Leo
The wrong line here:
Shortcut Name: <Folder Name>

Change it to:
Shortcut Name: CT Notes PDF

Re: Possible to create shortcut to folder instead of executa

Posted: Fri Aug 17, 2012 1:38 pm
by PFStam
Grrrr. Thought I had tried that before, apparently not. It worked!

I'm a newbie to all this and Actual Installer was very easy to get set up and use. This was a feature I recently thought would be helpful to my customers for the next version. I've been very impressed with this software.

Thanks for your help!

Re: Possible to create shortcut to folder instead of executa

Posted: Sat Jan 03, 2015 2:54 pm
by newpie08
Hello, I am new to this program and wondering where exactly is this Field located in the software:

In the Target File field (Add Shortcut dialog)


Which is referenced above.

Thanks

Re: Possible to create shortcut to folder instead of executa

Posted: Sat Jan 09, 2016 6:04 pm
by Hussy030
Hello,

Useful Information for create a shortcut folder Thanks you..

Re: Possible to create shortcut to folder instead of executa

Posted: Thu Sep 22, 2016 10:08 am
by Nicolredmay
One possible solution is use a one line batch file instead of a short cut to open whatever you wanted to open. The batch file will let you use relative paths inside itself and will have a working directory of whatever folder the batch file is placed in.