Page 6 of 6
Posted: Fri Jul 30, 2010 6:57 am
by alanrichey
Use it all the time to clear the "Run" entry on Windows
Value is "RM.ico" in the right location.
But in the File Associations, .RMDU is associated with Java, so that is the icon they have.
Posted: Fri Jul 30, 2010 7:33 am
by gfb107
So it the fully qualified path of RM.ico? That's good. Try removing the leading/trailing double quotes.
Posted: Fri Jul 30, 2010 7:38 am
by alanrichey
Sorry, I put those in. The entry is 100% correct. It is the association that means that the Java icon is showing rather than the RM Icon.
Posted: Fri Jul 30, 2010 7:52 am
by gfb107
Yesterday the DefaultIcon entry was created with the wrong value. It had C:\Windows\System32\RM.ico
Last night Setup.vbs was finally fixed to use the correct path.
I just tested on my XP machine, and found I had to restart windows in order for it to notice the correction.
Have you restarted?
Posted: Fri Jul 30, 2010 8:06 am
by alanrichey
I hadn't, but I have now and you're right, a reboot solved it, all looking good now.
I think we REALLY are there now.
Windows eh, don't you just love it

Posted: Wed Aug 04, 2010 8:22 pm
by gfb107
I've merged SetupAsAdmin.vbs into
Setup.vbs so that Setup.vbs will automatically re-launch itself in the same way SetupAsAdmin would if there is an access violation updating the registry.
Would you please give it a try?
Posted: Thu Aug 05, 2010 6:00 am
by alanrichey
Seems fine, although it's difficult to know what I need to do to de-setup my system to give it a proper test. It certainly run without an error, and builds the shortcuts.
Are you leaving the message in giving the install directory ?
Posted: Thu Aug 05, 2010 7:18 am
by gfb107
I'll probably take out the messages.