darkside Posted September 18, 2007 Posted September 18, 2007 Hi.I am new here. I just wanted to say thank you for Vista Drive Indicator. I wish XP came with something like this natively! Quote
Inferi0r Posted September 19, 2007 Posted September 19, 2007 (edited) Thanks Kel nice add-on... I was thinking this one can't be installed on the normal way. But I found that's luckily not so difficult. Just:Unpack the add-onUnpack 'VDrive.in_'Unpack 'VDRIVE.CAB'Create a folder with the name 'i386' in the directory a place all the files from the 'VDRIVE' folder in itCreate a folder with the name 'VistaDrive' in the Windows directoryRun 'VDrive.inf' (by right clicking -> install)EnjoYOnly I don't understand why the inf can't create a folder with the name 'VDrive' in the windows directory...only a file without extension.Request: is this also possible for removable drives, like USB? Edited September 19, 2007 by Inferi0r Quote
Kelsenellenelvian Posted September 20, 2007 Author Posted September 20, 2007 Updated!Added a silent installer and major inf work.As for removable drives I will try to reach the author of vistadrive.exe (dougiefresh) and ask him.... Quote
noob Posted October 5, 2007 Posted October 5, 2007 How i want remove this icon and set to default icon? Quote
ricktendo Posted October 5, 2007 Posted October 5, 2007 How i want remove this icon and set to default icon?You install the uninstallable version and uninstall it. Quote
spidyr2k Posted October 7, 2007 Posted October 7, 2007 (edited) Ok here it has been fixed but I cannot make it active till after a reboot (It causes WPI to loop)Thanx, kel :thumbsup_anim: This fixed a bad install of a different Vista Drive Icon app. Looks great now! Yer my new hero! :worthy:Can you tell me how to make the icons larger? Is it in the Desktop Properties setup, i.e. icon size? All the .ico files in the Vista Drive folder are 16x16.Edit: Never mind....change icon size in View....duh Edited October 7, 2007 by spidyr2k Quote
Kelsenellenelvian Posted October 8, 2007 Author Posted October 8, 2007 *Smack* LOLYou're very welcome... Quote
gillesg Posted November 11, 2007 Posted November 11, 2007 Hi,New to this, it is really great. But, because there is a but, I have a small question :How does the system determines if a drive is a system drive or not ?because all users see different drives as system.Thank you for the answer.Regards.Gilles Quote
Kelsenellenelvian Posted November 12, 2007 Author Posted November 12, 2007 for $i = 1 to 26 $Drv = Chr( $i + 64 ) $PRE = _IIf( @HOMEDRIVE = $Drv & ":", "s", "" ) if DriveGetType( $Drv & ":" ) = "Fixed" then $F = DriveSpaceFree( $Drv & ":" ) $T = DriveSpaceTotal( $Drv & ":" ) $P = Round( ($T - $F) / $T * 100 ) for $j = 13 to 1 step -1 if $P <= $Per[$j] then $ICON = $j next if $Pre = "s" then $ICON = _Iif( $ICON = 1, 2, $ICON ) RegWrite( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\" & _ $Drv & "\DefaultIcon", "", "REG_SZ", $PATH & $PRE & $PER[ $ICON ] & ".ico" ) else RegDelete( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\" & _ $Drv & "\DefaultIcon" ) endif nextAs you can see from part of the code here that I have pasted auto-it has its own functions to determine fixed and system drives...So I honestly can't answer why different users may see different drives as the systemdrive. Quote
gillesg Posted November 13, 2007 Posted November 13, 2007 Thanks, based on the code I can tell why...I worked on your stuff and derived an extension that handles other type of media.Removable, network, ...I am still in the process of design the icons.Are you interested in the proposed modification ?Regards.Gilles Quote
Kelsenellenelvian Posted November 13, 2007 Author Posted November 13, 2007 Ummmmm let me think Of course. Quote
dougiefresh Posted November 14, 2007 Posted November 14, 2007 (edited) Howdy! If you're talking about a change to the code that would allow removable and network drives to be detected, I've got a new thread located here that has all of my modifications to the code I wrote. Here's the Changelog for the latest version of my script.My latest code does support CD/DVD drives, removable drives, network drives, and ramdisk drives. USB and FireWire drives have their own icon as well. Explorer is refreshed upon every update. Update interval can be changed, as well as the icon in the notification tray can be set to monitor a drive. Updates are forced when CD/DVDs are inserted, as well as when new devices are attached to USB/FireWire. Edited November 14, 2007 by dougiefresh Quote
gillesg Posted November 15, 2007 Posted November 15, 2007 Hi,Thank for the link, that was precisely waht I was heading for.Your modifications look excellent. I checked them out.Is there a way for me to set my personnal icons to the drives ?RegardsGilles Quote
dougiefresh Posted November 15, 2007 Posted November 15, 2007 (edited) Quote from first post of my thread:At present time, there is no program to automate build libraries for this script. If you have icons and want them assembled into a library, send them to me. Make sure to send a link to the original source along with the icons, otherwise I will refuse to build the library (unless you're the author, then I need permission to post the new library). Edited November 15, 2007 by dougiefresh Quote
gillesg Posted November 15, 2007 Posted November 15, 2007 Quote from first post of my thread:What about a simple trick that I was planning to implement : a directory for each type of drive. In this directory either 1 icon properly named, or a set of icons with progress bar.So every one can either have their own icons or the standard one.Regards,Gilles Quote
bober Posted November 15, 2007 Posted November 15, 2007 dirs are sloppy and when having different 'themes' for an icon set,the way doogie's implemented icon librarys is much more neat,and not hard to build.i think it makes it much easyer for the script to change themes. Quote
gillesg Posted November 17, 2007 Posted November 17, 2007 dirs are sloppy and when having different 'themes' for an icon set,the way doogie's implemented icon librarys is much more neat,and not hard to build.i think it makes it much easyer for the script to change themes.HI, I looked deeper into the way the new code works. It really is great. But I am still stuck on ahow to build new Icon librart in .DLL format.Which tool do you use for that ?Gilles Quote
ricktendo Posted November 17, 2007 Posted November 17, 2007 They create a .icl file and simply rename it .dll (rename Vista.dll to Vista.icl and open it in a program like Axialis Icon Workshop) Quote
dougiefresh Posted November 20, 2007 Posted November 20, 2007 (edited) I've been using IconJack32 to build the icon theme files.EDIT: Reread the last post more carefully. Didn't realize that the .DLL file that IconJack32 creates is actually a .ICL file.... Huh! Thanks, rick! Edited November 20, 2007 by dougiefresh Quote
bober Posted November 20, 2007 Posted November 20, 2007 (edited) iconpacks created with iconjack arent fully compatible with Axialis,there seems to be some corruption in the way the icons are seperated from each other within the pack...try and see.iconjack does export to .dll nothing is being renamed by anyone,its the way the app exports to file.i dont know witch app is reading or building the .dll bad,but seems there are some issues.edit,found out what the problem was,invalid sizes were causing the app to change the order ofi cons and their size when using Axialis app. Edited November 21, 2007 by bober Quote
dougiefresh Posted November 22, 2007 Posted November 22, 2007 Information on my Theme format has been posted in the first post of my thread. Quote
itsme_4ucz Posted February 1, 2008 Posted February 1, 2008 (edited) Hi all i needed help from you all guysthere was vista drive indicator with tray &hidden tray icon app i lost it while my dd crashed 2 days back.thx in advance.this addon wasn't by Kelsenellenelvian Edited February 1, 2008 by itsme_4ucz Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.