You are viewing limited content. For full access, please sign in.

Question

Question

Silent uninstall 8.3.2

asked on March 8, 2016

I am creating an SCCM deployment for Version 8.3.2.

 

Is there a Silent uninstall string to be applied? I have looked at the registry and it suggests the uinstall string to be the following..

 

"C:\Program Files (x86)\COmmon Files\Laserfiche\Client 8\Setup.exe" /odll /remove

I am unable to find how do this silently.... I tried various strings.. Any solid answers?

 

 

0 0

Replies

replied on March 8, 2016

Hi Jason,

Are you looking to upgrade to a newer version? If so, my recommendation would be to use SCCM to deploy installing the new version and that will handle the existing versions as well. 

0 0
replied on March 9, 2016

Justin,

 

Just looking for Silent Uninstall strings for all laserfiche 8.3 Client suite modules. The above code i provided works but seems to always have a UI. I want it to be silent with no UI as i can automate the uninstall.. Regardless if i'm upgrading or not.

 

Thanks

 

0 0
replied on March 9, 2016

Hi Jason,

Check out https://www.laserfiche.com/support/webhelp/Laserfiche/10/en-US/administration/#../Subsystems/LFAdmin/Content/Installation/Setup_Command_Line_Arguments.htm and the other pages around it. -silent should get you what you want. Note that -noUI means no User Interaction, so you'd get a progress bar and nothing else. Silent shows nothing at all. 

0 0
replied on March 10, 2016

So laserfiche Client Suite 8.3 uninstall in the registry states:::

"C:\Program Files (x86)\COmmon Files\Laserfiche\Client 8\Setup.exe" /odll /remove


You're saying the syntax... or even just this... 

"C:\Program Files (x86)\COmmon Files\Laserfiche\Client 8\Setup.exe" /odll /remove -silent will work? it doesnt.

 

"Setup.exe" -silent REMOVE=ALL  doesn't work either.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.