custom action neccesary

Richnl

Well-known member
Joined
Mar 20, 2007
Messages
93
Programming Experience
Beginner
Hi, everyone
Question:
1)I need to store the path that the user has chosen into a registrykey
How can I obtain the path the user has chosen to install too and register it into a predefined keyvalue I made in the registry editor?


2)Also, how can I give the user the option after install too run the exe file inmediatly or not (checkbox)?
I use (visual studio 2005 pro)

In summary: How can I get both things to do what it says?

TIA, Richard
 
I dont know how to do the seconds, but the first:

In registry view, put a new key in and set its value to [TARGETDIR]
 
Back
Top