Scope of Application Packaging/AppV with the release of Windows 10?

Posted on Updated on

A new version of AppV which is AppV 5.1[Currently AppV 5.0] will be available with Windows 10/MDOP[Microsoft Desktop Optimization Pack]

  • What’s New in AppV 5.1:
    • Success Rate with the Conversion Process of AppV 4.x Applications to 5.x will be more. This is the time for 4.x customers to adopt the change.
    • Some of the Limitations with AppV 5.0 are now supported 5.1 such as Copy On Write Exclusion List is reduced from 58 to 4 & Environment Variables are merged with Connection Groups
    • New Features added in 5.1 such as Windows 10 support, Package Editor & Management Console Enhancements

Note: I’ve taken these Images from the Videos of MSIgnite. 1 2 3

  • How will be the Future of AppV:
    • Microsoft gave a statement that “Use of App-V 5 today puts you on the right path for the future” clearly states that AppV 5 will have much more scope in the Future or with the release of Windows 10.

  Project Centennial

  • What is Project Centennial:
    • This uses the similar technology as App-V
    • Applications in windows 10 use AppX Model [Universal Windows Applications] which was introduced with Windows 8.1. But, this didn’t made any positive move because there are 16 million classic windows applications.
    • Also called as Project C which is a Bridge to convert Classic Windows Applications[Desktop Applications] to Universal Windows Apps[Runs on Any Device]

4   Queries that I still have:

  • People use AppV with the main reason that Easy to Manage[Install, UnInstall & Repair] & Isolation [Do not break OS & other applications]. Universal Windows Apps natively supports these features. Does this mean the use of AppV will be reduced? Answer to this is NO. Though Centennial uses the similar AppV 5.x Technology, the purpose & use cases are different.
    Project C: A conversion technology that converts existing Win 32 & .Net Apps into UWP Platform without major change in the Code. So that these can be made available in Windows Store & use advanced features of Windows such as Live Tiles, Notifications & So.
    AppV: Technology that allows IT Administrators to manage existing Win32 & .Net Apps in a better way such as Centralized Management, Usage Tracking & so. You can gain benefits DLL Hell, OS Conflicts, App to App Conflicts & so.
  • With the Introduction of AppX, what would be the scope for Application Packaging? Do organizations still require Packaging?
    Maybe YES will be my answer. Microsoft gave introduction to Desktop App Converter which converts Desktop Apps[Win32 & .Net] to UWP. This seems quiet similar to Packaging as it requires providing silent parameters to capture the app in order to convert, modifying icons, adding additional features & so.

5

Some of these has been answered by Tim Mangan:http://www.brianmadden.com/blogs/timmangan/archive/2015/05/29/Breaking-down-Microsoft-Project-Centennial-Microsoft-s-App-V-spinoff-for-Win32-and-Universal-Apps.aspx

Hotfix Package 5 for AppV 5.0 SP2

Link Posted on

Hotfix Package 5 for AppV 5.0 SP2

Hot fix Package 5 for AppV 5.0 has been released & below are the issues which will get resolved with this Hot fix,

  • Connection groups cannot support both user-published and global-published Packages
  • Enabling user-publishing in the Administrator context through Windows PowerShell
  • Deprecation of PackageStoreAccessControl support in App-V 5.0 SP2

How to Disable Windows Installer service in Windows 8?

Posted on Updated on

In earlier versions of windows, we can disable Windows Installer service from Services.msc. But, the same didn’t work in Windows 8. So below is the way which I’ve followed to disable Windows Installer service in Windows 8.

Search for Reg edit & open it as an administrator. Go to HKLM\System\CurrentControlSet\services. Search for msiserver & change the start value to 4.

That’s it. Now we can verify whether this Disabled the service or not from services.msc.

Appv 5.0 SP2 Hotfix 4

Link Posted on Updated on

Appv 5.0 SP2 Hotfix 4

This Hot fix include enhancements to the package conversion engine and sequencer, improved package conversion rates, and support for a VFS write mode sequencer setting. 

AppV 5 Error logs by Steve

Link Posted on

AppV 5 Error logs by Steve

This will help you with the Basic Troubleshooting Steps that you need to perform in AppV 5.0

How to package Internet Explorer 9?

Posted on

Below is the command line that I’ve used to install Internet Explorer 9:

IE9-Windows7-x64-enu.exe /quiet /update-no /closeprograms /norestart

/quiet – No UI

/update-no – Do Not Check for Internet Explorer Updates

/closeprograms – Close programs automatically to allow installation without rebooting the system.

/norestart – Do not restart after installation has completed.

Below is the command line that I’ve used to install Internet Explorer 9: This command will help you to remove Internet Explorer 9 & make it IE8.

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c “cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /quiet /norestart”

 

AppV World

Posted on Updated on

http://www.applepie.se/

http://www.rorymon.com/

http://packageology.com/

http://virtualvibes.co.uk/

http://www.tmurgent.com/

http://ryanwill.com/

http://msitproblog.com/

http://trentent.blogspot.in/

The above link is where I have gained most of the knowledge on AppV. I would like to share this with you as it’ll help you to gain deep knowledge on AppV.