Rename the following folders on your machine:
‘/Library/ColorSync/Profiles/Profiles’
‘/Library/ColorSync/Profiles/Recommended’
See the discussion at:
Rename the following folders on your machine:
‘/Library/ColorSync/Profiles/Profiles’
‘/Library/ColorSync/Profiles/Recommended’
See the discussion at:
See the web site at:
Apparently, Apple no longer installs the command line tools for XCode automatically. Once you install XCode you need to go to the Preferences, then Downloads to install these as an extra step …
http://stackoverflow.com/questions/11705912/upgrading-to-mountain-lion-and-xcode-4-broke-my-make
A good article on re-packaging software for Macs that includes links to useful tools:
To create a silent installer for JMP …
First run setup.exe to collect the responses in a response file. This will not actually install the software.
setup.exe -r -f1{response file name}
Then, to actually install with those responses from a script, run the setup.exe file again giving it the named response file:
setup.exe -s -f1{response file name}
Note: There is no space between the “F1” and the file name.
For more details see the web page at:
Windows:
Like other software, you need to run a utility program supplied by the vendor “Admin.exe” to convert the installer to the deploy-able site-licensed version of the installer. To get the Admin.zip folder see the web site at:
https://support.clarivate.com/Endnote/s/article/EndNote-Volume-License-Install-Steps?language=en_US
After adding the license data and creating a new installer, you can install this with the following command:
msiexec.exe /passive /i EN20Inst.msi INSTALLDIR=”C:\Program Files\EndNote” FFTUSEOPENURL=T FFTOPENURLRESOLVER=https://na02.alma.exlibrisgroup.com/view/uresolver/01_WIL_INST/openurl
This command installs EndNote With the correct Find Full text Url preset for all users.
Mac:
\
To update installers on the OIT Software web site …
1) Add the installers to:
\\wp-dev1
Installers are stored in the “Software Uploads” directory structure.
Note: This server is currently accessible from AD joined Lab computers because those have the NTLM security level lowered already by Group Policy. The AD account you use to log into a lab computer will also have to be authorized on this server.
For other computers,you may need to decrease your LAN Manager (NTLM) security level. This is done in your “local security policies” . Here is one of many web sites that explains how to set the NTLM security level: https://technet.microsoft.com/en-us/library/jj852207(v=ws.11).aspx
2) Login into WordPress at:
http://it.williams.edu/wp-login.php
3) Connect to the Software Admin page at:
http://oit.williams.edu/software-admin/
Using the KACE 1000 server to install software from the “Alternative” download share … (This preserves disk space on the server for the patch feed.)
1) Create zip file of install files. (Be sure to just zip the files and not the enclosing folder. The install process is going to be looking to work with something like “.\install.exe”)
2) Copy that zip file to \\kstore\apps (Gabe needs to give your account write permission to that share.)
3) Create a dummy zip file which has only one small file but has the exact same name as the zip file you just copied to the \\kstore share (be careful not to overwrite and/or confuse these 2 zip files.)
4) Map a drive on a windows box that is running the KACE 1000 client to the \\kstore\apps share
5) Create the checksum for the zip file stored in the \\kstore\apps location with the command:
"C:\Program Files (x86)\Dell\KACE\KDeploy.exe" -hash=k:\FILENAME.ZIP
6) Log into the KACE 1000 server and go to Inventory – Software – Choose Action – Create New Item …
Enter a relevant Display Name, Select the target Operating Systems, and choose the small dummy zip file as the file to upload and associate with this software item. Save this item.
7) Next go to Distribution – Managed Installations – Choose Action – Create New Item …
Select the software item you just saved above. Leave everything blank till the “Installation Command” section. I select “Configure Manually” and enter the exact install command as in “setup.exe /S” and then check off “Run Command Only” and “Don’t Prepend msiexec”. Also check off “Use Alternative Download” which opens a couple more boxes. In the first, put your share location, mine is: \\kstore\apps, next paste in the checksum you generated earlier, be sure to carefully delete the extra crap at the beginning and end of the actual checksum. Enter the username and password for an account on the share that has read access to the share location. (Gabe is the keeper of these accounts) Enter any notes you may want, also select the target computers which should get the install and set the installation time frame and lastly for the Managed Action: select “Execute Anytime”. Then save the item.
Now – as the targeted computers check-in – they should see that they have an installation waiting and they should attempt the install. Assuming everything is correct above the installs should proceed.
Troubleshooting —
1) Be sure that the install command is absolutely correct. To do this test the install command in a command window on a test computer or VM.
2) Be sure the name of the dummy zip file and the real zip file are identical.
3) Be sure the checksum is created against the real zip file stored on the share.
A useful link to Adobe insider’s Installation and Licensing blog …
Also – Adobe has a forum for posting questions at:
http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deployment
One approach to Final Cut Studio deployment using Deploy Studio is available at:
http://osxdeployment.com/wiki/Final_Cut_Studio_3_Installer_for_Deploy_Studio