/build/static/layout/Breadcrumb_cap_w.png

OBS Project OBS Studio

Version: 27

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 11.6k  |  Created: 07/27/2021 by: lewesthroop

Average Rating: 0
OBS Studio has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Vendor Provided Command Line (switch driven)
1
Command Line


Setup Information:
Setup Type: unspecified
Deployment Method Used: Windows Installer with Custom Transform (MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows Mac OS Android OS iOS
0
Note

The installer and uninstaller are an NSIS package:

"OBS-Studio-27.0.1-Full-Installer-x64.exe" /S

Uninstall:

'C:\Program Files\obs-studio\uninstall.exe' /S


I found 2 gotchas with the uninstaller:

1.  The uninstall process tends to complete but not exit, but only when called by SCCM.  I added this to the PSADT script in the Post-Install section:

$UninstallApp = Get-Process Deploy-Application -ErrorAction SilentlyContinue

                    if ($UninstallApp) {$UninstallApp | Stop-Process -Force}

2.  The uninstaller also leaves C:\Program Files\obs-studio behind:

$obsfolder = 'C:\Program Files\obs-studio'

            if (Test-Path $obsfolder)

                {Remove-Item $obsfolder -Recurse}

Setup Information:
Setup Type: Legacy Setup with command line support
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s): Windows
This content is currently hidden from public view.
Reason: Determined to be spam through moderation For more information, visit our FAQ's.

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

OBS Studio

Version

27.0.1

Questions & Answers (0)

Questions & Answers related to OBS Project OBS Studio

Blogs (0)

Blog posts related to OBS Project OBS Studio

Reviews (0)

Reviews related to OBS Project OBS Studio

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ