Posts

Showing posts from January, 2013

How to convert a Package of App-V 4.6 to App-V 5.0 with Power Shell

Image
How to convert a legacy package to App-V 5.0 with Power Shell Hello everyone there here’s an script for convert the legacy App-V packages on a Sequencer VM You will need to use Power Shell x32 to make this happen .  Windows 7 x32  SP1 with Power Shell 3.0 and .NetFramework 4. On this machine you will need the sequencer application installed to get all Cmdlets of App-V. I recommend use Power Shell ISE and save the script for future conversions.   Import-Module AppvPkgconverter <enter> # Imports App-V Module Get-Command -Module AppvPkgConverter <enter> # To Get Commands of Appv Test-LegacyAppvPackage "C:\Packages\APP" <enter> # Test if the package will work with App-V 5.0 Convertfrom-LegacyAppvPackage "C:\Packages\APP"  "C:\5.0\APP" <enter> # If the test was great convert the old Virtual App to a App-V 5.0. Don't Forget create the Target Directory   Thanks for watching

Implementing App-V 5.0 Full Infrastructure on Server 2012 Consultant Guide

Image
Implementing App-V 5.0 Full Infrastructure on Server 2012 Consultant Guide Transform applications into managed services Hello everyone and welcome to my blog I’m creating this post to give you the step by step on how to build you Application Virtualization Infrastructure 5.0 (App-V 5.0) in just quite few minutes.   . Hardware Prerequisites  App-V 5.0 Supported Configurations Use Virtual Machines  App-V 5.0 Supported Configurations   click for review memory and OS requirements  Click here  App-V 2012 More Information Hardware  Resources   Virtual Machines  Services and Applications  OS VM-DC01 Active Directory Domain Services Windows Server  2012 VM-Appv-SVR SQL Server 2012 Standard / App-V Management Server Windows Server  2012 VM-Client App-V Client Windows 7 SP1  /Windows 8 VM-Seq App-V Sequencer has to be a VM with an clean  Sn