Here’s a great new KB article we published today. If you’re seeing errors after adding a pre-launch script to one of your App-V packages then you’ll want to check this one out:
=====
A known good Microsoft Application Virtualization (App-V) package may fail with the following error after adding a pre-launch script: Application Virtualization Error The Application Virtualization Client could not launch <Package Name>. The Application Virtualization Client encountered a problem while waiting for the application to be ready to interact with the user. Report the following error code to your System Administrator. Error code: 4505CD-1F702A19-00001003
This is typically caused by a timing issue between the App-V client and the Windows Message Pump due to the pre-launch script.
To resolve this issue, change the <SUBSYSTEM VALUE="windows"/> XML tag in the .OSD file from windows to console. This change will need to be implemented in each OSD file in the package.
Example:
Change:
<VM VALUE="Win32"> <SUBSYSTEM VALUE="windows"/> </VM>
To:
<VM VALUE="Win32"> <SUBSYSTEM VALUE="console"/> </VM>
If you are deploying packages using a Application Virtualization Server you will need to initiate a DC refresh on the App-V client to update the OSD cache. Once complete this issue should be resolved. If using Configuration Manager 2007 or an MSI package to deploy App-V applications, the package will need to be updated using the sequencer and redeployed.
To continue reading this article please see the link below:
2628029: A known good App-V virtual application package may fail with error 19-00001003 after adding a pre-launch script
J.C. Hornbeck | System Center Knowledge Engineer
App-V Team blog: http://blogs.technet.com/appv/ AVIcode Team blog: http://blogs.technet.com/b/avicode ConfigMgr Support Team blog: http://blogs.technet.com/configurationmgr/ DPM Team blog: http://blogs.technet.com/dpm/ MED-V Team blog: http://blogs.technet.com/medv/ OOB Support Team blog: http://blogs.technet.com/oob/ Opalis Team blog: http://blogs.technet.com/opalis Orchestrator Support Team blog: http://blogs.technet.com/b/orchestrator/ OpsMgr Support Team blog: http://blogs.technet.com/operationsmgr/ SCMDM Support Team blog: http://blogs.technet.com/mdm/ SCVMM Team blog: http://blogs.technet.com/scvmm Server App-V Team blog: http://blogs.technet.com/b/serverappv Service Manager Team blog: http://blogs.technet.com/b/servicemanager System Center Essentials Team blog: http://blogs.technet.com/b/systemcenteressentials WSUS Support Team blog: http://blogs.technet.com/sus/