Help - Search - Members - Calendar
Full Version: Having Trouble with Color Control Panel Applet?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
kyuuzo
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.exe

For those of you looking to shrink down the install size for an unattended CD follow these steps.

1. Install the Applet
2. Delete msvcr71.dll
3. Use your favorite compressor to compress it (7-Zip brings it down to 230 KB)
4. Uncompress it during your unattended install
5. 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:

CODE
#NoTrayIcon
AutoItSetOption("ExpandEnvStrings",1)
AutoItSetOption("RunErrorsFatal",0)

RunWait(@ComSpec & " /c " & 'regsvr32 /s "%programfiles%\color control panel\GamutViewer.dll"', "", @SW_HIDE)
EchoNoise
ARGH.. I can't even see that text!!

Why don't you use the CODE function to post stuff like that!!
diesel_98a
you can get the msi out of it and then run it w/ the /QN or /QB..........
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.