Is it possible to add more program shortcuts using the PowerClient Project?
I would like to add a custom shortcut to both Desktop and Start Menu, in addition to the main application shortcut.
Using these settings, it will add a default program shortcut and an uninstall shortcut.
The content after installation at ..AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Testprogram:
testprogram (default program shortcut)
Uninstall (default uninstall shortcut)
In addition I would like to add another program shortcut with an addition startup command.
...\testprogram.exe -C
Can that easily be solved using the PowerClient project or does it have to be resolved using a different approach (PowerShell, custom setup/msi)?