Since this was an update to the original package it was pretty easy to get it up and running. There were a few changes to make though. The RxFilter program has been replaced by SmartInspect Redistributable Console. Which no longer uses an MSI but instead and Inno executable, but the good news is that it’s just as easy as before to install. As well I’ve updated my install.bat code to check for a registry key prior to doing anything, giving it a better idea on what is installed.
Install.bat
::Organice 2012 Explorer (1.0.4200) Check
REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{60614908-0EE1-4C0D-848E-D91B3CFBB726}
IF %errorlevel%==0 goto :END
) ELSE (
if %errorlevel%==1 goto :OLDCHECK
)
:OLDCHECK
::Organice 2012 Explorer (1.0.4000) Check
REG QUERY HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9B4B8B75-598A-44B6-A960-E79FA85E703E}
if %errorlevel%==0 goto :UNINSTALL
) ELSE (
if %errorlevel%==1 goto :INSTALL
)
:UNINSTALL
::Organice 2012 Explorer Uninstall
MSIEXEC /qn /X{9B4B8B75-598A-44B6-A960-E79FA85E703E}
::Organice 2012 Office Integration Uninstall
MSIEXEC /qn /X{7ED10FB2-CF45-477A-8E2E-C2E13055633E}
::Organice 2012 Support Pack for DGN Uninstall
MSIEXEC /qn /X{A3BB90AA-6D9C-48F9-8E99-7E76144F0278}
::Organice 2012 CAD Integration
MSIEXEC /qn /X{B5BA33EF-5625-4F3E-A046-4F34D1533924}
::Organice 2012 Support Pack for DWG
MSIEXEC /qn /X{1CF3CAFA-92C8-4B31-ADB7-10C260954B25}
:INSTALL
msiexec /i "Organice 2012 Explorer.msi" /qn /norestart
msiexec /i "Organice 2012 Office Integration.msi" /qn /norestart
msiexec /i "Organice 2012 DWG Support Pack.msi" /qn /norestart
msiexec /i "Organice 2012 DGN Support Pack.msi" /qn /norestart
msiexec /i "Organice 2012 CAD Integration.msi" /qn /norestart
"siredist-3.2.0.8546.exe" /VERYSILENT /NORESTART /NOICONS
if exist "C:\ProgramData\Cadac Group" goto END
XCOPY "Install" "C:\ProgramData\" /E /C /R /Y
:END
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.