hoverhead Posted August 23, 2004 Posted August 23, 2004 Good day. First... What an awesome site...! thanks guys.. Now I have a sticky problem. In the unattended setup I include the following registry entry to change the recycle bin icons, but it does not want to change the icon. I even tried it to simulate on a live system where I import the registry entry and still it does not want to change the icon. The menupath IS corrrect to the icon that I have included, and the icon is included in the files that got copied with the instalation. I checked after the installation and the icons is there.What is wrong with my code...!!!!! Please I would really like to change the icon in the setup process. I can change the icon by right click on desktop, properties etc but dont want to do it......!! THANK YOU IN ADVANCE.JBHere is my code iro the recycle bin registry entry.---------------------[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]""="C:\WINDOWS\WEB\Icons\BIN Empty.ico"[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]"Empty"="C:\WINDOWS\WEB\Icons\BIN Empty.ico"[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]"Full"="C:\WINDOWS\WEB\Icons\BIN Full.ico"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]""="C:\WINDOWS\WEB\Icons\BIN Empty.ico"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]"Empty"="C:\WINDOWS\WEB\Icons\BIN Empty.ico"[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\DefaultIcon]"Full"="C:\WINDOWS\WEB\Icons\BIN Full.ico"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now