Write a registry entry | |
This action lets you write information directly into the Windows registry; for example to set initial options for your program or store information about the package's execution, such as the users name or the destination directory. Storing this kind of information in the Windows registration database makes it easy for your program to access it later.
Example: To create the key HKEY_CURRENT_USER\Software\MyCompany\MyWordPad and set its "AppPath" entry to the location that your software was installed to, select hkCurrentUser for the Rootkey and type "Software\MyCompany\MyWordPad" for the Key. Add "AppPath" to the Ident entry, and finally enter %DESTPATH% (the variable which contains the final destination folder) in the Value field. Paquet Builder Help - Copyright © G.D.G. Software. All rights reserved. |