Sequence PowerShell Script to Start Menu
Hi
Using App-V 5, I have a powershell scipt which launches local excel.exe and adds required plug-ins and i want to be able to sequence it to appear in Start Menu=> All Programs=>Application Name
Script is below.
$AppVName=Get-AppvClientPackage"Application Name"
Start-AppvVirtualProcess-AppvClientObject$AppVNameexcel.exe
Note: Client is no longer using connection groups (They encountered too many problems with it)
I have also gone the route adding the script into the script VFS folder and created a <publishPackage> argument into the deployment config file under "User and Machine Scripts" sections but because the application has several other shortcuts of it's own, there is nothing to invoke excel .
Answers (0)
Be the first to answer this question