steven
Level 5

I actually meant to include this content in my last post...

 

ECHO OFF
REM https://proconnect.intuit.com/community/help-articles/help/how-to-perform-a-force-install-of-lacerte/00/4743
ECHO This file will run the Lacerte WebSetup for 2019 with the FORCE Command
Pause
"C:\Program Files (x86)\Common Files\Lacerte Shared\websetup19.exe" /force 

 

 If you copy this into a text file and rename it with a CMD extension you will have this handy tool to run the WebSetup with the Force command right from your desktop.

And here is part 2 (Or option 1) code:

ECHO OFF
REM https://proconnect.intuit.com/community/help-articles/help/how-to-perform-a-force-install-of-lacerte/00/4743
ECHO This file will run the Lacerte Client Setup for 2019 with the FORCE Command
Pause
"Z:\Lacerte\19tax\setup19\taxsetup.exe" /force

Note that each of these has a PAUSE command and requires the user to enter a "Return" to continue.