Hi Experts :-)
I have a application, which automatically put a shortcut on both desktop and start menu. All Fine
But - i want this shortcut to be run with a set of parameters (xxxx.exe /yyyy /ccc)
What is best way to make this?
My first thought was to make a ekstra package containing a .bat which simply overwrite my custom shortcut with the default shortcut on the desktop after deployment.
Is there a better way to do this?
It would be nice if my application could handle this in some way :-)