Everything posted by ricktendo
- Hello Everyone ....
-
[AddOn] Windows Sidebar v6.0.6002.18005
xen0, you should have nlsdl if you have installed Alky for Applications and/or IE7 http://www.microsoft.com/downloads/details...;displaylang=en
-
Easy Thumbnails 3.0
Once again, Thanks!
-
[AddOn] CMenu v2.6 & SendToA3X v1.7
SendToA3X is updated 1.6
-
[AddOn] Media Center Plus Programs for XP
I seriously doubt it
-
[NEWS] Sidebar from Vista SP1 finally working on XP
- You install alky for applications (Reboot) - You merger the .reg file (double click it) - Then you copy the Windows Sidebar folder to program files - Copy regsvr32.exe from %WinDir%\system32 to %ProgramFiles%\Windows Sidebar - Copy %ProgramFiles%\Alky for Applications\Libraries\manifest.xml to %ProgramFiles%\Windows Sidebar and rename it regsvr32.exe.manifest - Right click on sbdrop.dll and wlsrvc.dll and choose Patch Vista Library... - Now drag and drop them into regsvr32.exe (the one you copied from system32) - Right click on sidebar.exe and choose Patch and Run Vista Executable... - Close the Windows Sidebar - Now add this to Run: "%ProgramFiles%\Windows Sidebar\sidebar.exe" /RegServer
-
[Release] V'ISO b8.2.2 (Last)
Amnesia do you have any clue if this can be done? http://www.wincert.net/forum/index.php?showtopic=2870
-
[Desktops] March 2008
Thumbnailed if for you steviewonder JurgenDoe, another winner
-
Help with XP Copy, Move, Del dialog Vista mod
Hello guys, need some help Here is what I wanted to do... Is there a way to get this icon like it is on this Vista copy dialog into my XP copy dialog? Thats where I would like to add it... Here are the res file and icon for editing http://www.sokoolz.com/addons/r64/Shell32.7z tia
-
Windows Vista Ultimate SP1 Toilet Paper Available
ROFLMAO Off-Topic Comment(Click to Show) I am the great Cornholio, I need TP for my bunghole.[Close]
-
[Desktops] March 2008
ROFLMAO
-
[Desktops] March 2008
Update, I am now using Diamond theme (default WB skin) and a wallpaper called Fella Couch by JurgenDoe
-
DreamScene Patch for Vista Home Premium and Business
Set as Invisible until further vetting of what this does I just want to determine if its considered warez (like I'm one to talk )
- [AddOn] SpywareBlaster 5.0 (10/10/2013)
-
[CMD] Windows Live Messenger 2009
3-16-08 - Updated w/ Windows Live Sign-in Assistant to shush MU
-
Uninstall question?
OK in your uninstall section try something like this (this will delete all the files not matter what they are in a directory) [Uninstall] RunPostSetupCommands=RunPostSetup.SectionName ;<- You can name this whatever you want [RunPostSetup.SectionName] RUNDLL32 advpack.dll,DelNodeRunDLL32 %16410%\%Program Name%,8 You can change the flag (8) to do different things 1 // delete the directory only if it's empty 2 // don't delete any sub-dirs; delete only the files 4 // don't delete the dir itself 8 // delete UNC [network] paths ;This deletes both the files, sub dirs and the folder itself
-
I've become a father!
YAY!!! Happy Fathers day Post some pics if you take any
-
Vista change file type icon Utility
OMG thanks wolf, its perfect... Now I can change my XP font to SegoUI
-
[Release] V'ISO b8.2.2 (Last)
No sorry
-
Deleted
Thanks, it had lots of sidebar skins I hadn't even seen before
-
[Release] V'ISO b8.2.2 (Last)
http://www.mediafire.com/?yjz381zy9oz
-
[Video] How to make a INF Theme addon
Removed OSR PDF, use ADVANCED INF instead
-
[AddOn] InstallWatch Pro v2.5c (Updated July-14-07)
Download and install the installer dont use the addon to install it on a live machine http://www.epsilonsquared.com/
-
[Desktops] March 2008
Wow thats a really nice desktop, what icons are those? Can you also share that sidebar skin? (all of your sidebar skins if you happen to have more) Off-Topic Comment(Click to Show) Try to use thumbnails for your screenshots guys[Close]
-
Uninstall question?
OK pretty easy, in your [uninstall] section in the DelFiles directive you add a new section name (anything) example [Uninstall] DelFiles=Example.Other.Sections,New.Section;<-Add it here Now create it and under the [New.Section] you add a list of those files you want deleted (the one that the program creates) [New.Section] Filename1.ini Filename2.bak etc... Now you have to add the New.Section=LDID(,SubDir) to [DestinationDirs] so the INF will know where the files are, so go so look for the LDID of the %UserProfile%\Application Data Here is the LDID (number) for that folder 16410 %userprofile%\Application Data So it will go like this [DestinationDirs] Example.Section=16422,"Program Name" New.Section =16410,"Program Name";<-This is the DelFiles destination dir Post your INF when you think you are done maybe we can have a look at it