/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: 1.5k  |  Created: 10/04/2012 by: samzeeco

Average Rating: 0
Organice 2012 Explorer has 0 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 4 / 5 (Somewhat Difficult) 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

This one threw me for a loop for a bit. It was a bit of a pain because trying to package the executable resulted in a lot of wasted time. Normal switches failed, AppDeploy Repackager Failed, AutoIT failed. Turns out the files for the five parts of the software you need are located in a "data" folder that comes with the executable. As long as you keep the .msi files and the config files that came with them in the same folder. You can easily and silently install them. I'll post my code in the script section.

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

if exist "C:\Program Files\Cadac Group\Organice 2012 Explorer\Organice.Explorer.exe" goto END
if exist "C:\Program Files(x86)\Cadac Group\Organice 2012 Explorer\Organice.Explorer.exe" goto END

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
msiexec /i "RxFilterACADB142.msi" /qn /norestart

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
1
Note

During the rollout we found that sometimes the program simply wouldn't install a needed directory under ProgramData. We didn't find a reason why, but we edited the deployment to add the folders/file needed if they weren't there. I'll edit the install.bat script in the script section to reflect this. Install the program correctly once (even if you need to do it manually to get the Cadac Group Folder in ProgramData).

Once you have one up and running normally copy the folder "Cadac Group" from Program data and place it in a folder called "Install" with the zipped up files. With the proper install.bat file it will automatically check for the needed folder in ProgramData and place it there if it needs to.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.

Inventory Records (0)

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

Versions

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