protocol Posted June 25, 2015 Posted June 25, 2015 Has anyone successfully deployed CamStudio as an msi via AD? I need to install it on two computer suites and really don't want to have to do it manually be really struggling to extract an .msi from the .exe installer.
angrycomputingteacher Posted April 20, 2018 Posted April 20, 2018 You could try running the setup as a startup script and grabbing the silent parameters using this tool.
angrycomputingteacher Posted April 24, 2018 Posted April 24, 2018 Ah, here's the working link https://deployhappiness.com/the-ultimate-exe-silent-switch-finder/
Arthur Posted April 26, 2018 Posted April 26, 2018 Bumpy Bump The latest version contains some dodgy adware / malware. My anti-virus software deletes the installer straight away after downloading it. An older version with an InnoSetup-based EXE installer can be downloaded from SourceForge. https://sourceforge.net/projects/camstudio/files/stable/CamStudio_2.7_r316_setup.exe Install CamStudio_2.7_r316_setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- Uninstall "%ProgramFiles%\CamStudio 2.7\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now