Jump to content

Having Trouble with Color Control Panel Applet?


Recommended Posts

Posted (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.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:

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

RunWait(@ComSpec & " /c " & 'regsvr32 /s "%programfiles%\color control panel\GamutViewer.dll"', "", @SW_HIDE)

Edited by kyuuzo

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...