Try our new Certificate Revocation List Check Tool
CRLcheck.exe is a tool developed to verify digital signatures of executable files. It collects files from known paths on your client, checks their signature, and checks Certificate Revocation Lists (CRL) and OCSP download. This helps avoid delays in launching files.
Category published:  APPV/MSIX Deployment   Click on the Category button to get more articles regarding that product.

APP-V: Debug App-V Environment from package

Posted by admin on 08.12.2013

 

On an APP-V Client crate a shortcut to the Desktop of the Existing APP-V Application you would like to debug.

 

Open the Properties of the Shortcut change the TARGET as marked and include

/EXE cmd.exe

Between

sftray.exe”

and

/launch.exe

Existing Target:

“C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe” /launch “LeechFTP 1.3.1.202”

New Target for Command line Box (Changes red)

“C:\Program Files\Microsoft Application Virtualization Client\sfttray.exe” /exe cmd.exe /launch “LeechFTP 1.3.1.202”

If you open that Link now you are inside the Bubble and are able to check code, Path or Registry Keys.

 

 

 

Here is how to CHECK what may be wrong inside the BUBBLE.

Download and copy PROCMON.EXE PROCEXP.EXE from Technet/Microsoft/Systernals.

http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

 

If you WANT to DEBUG as Domain user without special rights (Why is it slow as USER and not as Administrator)

you may have to RUN procmon.exe with RUNAS. be sure to use /NONPROFILE otherwise the MON will see diffrent data.

 Exclude the PROCESS you don’t need. You SEE WANT TO see like vmware, virus protection, winlogon, windows services etc.

  

 

You want to check the Virtuell EXE itself:

Example: GIMP-2.6.exe

 

Also check the APP’V process itself:

SFTLIST.EXE

SFTTRAY.EYE

If the TRY to write files/open files or change Files on the Q: Drive that they may not have access as the Logged on user.

If you FOUND the file which the PROCESS has no Change permission OPEN the APPV package

Example FILE made problems: users30.mpm

Change the Sequencer File type from “Application Data” to “user data” and REDO the package


 Category published:  APPV/MSIX Deployment   Click on the Category button to get more articles regarding that product.