RemoteMaster v1.99 is now available!
Moderator: Moderators
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Sorry, careless mistake. I actually tested this one. SetupAsAdmin.vbs
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Please right-click on the Remote Master shortcut in Start > Programs > Remote Master, select Properties then copy'n'paste the contents of and copy'n'paste the contents of the Target and "Start in" fields.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Fortunately the problem in the shortcuts and the problem in the associations are symptoms of the same issue. So if I figure it out, it will solve all of them.
When SetupAsAdmin.vbs launches Setup.vbs, the current working directory changes to C:\Windows\System32, so Setup.vbs doesn't know what the installation directory is.
Stay tuned.
When SetupAsAdmin.vbs launches Setup.vbs, the current working directory changes to C:\Windows\System32, so Setup.vbs doesn't know what the installation directory is.
Stay tuned.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Try these updated versions of SetupAsAdmin.vbs and Setup.vbs.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Finally!
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
vickyg2003
- Site Admin
- Posts: 7104
- Joined: Sat Mar 20, 2004 12:19 pm
- Location: Florida
- Contact:
Congratulations Greg. 
Remember to provide feedback to let us know how the problem was solved and share your upgrades.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
Tip: When creating an upgrade, always include ALL functions from the oem remote, even if you never plan on assigning them to a button. Complete function lists makes an upgrade more helpful to others.
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Afraid I didn't look far enough. Not finished yet.
When I ran last setup.vbs under an administrator RMDU files showed the Remotemaster icon and double clicking them ran the program.
With your latest, RMDU are associated with Java and if I click on them I get the usual Cannot access jarfile message.
Don't normally do that so missed it.
And even if I run setup.vbs under an administrator command prompt it doesn't work .
Looks like whatever the last change you made to setup.vbs blocked the RMDU association.
Sorry
When I ran last setup.vbs under an administrator RMDU files showed the Remotemaster icon and double clicking them ran the program.
With your latest, RMDU are associated with Java and if I click on them I get the usual Cannot access jarfile message.
Don't normally do that so missed it.
And even if I run setup.vbs under an administrator command prompt it doesn't work .
Looks like whatever the last change you made to setup.vbs blocked the RMDU association.
Sorry
Argh.
Open a command line, run these commands and copy'n'paste the results:
Open a command line, run these commands and copy'n'paste the results:
Code: Select all
assoc .rmdu
ftype RMDeviceUpgrade
assoc .rmir
ftype RMRemoteConfig-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
alanrichey
- Expert
- Posts: 3533
- Joined: Mon Mar 24, 2008 7:14 am
- Location: UK/USA
Are you familiar with RegEdit?
Run regedit from a command prompt, then navigate to
My Computer\HKEY_CLASSES_ROOT\RMDeviceUpgrade\DefaultIcon and tell me what the (Default) value is.
Run regedit from a command prompt, then navigate to
My Computer\HKEY_CLASSES_ROOT\RMDeviceUpgrade\DefaultIcon and tell me what the (Default) value is.
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)