/build/static/layout/Breadcrumb_cap_w.png

Cadac Organice 2012 Explorer

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: 2k  |  Created: 04/18/2013 by: samzeeco

Average Rating: 0
Organice 2012 Explorer 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
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)

Deployment Tip Summary

Organice 2012 Explorer is a program that allows SharePoint to gain additional document management features. While it's mostly done on the server, you do have an individual program that sits on users computers. While the executable that they send you is for all intents and purposes useless for packaging, the files for the software can be found with a .msi extension that will allow you to properly package and deploy the software.
1
Note

 

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.

  1. Double check the Data Folder in the Organice folder for the MSIs and .exe needed.
  2. Create an install.bat with the code under scripts.
  3. Compile the working folder together into a zip file.
  4. For Use in the Dell KACE K1000: Find the software entry in the K1000. Set the Supported operating systems to the Windows 7 32/64bit and XP 32/64bit. Then upload the zip and set the Category to Business and the Threat level to 1 – Safe.
  5. Navigate to the Distribution -> Managed Installations page and Choose Action -> Add New Item.
  6. Drop down the Software list and choose Organice 2012 Explorer (1.0.4200) (Or whatever version you’re using.)
    1. Set the installation command to Configure Manually and type in install.bat
    2. Check Don’t Prepend msiexec.exe and Delete downloaded files
    3. Input Notes about the install and set managed action to Execute Anytime (next available)
    4. Check Allow Snooze and put in a message, Set the timeout to 10 minutes and set the timeout action to Install Now
    5. Check Custom Post-Install Message and thank them for their time/give them information to contact IT if there are any problems. Set the timeout to 15 Minutes.
    6. Save the install and you’re ready to start pushing Organice 2012 Explorer!
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Somewhat Easy
Platform(s): Windows
1
Script

 

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

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

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

Versions

Organice 2012 Explorer

Version

0.4200

Questions & Answers (0)

Questions & Answers related to Cadac Organice 2012 Explorer

Blogs (0)

Blog posts related to Cadac Organice 2012 Explorer

Reviews (0)

Reviews related to Cadac Organice 2012 Explorer

 
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