Ticket Hash: | d8491abd0bcb73694388d4d077042c8b0169b871 | ||
Title: | Installer Error | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Important | Priority: | NextRelease |
Subsystem: | VsDesignerInstaller | Resolution: | Fixed |
Last Modified: | 2012-01-28 11:37:20 | ||
Version Found In: | 1.0.78.0 |
Description: | ||||
sqlite-netFx40-setup-bundle-x64-2010-1.0.78.0
At install the following error occurs -> could not open registry key: HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v4.0.30319\AssemblyFoldersEx .NET 4.0 is fully installed and in the opened commandline window the error seems to be at Installer.exe #38 After the Setup in Server-Explorer no SQLite Database Connection could be created. anonymous added on 2012-01-27 12:17:14 UTC: mistachkin added on 2012-01-27 14:10:33 UTC: 1. Install the 32-bit setup without the option checked to run the VS designer components installer. 2. Open a Visual Studio command prompt. 3. Change to the "System.Data.SQLite\2010\bin" install directory. 4. Using the "corflags" tool (part of the .NET SDK), flag the "Installer.exe" tool as 32-bit only (e.g. "corflags /32BIT+ /Force Installer.exe"). 5. Re-sign the "Installer.exe" assembly using a strong name key pair (e.g. sn -Ra Installer.exe System.Data.SQLite.snk). Any SNK file will work here. 6. Run the "Installer.exe" tool using the following command line: Installer.exe -install true -installFlags AllExceptGAC -tracePriority Lowest -verbose true -noCompact true -noNetFx20 true -noVs2008 true -whatIf false -confirm true mistachkin added on 2012-01-27 14:12:31 UTC: anonymous added on 2012-01-27 15:09:04 UTC: mistachkin added on 2012-01-27 15:52:01 UTC: 1. Install the 32-bit setup without the option checked to run the VS designer components installer. 2. Open a Visual Studio command prompt. 3. Change to the "System.Data.SQLite\2008\bin" install directory. 4. Using the "corflags" tool (part of the .NET SDK), flag the "Installer.exe" tool as 32-bit only (e.g. "corflags /32BIT+ /Force Installer.exe"). 5. Re-sign the "Installer.exe" assembly using a strong name key pair (e.g. sn -Ra Installer.exe System.Data.SQLite.snk). Any SNK file will work here. 6. Run the "Installer.exe" tool using the following command line: Installer.exe -install true -installFlags AllExceptGAC -tracePriority Lowest -verbose true -noCompact true -noNetFx40 true -noVs2010 true -whatIf false -confirm true mistachkin added on 2012-01-27 15:54:38 UTC: mistachkin added on 2012-01-27 19:39:38 UTC: mistachkin added on 2012-01-27 22:30:08 UTC: mistachkin added on 2012-01-28 11:37:20 UTC: |