HI, We are in the processes of setup a SCCM to roll-out the upgraded version of the LF9.2 client to 250 users the day after our server upgrade is complete. The command we use works well in both SCCM or even if we just run this in a .bat file.
See string below:
"%~dp0Client\setup" -noui -iacceptlicenseagreement LFCADDLOCAL="ALL" LFOADDLOCAL="ALL" LFSSADDLOCAL="ALL" LFDADDLOCAL="ALL"
Our concern is that the above command runs perfect for the entire installation process and the user can see the progress etc. However right at the End the "Finish" still needs interaction from the user to click the "Finish" button. If we want to roll this out over the weekend with the users not physically at their desks, the fear is that SCCM is going to eventually time out because it does not get to finish timeously. Is there a way for it to still run in this manner but just not require the Finish button to be clicked?
We don't really want to do the install level route as this would mean there are components such a photodocs that will be installed, just because we need snapshot, and we don't want that.