sk8er_boi Posted July 10, 2005 Posted July 10, 2005 http://www.rarlab.com/themes.htmhere's the winrar themes but how to install them silently?Simonsays might know because he has made themes.
Shark007 Posted July 10, 2005 Posted July 10, 2005 Simply extract them to a folder within %programfiles%\WinRAR\Themesafter you install winrar.If your winrar is customized already,just add them to the customized installation as aboveShark
SiMoNsAyS Posted July 11, 2005 Posted July 11, 2005 yep there's no way to install the .theme.rar files silently that i'm aware. i just place my themes on %programfiles%\WinRAR\Themes and then select them post-setup
sk8er_boi Posted July 11, 2005 Author Posted July 11, 2005 (edited) Maybe i can make a vbscript to install. i will try edit: here's a script. it works for me. write the full theme name.don't change the names of downloaded themes. or it won't install.paste this to a .vbs file.Set WshShell = WScript.CreateObject("WScript.Shell")WshShell.Run app & "WinRAR_Smile_d_48x48.1_00.theme.rar"WScript.Sleep 100WshShell.SendKeys "{ENTER}"WScript.Sleep 1000WshShell.SendKeys "{ENTER}" Edited July 11, 2005 by cihatkarli
mzar720 Posted July 12, 2005 Posted July 12, 2005 @cihatkarliPlease can you give more explanation on how your <.vbs> worke with SiMoNsAyS`s wayas SiMoNsAyS said i made a SFX Files of my installed themes with this comment;The comment below contains SFX script commandsPath=%programfiles%\winRAR\themesSavePathSilent=1Overwrite=1then select them post-setupand where i can put your <.vbs> in my UACD because i don`t understand it. Sorry Any Help please-------------Sorry for Bad English
sk8er_boi Posted July 12, 2005 Author Posted July 12, 2005 For my vbs put the theme to same folder. but don't chage the theme file's name. because it's some kind of descriptorand in this lineWshShell.Run app & "WinRAR_Smile_d_48x48.1_00.theme.rar"put your theme's filename in the brackets.
mickmack Posted July 13, 2005 Posted July 13, 2005 i usually repack WinRar with key and themes into one executable and for default theme i add this regkey. you can use name of your theme instead of smile[HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes]"ShellExtBMP"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Smile_d_48x48\\RarSmall.bmp""ActivePath"="C:\\Program Files\\WinRAR\\Themes\\WinRAR_Smile_d_48x48"
sk8er_boi Posted July 13, 2005 Author Posted July 13, 2005 (edited) DELETE THIS. Edited July 13, 2005 by cihatkarli
sk8er_boi Posted July 13, 2005 Author Posted July 13, 2005 i thought that. but i wasn't sure if it changes rar icons. But my method is reliable.
sk8er_boi Posted July 13, 2005 Author Posted July 13, 2005 Here I revised the code a bit.Set WshShell = WScript.CreateObject("WScript.Shell")'put your theme path in the bracketsWshShell.Run app & "%systemdrive%\Install\Applications\Winrar\WinRAR_Smile_d_48x48.1_00.theme.rar"'if you have a slow pc you may need to increase thisWScript.Sleep 2000WshShell.SendKeys "{ENTER}"'this tooWScript.Sleep 1500WshShell.SendKeys "{ENTER}"
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now