WinRAR 3.51 theme Silent install & apply...
#2
Posted 21 October 2005 - 12:18 AM
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.
This post has been edited by Dynaletik: 21 October 2005 - 02:41 AM
#4
Posted 21 October 2005 - 04:25 AM
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"
This post has been edited by BoardBabe: 21 October 2005 - 04:28 AM
#5
Posted 21 October 2005 - 06:00 AM
BoardBabe, on Oct 21 2005, 11:25 AM, said:
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.
#6
Posted 21 October 2005 - 03:14 PM
But HOW can the icon change also be applied please?
#7
Posted 21 October 2005 - 05:10 PM
1st position within the main executable file before
packaging it.
shark.
#8
Posted 22 October 2005 - 05:07 AM
But I haven't successfully found a reg key using regshot or any other method, for that particular "change".
#9
Posted 17 November 2005 - 03:33 AM
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.
#10
Posted 17 November 2005 - 04:40 AM
[quote name='Dynaletik' date='Oct 21 2005, 07:18 AM' post='407992']
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:
Don't work for me.
I change to:
Path=c:\programmi\WinRAR
SavePath
Silent=1
Overwrite=1
Now work.
[/quote]
in windows this will work , but not unattended
#11
Posted 17 November 2005 - 04:59 AM
Notice your location, it is in the theme folder
It may be that this needs to be updated in your sfx, or reg key
#12
Posted 17 November 2005 - 07:02 AM
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.
#13
Posted 17 November 2005 - 01:22 PM
#14
Posted 06 February 2006 - 10:23 PM
P/S: if can please post also a sample of ur creation. thx.
#15
Posted 09 February 2006 - 02:51 AM
#17
Posted 09 April 2006 - 12:11 PM
BoardBabe, on Oct 21 2005, 11:14 PM, said:
I'm doing it like this:
On Error Resume Next
' Our variables here
Dim fs : set fs = WScript.CreateObject("Scripting.FilesystemObject")
Dim WSH : set WSH= WScript.CreateObject("WScript.Shell")
Dim AUProgs: AUProgs= WSH.SpecialFolders("AllUsersPrograms")
' Create shortcut within %ProgramFiles%\Packer\WinRAR (existing folder)
LinkIt AUProgs & "\Packer\WinRAR 3.51.lnk", "", "", _
"%ProgramFiles%\Packer\WinRAR\Themes\WinRAR_Gorilla_32x32\RAR.ico,0", _
"%ProgramFiles%\Packer\WinRAR\WinRAR.exe", ""
WScript.Quit
Sub LinkIt(lnkObj, strArgs, strDscr, strIcon, strProg, strWDir)
Dim oLnk : set oLnk = WSH.CreateShortcut(lnkObj)
oLnk.Arguments = strArgs
oLnk.Description = strDscr
oLnk.IconLocation= strIcon
oLnk.TargetPath = strProg
oLnk.WorkingDirectory= strWDir
oLnk.Save
End Sub
Just replace "\Packer" with nothing (i.e. delete it) or kompressorer or however compression progs are called in Norwegian.
HTH
This post has been edited by Mikka: 10 April 2006 - 02:18 AM
#18
Posted 09 April 2006 - 02:26 PM
#19
Posted 09 April 2006 - 03:37 PM
#20
Posted 11 April 2006 - 01:24 AM
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes] "ShellExtBMP"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Jr_48x48\\RarSmall.bmp" "ActivePath"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Jr_48x48"
I just use a reg file to do this.



Help

Back to top









