|
For Windows 7 x64 is necessary that the Installer can be in the 64-byte mode, because for the launch works must have the following registry entries:
ArchitecturesInstallIn64BitMode=x64
[Registry]
Root: HKLM; Subkey: SOFTWARE\Bethesda Softworks\; Tasks: ; Languages: ; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Bethesda Softworks\FalloutNV\; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Bethesda Softworks\FalloutNV\; ValueName: Installed Path; ValueType: string; ValueData: {app}\; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Wow6432Node\Bethesda Softworks\; Flags: uninsdeletekeyifempty
Root: HKLM; Subkey: SOFTWARE\Wow6432Node\Bethesda Softworks\FalloutNV\; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\Wow6432Node\Bethesda Softworks\FalloutNV\; ValueName: Installed Path; ValueType: string; ValueData: {app}\; Flags: uninsdeletekey
If the installer is 32-bit mode, the first 3 registers, are not included in the Windows registry.
Last edited by WankaWanka; 05-04-2012 at 16:53.
|