App-V Sequencing Application doesnt exit
During sequencing and app-v application after sequencing and then runing the first stream for optimisation – the package can launch but not quit out.
The following fixes have worked for me on various occasions
1.
<IMPLEMENTATION>
<CODEBASE HREF=”RTSP://%streamingserver%/PACKAGEPATH/PACKAGENAME.sft” GUID=”BLAH-BLAH” PARAMETERS=”” FILENAME=”PACKAGEPATHEXECUTABLE.exe” SYSGUARDFILE=”PACKAGEPATHosguard.cp” SIZE=”163917615″/>
<VIRTUALENV TERMINATECHILDREN=”TRUE”>
<POLICIES>
<LOCAL_INTERACTION_ALLOWED>FALSE</LOCAL_INTERACTION_ALLOWED>
</VM>
</IMPLEMENTATION>
2.
The application had a printer driver it was installing during sequencing and after shutting down the application AND splwow64.exe (or simply stopping the printer spooler service) the Application exited gracefully and immediately.
Fixes here later requried installing the driver into the package, but capturing a default printer (like a PDF printer) that was installed on all servers.
3.
When i figure out another ill post it here… do feel free to fill me in with any others? 🙂
James