


[MyCalcShortcut]
"Abacus",0,"%CE2%\calc.exe",%CE17%
[DefaultInstall]
CEShortcuts = MyCalcShortcut
This would create a shortcut in the start manu called "Abacus" pointing on calc.exe under \Windows.
However this doesn't work ... or is there a way?
/regs jutsi
Workaround for this:
Create your own link file, for example a file called Abacus.lnk that contains:
#46"\Windows\calc.exe"
Add the file in your cab as other files but copy it into your device start menu:
[CopyToStartMenu]
"Abacus.lnk"
[DestinationDirs]
CopyToStartMenu = 0,%CE17%
[DefaultInstall]
CopyFiles = CopyToStartMenu
This way you will have your own shortcut for calc called "Abacus" (as in the name of the file you just copied).
/regs jutsi
