create sqlite table on install
This commit is contained in:
parent
1409552a95
commit
0ddade076e
@ -57,6 +57,10 @@
|
||||
</File>
|
||||
<File Id="MainApplicationExeConfig" Name="$(var.ProgramName).exe.config" KeyPath="no" Checksum="yes"></File>
|
||||
</Component>
|
||||
|
||||
<Component Id="SQLiteDatabase" Guid="f01ed812-dd47-42ce-b174-15ca27b808a0" NeverOverwrite="yes" Permanent="yes">
|
||||
<File Id="ToolCollection_sqlite" Name="ToolCollection.sqlite" Source="ToolCollection.sqlite" />
|
||||
</Component>
|
||||
|
||||
<Component Id="WindreamLibs" Guid="3666d0d9-6406-4f95-8610-4ed36403378f">
|
||||
<File Id="WINDREAMLib" Name="Interop.WINDREAMLib.dll" Source="P:\Visual Studio Projekte\Bibliotheken\windream\Interop.WINDREAMLib.dll" KeyPath="yes" />
|
||||
@ -131,6 +135,7 @@
|
||||
<ComponentRef Id="WindreamLibs" />
|
||||
<ComponentRef Id="SQLiteLibs" />
|
||||
<ComponentRef Id="OracleLibs" />
|
||||
<ComponentRef Id="SQLiteDatabase" />
|
||||
<ComponentRef Id="ProgramMenuDir" />
|
||||
<ComponentRef Id="RegistryKeys" />
|
||||
</Feature>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user