Jump to content

WinRAR 3.51 theme


BoardBabe

Recommended Posts


I made an WinRAR sfx archive that contains the "Themes" folder (located in %programfiles%\WinRAR) and extracts it to %programfiles%\WinRAR when its executed.

SFX comment is the following:

Path=%programfiles%\WinRAR
SavePath
Silent=1
Overwrite=1

Then I execute the reg file with the following content:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes]
"ShellExtBMP"="C:\\Programme\\WinRAR\\Themes\\WinRAR_XP_32x32\\RarSmall.bmp"
"ActivePath"="C:\\Programme\\WinRAR\\Themes\\WinRAR_XP_32x32"

Once you have WinRAR installed with theme you can grab these keys. These are the keys for XPero's WinRAR Theme.

Edited by Dynaletik
Link to comment
Share on other sites

I found that out too, but check it out! Im guessing your WinRAR shortcut (start-menu + recent programs) is still the old WinRAR icon...

If you manually change theme even that Icon (shortcut to winrar) changes, I want that to change also....

PS, here is the reg entries I have so far

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\WinRAR\Interface\Themes]
"ShellExtBMP"="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\RarSmall.bmp"
"ActivePath"="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WinRAR\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\RAR.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WinRAR.REV\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\REV.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WinRAR.ZIP\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\RAR.ico"

[HKEY_CLASSES_ROOT\WinRAR\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\RAR.ico"

[HKEY_CLASSES_ROOT\WinRAR.REV\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\REV.ico"

[HKEY_CLASSES_ROOT\WinRAR.ZIP\DefaultIcon]
@="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\RAR.ico"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\WinRAR archiver]
"DisplayIcon"="C:\\Programfiler\\WinRAR\\Themes\\WinRAR_XP_48x48\\Setup.ico"

Edited by BoardBabe
Link to comment
Share on other sites

I found that out too, but check it out! Im guessing your WinRAR shortcut (start-menu + recent programs) is still the old WinRAR icon...

If you manually change theme even that Icon (shortcut to winrar) changes, I want that to change also....

Yes, you are right. I never thought about that, but it isn't that important for me. :}

Link to comment
Share on other sites

Hmmm, well I don't think that's the proper way to do it. (The same way as it's done wen you manually change theme). Because its not the .exe that changes icon, just the .lnk. So im guessing some reg key?

But I haven't successfully found a reg key using regshot or any other method, for that particular "change".

Link to comment
Share on other sites

  • 4 weeks later...

I made an WinRAR sfx archive that contains the "Themes" folder (located in %programfiles%\WinRAR) and extracts it to %programfiles%\WinRAR when its executed.

SFX comment is the following:

Path=%programfiles%\WinRAR
SavePath
Silent=1
Overwrite=1

Don't work for me.

I change to:

Path=c:\programmi\WinRAR

SavePath

Silent=1

Overwrite=1

Now work.

Link to comment
Share on other sites

I made an WinRAR sfx archive that contains the "Themes" folder (located in %programfiles%\WinRAR) and extracts it to %programfiles%\WinRAR when its executed.

SFX comment is the following:

Path=%programfiles%\WinRAR
SavePath
Silent=1
Overwrite=1

Don't work for me.

I change to:

Path=c:\programmi\WinRAR

SavePath

Silent=1

Overwrite=1

Now work.

in windows this will work , but not unattended

Link to comment
Share on other sites

having a quick look, you'll notice the shortcut can have a different icon, so right click | Properties | Change Icon

Notice your location, it is in the theme folder

It may be that this needs to be updated in your sfx, or reg key

Link to comment
Share on other sites

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run app & "%Cdrom%\Applications\Winrar\WinRAR_Smile_d_48x48.1_00.theme.rar"
WScript.Sleep 2000
WshShell.SendKeys "{ENTER}"
WScript.Sleep 1500
WshShell.SendKeys "{ENTER}"

i'm using this vbscript.

just change the theme path and click it! But u must use original theme zip file.

Link to comment
Share on other sites

You could also run a batch file and create a new shortcut to winrar in your start menu. To do that you can use xxmklink, you can search google for it to get the exe and a list of commands. With this you can specify which icon is used for the shortcut.

Link to comment
Share on other sites

  • 2 months later...

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...