Sep 18, 2013
03:28 AM
Hi All, I have a new BASIC MSI Project. Its getting installed in all the Operating systems successfully except Windows Server 2008 (non R2) - 64 bit system. Please find below the MSI Log. As part of the setup, I'm trying to place the MSCOMCT2.OCX, MSCOMCTL.OCX in the System folder. The installation Error is happening in "InstallFinalize" Action (writing registry values). The same setup is getting installed successfully in all the other 32 and 64 bit system. Please help me in finding out a workaround and fix for the issue. MSI LOG MSI (s) (20:8C) [01:15:27:466]: Executing op: RegOpenKey(Root=-2147483646,Key=SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{1906F94F-8256-480A-8CDF-60821592CB4B},,BinaryType=0,) MSI (s) (20:8C) [01:15:27:466]: Executing op: RegAddValue(Name=Compatibility Flags,Value=#1024,) WriteRegistryValues: Key: \SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{1906F94F-8256-480A-8CDF-60821592CB4B}, Name: Compatibility Flags, Value: #1024 MSI (s) (20:8C) [01:15:27:466]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE32\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{1906F94F-8256-480A-8CDF-60821592CB4B} 3: 161 Error 1402. Could not open key: HKEY_LOCAL_MACHINE32\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{1906F94F-8256-480A-8CDF-60821592CB4B}. System error 161. Verify that you have sufficient access to that key, or contact your support personnel. MSI (s) (20:8C) [01:15:34:423]: Product: Lexis Affinity workstation -- Error 1402. Could not open key: HKEY_LOCAL_MACHINE32\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{1906F94F-8256-480A-8CDF-60821592CB4B}. System error 161. Verify that you have sufficient access to that key, or contact your support personnel.
... View more
Labels
- Labels:
-
InstallShield 2012
Feb 14, 2013
12:01 AM
Thanks Christoper I have solved the issue by checking the following option in the system search Search 64-bit portion of the Registry Robin
... View more
Feb 13, 2013
09:42 PM
Thanks Christoper for the information. Is there any way we can get the value based on 32 bit or 64 bit system ?? Do I need to define 2 set of properties? 1 for 32 bit and 1 for 64 bit ? Regards, Robin Christopher Painter wrote: This is by design. Your installer is a 32bit installer so Windows Installer is reading from the 32bit registry hive located under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node.
... View more
Feb 13, 2013
08:29 PM
I have added a new System Search to get the InstallRoot of DotNet Framework from the registry. But its always returning wrong value. Please find the details below Added a System Search with the following potions. 1. Folder Path, as specified by a Registry Entry 2. Registry Root : HKEY_LOCAL_MACHINE 3. Registry Key : SOFTWARE\Microsoft\.NETFramework 4. Registry Value : Install Root 5. Store the value to Property : DOTNETROOT Added another search to use the value of the above property 1. File Path, by Searching Folders 2. File Name : RegAsm.exe 3. Path Found in a previous search : The folder stored in DOTNETROOT 4. Store the value to Property : REGASMPATH I have called the above 2 properties in a custom action to register dotnet dlls. Now, I tried to install the setup in a Win 7 system In the target system, Registry contains the following values HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework : InstallRoot = C:\Windows\Microsoft.NET\Framework64\ But on running the above setup, I'm always getting the value for InstallRoot as C:\Windows\Microsoft.NET\Framework\ Please help in fixing this issue.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Latest posts by eliasrobin
Subject | Views | Posted |
---|---|---|
4545 | Sep 18, 2013 03:28 AM | |
1392 | Feb 14, 2013 12:01 AM | |
1392 | Feb 13, 2013 09:42 PM | |
7316 | Feb 13, 2013 08:29 PM |
Activity Feed
- Posted Error 1402: Could not Open Key - Windows Server 2008 (non R2) 64 Bit System on InstallShield Forum. Sep 18, 2013 03:28 AM
- Tagged Error 1402: Could not Open Key - Windows Server 2008 (non R2) 64 Bit System on InstallShield Forum. Sep 18, 2013 03:28 AM
- Tagged Error 1402: Could not Open Key - Windows Server 2008 (non R2) 64 Bit System on InstallShield Forum. Sep 18, 2013 03:28 AM
- Tagged Error 1402: Could not Open Key - Windows Server 2008 (non R2) 64 Bit System on InstallShield Forum. Sep 18, 2013 03:28 AM
- Posted Re: System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 14, 2013 12:01 AM
- Posted Re: System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 13, 2013 09:42 PM
- Posted System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 13, 2013 08:29 PM
- Tagged System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 13, 2013 08:29 PM
- Tagged System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 13, 2013 08:29 PM
- Tagged System Search Returns Wrong Value - Installshield 2012 Spring on InstallShield Forum. Feb 13, 2013 08:29 PM