You are here

PAL Registry Problem

5 posts / 0 new
Last post
Pulkit Singhal
Offline
Last seen: 12 years 2 weeks ago
Joined: 2012-04-09 22:27
PAL Registry Problem

I am trying to make a portable app of My Notes Keeper.
Launcher file:
[Launch]
AppName=My Notes Keeper Portable
ProgramExecutable=MyNotesKeeper\MyNotesKeeper.exe

[Activate]
Registry=true

[RegistryKeys]
MNKPortable=HKEY_CLASSES_ROOT\CLSID\{B0CC8D3F-EF1A-4400-A5C7-1A2230AA0B8C}
The MNKPortable.reg get applied but after closing the app the registry could not get deleted. Please Help

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 3 weeks ago
Developer
Joined: 2008-09-30 19:18
Where did you find that?

That key shouldn't be something to worry about. Did you see it in a regshot (could you post a pastebin?) or why are you trying to handle that key?

Pulkit Singhal
Offline
Last seen: 12 years 2 weeks ago
Joined: 2012-04-09 22:27
Handling the key

I am Handling the key because it contains the Registration Data

Pyromaniac
Pyromaniac's picture
Offline
Last seen: 9 years 3 weeks ago
Developer
Joined: 2008-09-30 19:18
I don't think it'll work

That {B0CC8D3F-EF1A-4400-A5C7-1A2230AA0B8C} part of the registry is tied directly to the machine your on and will fail on all other computers. Look for another key, perhaps in HKCU or HKLM that has "MyNotesKeeper" or similar in the path.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
Blocker

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments