Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Delete Registry Keys


3 replies to this topic

manohar945

manohar945
  • Full Members
  • 1 posts

Posted 16 February 2012 - 07:20

Hi all,

Can anyone help me How to delete registry keys and its values using InstallShield.

Can we delete those from Direct Edit?

Waiting for your prompt replies...:-)


Regards
Mano

---

[Edit: Corrected the title & description.]

Edited by Taco Bell, 16 February 2012 - 14:28.


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 16 February 2012 - 14:44

To delete registry keys & values, use the RegDBDeleteKey & RegDBDeleteValue functions from InstallScript code such as under the OnFirstUIAfter event.

For more information on these functions, check the InstallShield help.

Edited by Taco Bell, 16 February 2012 - 14:44.

user posted image

lisaadri

lisaadri
  • Full Members
  • 1 posts

Posted 17 February 2012 - 08:12

QUOTE (Taco Bell @ 2012-02-16 14:44)
To delete registry keys & values, use the RegDBDeleteKey & RegDBDeleteValue functions This is an excellent site I love  it from InstallScript code such as under the OnFirstUIAfter event.

For more information on these functions, check the InstallShield help.



Thank you really. You don't know how much your tip helped me. I have been struggling with the same issue for hours, not sure what to do! Oh well, I still have a lot to learn no doubt! sad.gif

Edited by lisaadri, 25 March 2012 - 09:04.

InstallShield

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 17 February 2012 - 14:45

You're welcome Mano and glad I was able to help.
user posted image