-
shortcut in INNO ????
Using Inno in the icons section I have:
[Icons]
Name: "{group}\LocalCalc"; Filename: "{app}\Kalk Sheet.xls"
Name: "{group}\Uninstall Local Calc"; Filename: "{uninstallexe}"
Name: "{userdesktop}\Local Calc"; Filename: "{app}\Kalk Sheet.xls"; Tasks: desktopicon
But I was hoping there was a way to make a folder shortcut.
The folder is in C:\Program Files\LocalCalc.
I want to automatically create this shortcut to this directory on their desktop. Is this possible?
Thanks,
Jon
__________________