Arbitrary shortcut in a cab
Trying to create a shortcut in CAB #1 that targets a file packed in CAB #2.
Cabwizard wount let it pass because "... there is no matching target file ...".
Is it possible to create an arbitrary shortcut in a cab?
For example, if I want to create my own shortcut to the calculator on a Pocket PC device it could look something like this in an inf file:
[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

