Advertisement
PC_Aide

UserScript for Powershell (App-V5).xml

Feb 9th, 2019
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.46 KB | None | 0 0
  1. SRC http://www.getonict.nl/docs/app-v-5-userconfig-startprocess-run-powershell-script.txt
  2.  
  3. <UserScripts>
  4.       <StartProcess RunInVirtualEnvironment="true">
  5.         <Path>PowerShell.exe</Path>
  6.         <Arguments>-windowstyle hidden -f [{AppVPackageRoot}]\..\Scripts\Application-Version-R01-B01.ps1</Arguments>
  7.         <Wait RollbackOnError="true"/>
  8.         <ApplicationId>[{AppVPackageRoot}]\[APPLICATION].exe</ApplicationId>
  9.       </StartProcess>
  10.     </UserScripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement