How to sequence QuickBooks 2011 using Microsoft App-V 4.6

imageHi everyone, Mark Stanfill here and today I want to talk about sequencing Intuit QuickBooks 2011.  This article describes one method to sequence Intuit QuickBooks 2011 using the Microsoft Application Virtualization (App-V) 4.6 Sequencer.  This is not the only way to sequence QuickBooks 2011 but is a method that has worked for me in the past so I wanted to share it with all of you.  Your mileage may vary.

Notes:

1. Side-by-side assemblies must be installed. QuickBooks 2011 uses two separate versions of the Visual C++ runtime. Ideally, these should be installed locally outside the Sequencer. I was able to get packages working with the SxS assemblies in the bubble, but the results were inconsistent.

2. The application relies on having the QBCFMonitorService started before it launches. The easiest way to accomplish this is with a pre-launch dependency script.

3. The inetclnt.dll file needs to be copied to your install folder.

4. The EntitlementDataStore.ecml licensing file may need to be deleted in your environment.

Steps:

1. Start QuickBooks setup. This will verify the package and extract the contents to %appdata%.

2. Copy the extracted binaries from %appdata%\..\low\temp to a safe place (steps 5 & 7 below). There will be 3 directories – Premier, qbupdate, WPDNSE.

3. Download and install the RTM Visual C++ 2008 Redistributable from https://www.microsoft.com/downloads/en/confirmation.aspx?familyid=9B2DA534-3E03-4391-8A4D-074B9F2BC1BF&displaylang=en.  Answer “Yes” when prompted with the “Did this package install correctly?” dialog. This is installed locally outside the sequencer.

4. Install the SP1 Visual C++ 2008 Redistributable from Premier\ThirdParty\CRT9\vc_red.msi. Setup will silently complete. This is installed locally outside the sequencer.

5. Start the Sequencer.

6. Make a Q:\qb2011.001 folder (or similar).

7. Copy Premier\inetclnt.dll (from step 2 above) to Q:\qb2011.001.

8. Start the QuickBooks 2011 setup program and follow the Wizard as appropriate.

9. Finish sequencing.

10. Edit the OSD to add a script pre-launch dependency to start the QBCFMonitorService service before launching the application:

<SCRIPT TIMING="PRE" EVENT="LAUNCH" PROTECT="TRUE" WAIT="TRUE">
<HREF>cmd /c start /wait cmd /c net start QBCFMonitorService</HREF>
</SCRIPT>

11. Edit the SFT to remove the EntitlementDataStore.ecml file. A new file will be automatically generated when the user launches the program for the first time. (see https://forums.quickbooksusers.com/showthread.php?t=21646). The default location in the OSD is under CSIDL_COMMON_APPDATA\Intuit\Entitlement Client\v6.0\EntitlementDataStore.ecml.

Note: You will need to verify with Inuit that this method falls within your licensing terms.

Mark Stanfill | Senior Support Escalation Engineer

The App-V Team blog: https://blogs.technet.com/appv/
The WSUS Support Team blog: https://blogs.technet.com/sus/
The SCMDM Support Team blog: https://blogs.technet.com/mdm/
The ConfigMgr Support Team blog: https://blogs.technet.com/configurationmgr/
The SCOM 2007 Support Team blog: https://blogs.technet.com/operationsmgr/
The SCVMM Team blog: https://blogs.technet.com/scvmm/
The MED-V Team blog: https://blogs.technet.com/medv/
The DPM Team blog: https://blogs.technet.com/dpm/
The OOB Support Team blog: https://blogs.technet.com/oob/
The Opalis Team blog: https://blogs.technet.com/opalis
The Service Manager Team blog: http: https://blogs.technet.com/b/servicemanager
The AVIcode Team blog: http: https://blogs.technet.com/b/avicode
The System Center Essentials Team blog: http: https://blogs.technet.com/b/systemcenteressentials
The Server App-V Team blog: http: https://blogs.technet.com/b/serverappv

clip_image001 clip_image002