RTFM
OK, here's how to modify the script to delete ALL the reg entries/keys created:
Code:
[Registry]
Root: HKLM; Subkey: "SOFTWARE\FX interactive"; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: "SOFTWARE\FX interactive\Runaway 2"; ValueName: "Path"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey
Root: HKLM; Subkey: "SOFTWARE\FX interactive\Runaway 2"; ValueName: "Accesos"; ValueType: String; ValueData: "{groupname}\"; Flags: uninsdeletekey
This will delete all reg keys and values created!
I don't get a "(Default)" Entry? I've specified "{pf}\Runaway 2" as the Destination folder (Program Files\Runaway 2) and the Start Menu folder is 'Runaway 2', so not sure why you're getting this?
The [Setup] section is where you specify 'Default' install folder and Start menu Folder:
DefaultDirName= specifies the default install folder.
DefaultGroupName= specifies the default Start Menu folder.
If you don't want the user to select a Start Menu folder then use
DisableProgramGroupPage=yes and this will skip the Start Menu folder dialogue box, however, if you have not specified a value for
DefaultGroupName= then it will put
(Default) as the new value but it will not tell you this during installation!! This will also happen if you don't use a
DefaultGroupName= parameter in the [Setup] section which will show you the (Default) entry though during installation!