View Single Post
  #16  
Old 05-04-2012, 16:46
WankaWanka WankaWanka is offline
Registered User
 
Join Date: Dec 2008
Location: Brasil
Posts: 12
Thanks: 1
Thanked 1 Time in 1 Post
WankaWanka is on a distinguished road
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.
Reply With Quote
Sponsored Links