How to silently install and uninstall PrusaSlicer?
I have tried to silently install PrusaSlicer using the command below but it will show a progress window and open webpages.
prusa3d_win_2_3_0.exe /sp- /silent /norestart
I have tried to silently uninstall PrusaSlicer with a command below but the uninstaller will ask "Are you supre you want to completely remove PrusaSlicer and all of its components?".
"C:\Program Files\Prusa3D\unins000.exe" /sp- /silent /norestart
Still not working
Any news on this problem?
This is a user to user forum. You need to post bug reports over at github for the Prusa Slicer project.
There seems to have been issues with that as I found at least 1 currently closed issue https://github.com/prusa3d/PrusaSlicer/issues/2804 and another one that was closed due to the creator not providing any of the required details https://github.com/prusa3d/PrusaSlicer/issues/4472
We decided not to deploy PrusaSlicer. Our plan was to use it with 300 students. The silent installer issue was reported on GitHub on on 23 Aug 2019 but was never fixed. Instead the reported issue was closed.
PrusaSlicer silent install
We decided not to deploy PrusaSlicer. Our plan was to use it with 300 students. The silent installer issue was reported on GitHub on on 23 Aug 2019 but was never fixed. Instead the reported issue was closed.
Hello, I'm responsible for the PrusaSlicer installer. Please let me know what the package should install (PrusaSlicer, drivers, sample objects) and I will prepare a command line script for you.
Prusa Research - Content Manager
Silent Install With Drivers
Hi, I would like to install silently including the drivers. I have it installing silently with "/exenoui /qb /norestart" but I still get a prompt to install the driver. Thanks!
PrusaSlicer silent , full install for deployment.
I too work as an IT admin in a school district. Could you please provide me with the proper way to silently install all of PrusaSlicer without any driver prompts or it attempting to open a web page when it completes. Thanks.
Maybe in the future
We decided not to deploy PrusaSlicer. Our plan was to use it with 300 students. The silent installer issue was reported on GitHub on on 23 Aug 2019 but was never fixed. Instead the reported issue was closed.
Hello, I'm responsible for the PrusaSlicer installer. Please let me know what the package should install (PrusaSlicer, drivers, sample objects) and I will prepare a command line script for you.
Hello. We decided not use Prusa but we may consider using it again in the future so silent install and uninstall could be handy.
RE: How to silently install and uninstall PrusaSlicer?
@jan-olejnik can you please send me a commandline to install the following things silently, because when I use the normal parameters e.g. /VERYSILENT /SUPPRESSMSGBOXES than there comes up a dialogbox, where I should choose the language.
1. prusa3d_win_2_3_3 --> totally silent, German, including drivers
2. prusa3d_win_2_3_3 --> totally silent, German, not including drivers
3. prusa3d_win_2_3_3 --> totally silent, English, not including drivers
Thanks in advance.
Kind regards,
Flo
RE: How to silently install and uninstall PrusaSlicer?
Hi,
I'm looking to silenty install the slicer and drivers for wide scale deployment, would you be able to build a command line for this?
RE: How to silently install and uninstall PrusaSlicer?
Can install strings still be created? I tried prusa3d_win_2_5_0.exe /verysilent /exenoui /exenoupdates / quiet /qn and it still shows a gui. I will be pushing this as part of an SCCM application so it needs to be the full package with drivers and silent. Can you help me? Its software version 2.5.0
RE: How to silently install and uninstall PrusaSlicer?
I used /qn for a silent install
RE: How to silently install and uninstall PrusaSlicer?
Any news on when the installer will be fixed? I need to deploy 2.5.0 with driver silently and the silent options still don't work.
RE: How to silently install and uninstall PrusaSlicer?
We decided not to deploy PrusaSlicer. Our plan was to use it with 300 students. The silent installer issue was reported on GitHub on on 23 Aug 2019 but was never fixed. Instead the reported issue was closed.
I got new request to install Prusa Silcer to 300 laptops. I said NO!
RE: How to silently install and uninstall PrusaSlicer?
Must be nice to have that power. As of now I will have to do manual installs on any devices it needs to be on. Thankfully there are one 3 of them right now.
RE: How to silently install and uninstall PrusaSlicer?
Hello. I'm working as MECM admin and I have a workaround to fully automate installation of Prusa 3D including all drivers and samples.
(I spend one day to figure it out 🙂 - I'm the person, who will never give up easily 🙂 and my colleagues really needed this to be done).
1. Install prusa 3D on test computer (tested was version 2.5.2 on Windows 10 22H2). You will have to select complete install including all drivers. This is necessary.
2. From folder, where You install Prusa 3D (default is: C:\Program Files\Prusa3D), select directory "Rambo" and copy directory and entire content to directory, where the source installer is at Your MECM fileshare.
3. Create Install.cmd at the same directory, where installer of Prusa3D is located and insert content below:
@echo offpushd %~dp0
"prusa3d_win_2_5_2.exe" /SILENT /TYPE=Custom /Lang=Czech /Components=prusaslicer,utilities,mk2objects,mk2mmobjects,mk3objects,mk3mmu2objects,mk3mmu2sobjects,mk25mmu2objects,mk25mmu2sobjects,miniobjects,sl1objects,sl1sobjects,xlobjects,mk4objects,pronterface /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /SP-if exist "%ProgramFiles%\Prusa3D" xcopy /E/H/C/I "Rambo" "%ProgramFiles%\Prusa3D\Rambo"if exist "%ProgramFiles%\Prusa3D\Rambo" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /a /s
popd
timeout /T 5 /nobreak
4. Create UnInstall.cmd in the same directory, where Prusa3D installer is located with content below:
@echo offpushd %~dp0
taskkill /IM prusa-slicer.exe /F
if exist "%ProgramFiles%\Prusa3D\PrusaSlicer\unins000.exe" "%ProgramFiles%\Prusa3D\PrusaSlicer\unins000.exe" /SILENT /SUPPRESSMSGBOXES /NORESTARTtimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\unins000.exe" "%ProgramFiles%\Prusa3D\unins000.exe" /SILENT /SUPPRESSMSGBOXES /NORESTARTtimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /q /u %SystemRoot%\System32\DriverStore\FileRepository\prusamk3mmu2.inf_amd64_6742c3b3de2e5325\prusamk3mmu2.inftimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /q /u %SystemRoot%\System32\DriverStore\FileRepository\rambo.inf_amd64_2ea9422580b91167\rambo.inftimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /q /u %SystemRoot%\System32\DriverStore\FileRepository\prusacw1.inf_amd64_9da9d3e9e43e12a6\prusacw1.inftimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /q /u %SystemRoot%\System32\DriverStore\FileRepository\prusamk3.inf_amd64_0d91410013ee81fd\prusamk3.inftimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" "%ProgramFiles%\Prusa3D\Rambo\dpinstx64.exe" /q /u %SystemRoot%\System32\DriverStore\FileRepository\prusamk2.inf_amd64_c2920aad7c14b45c\prusamk2.inftimeout /T 3 /nobreakif exist "%ProgramFiles%\Prusa3D" rmdir /Q /S "%ProgramFiles%\Prusa3D"
popd
timeout /T 5 /nobreak
5. Create application in MECM - Deployment Type Script. You can set in user experience visibility to normal. Users will see, whats happening, but "cancel" is disabled.
Installer and Uninstaller are two .cmd scripts, which You created.
Detection method of installed app is: Registry - HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Prusa3D_is1
Value: DisplayVersion, DataType: String, Equals: 2.5.2
6. Thats It. You can try it at test colection in MECM.