App V 5 - Start sequenced app with a shortcut switch ?
Hi Guys,
Im packaging in an app that requires the program shortcut has a switch after it.
eg NavCad.exe /s157.211.1.102
I have included the deployment.xml here: http://pastebin.com/pRxWTpPx
, could someone let me know where i can alter the .exe so it uses the above switch - i assume i need to alter the shortcut somewhere?
Thanks!
Answers (2)
that did it, the result was the below
<Shortcuts Enabled="true">
<Extensions>
<Extension Category="AppV.Shortcut">
<Shortcut>
<File>[{Common Programs}]\NavCad\HydroComp\NavCad 2009.lnk</File>
<Target>[{AppVPackageRoot}]\NavCad2009.exe</Target>
<Icon>[{Windows}]\Installer\{E4611897-6AA5-4FF8-BF52-DDDFCBA696A9}\NewShortcut41_F553A3FEE2194DD2B5C800C4D6E344C3.exe.0.ico</Icon>
<Arguments>/s157.211.1.102</Arguments>