You are here

Registry Not Being Deleted

3 posts / 0 new
Last post
Nathan9222
Nathan9222's picture
Offline
Last seen: 2 years 9 months ago
Developer
Joined: 2007-12-06 22:35
Registry Not Being Deleted

; insert regkeys to use separated by "||", comment out, when not used,
; e.g. HKCU\Software
!define REGKEYS ""
; If a file "Registry.reg" within the data directory is found then it is read
; and all child registry keys are processed as if they'd have been set within
; REGKEYS

I put the the registry in the data folder and it adds the registry but its not being deleted.then later in the script there is this to delete the registry
; Delete actual actual registry key (with portable content)
; --------------------------------------------------------------------------
${registry::DeleteKey} "$R9" "$R7" ; Delete registry key
Goto CleanRegLoop
CleanRegApply:

is that wrong or is there something i have to add/subtract into the script to get my registry to delete.

Stevoisiak
Stevoisiak's picture
Offline
Last seen: 4 years 10 months ago
Joined: 2008-02-05 11:22
???

Can you explain that better?

Simplifying daily life through technology

rab040ma
Offline
Last seen: 1 week 3 days ago
Joined: 2007-08-27 13:35
I think you'll find that you

I think you'll find that you are using an unofficial piece of software called Portable Application Template. If you are having trouble making it work you might get better results asking the developer of that template, or other people who use it. Asking in "General Discussion" is asking for the rest of the world (non-geeks, mostly) to assist you, and they're not likely to have the first clue (nor should you expect them to).

The best place, as I said, is the topic I linked to where the author of that unofficial template might be able to help you use it.

At the least you could move this topic to the "Portable App Development" area of the forums, so the non-geeks won't get confused by it. If it turns out you are having difficulty seen by other developers, they might be able to offer you advice even though you are using an unofficial template.

Since you started this topic, you do have the ability to modify the opening note and move it to a more appropriate place in the forums. Smile

MC

Log in or register to post comments