kyuuzo Posted November 3, 2005 Posted November 3, 2005 (edited) I downloaded the version released a few days ago by Microsoft and it would install but not open on my computer. This updated version by Microsoft is now working for me.http://download.microsoft.com/download%2f3...nColorSetup.exeFor those of you looking to shrink down the install size for an unattended CD follow these steps.1. Install the Applet2. Delete msvcr71.dll3. Use your favorite compressor to compress it (7-Zip brings it down to 230 KB)4. Uncompress it during your unattended install5. Run this command: regsvr32 /s GamutViewer.dll (Remember to put the full path to the dll file)Here's an AutoIT script to do this silently:#NoTrayIconAutoItSetOption("ExpandEnvStrings",1)AutoItSetOption("RunErrorsFatal",0)RunWait(@ComSpec & " /c " & 'regsvr32 /s "%programfiles%\color control panel\GamutViewer.dll"', "", @SW_HIDE) Edited November 3, 2005 by kyuuzo
EchoNoise Posted November 3, 2005 Posted November 3, 2005 ARGH.. I can't even see that text!!Why don't you use the CODE function to post stuff like that!!
diesel_98a Posted November 3, 2005 Posted November 3, 2005 you can get the msi out of it and then run it w/ the /QN or /QB..........
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