Developing a launcher that needs multiple registry keys
Okay...
I'm making a launcher for an app that happens to be using 4 different registry keys, and all of them are essential for the program to run. I've been looking at the NSIS script for 7-zip, but it only needs one key. My question is: How do I arrange the script when it is using more than one key? Here is the section I've been working with:
RegistryBackup:
StrCmp $SECONDARYLAUNCH "true" LaunchAndExit
;=== Backup the registry
${registry::KeyExists} "HKEY_CURRENT_USER\Software\7-zip-BackupBy7-ZipPortable" $R0
StrCmp $R0 "0" RestoreTheKey