We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57eb1c6 commit b8a1c68Copy full SHA for b8a1c68
Words.main.wxs
@@ -48,9 +48,6 @@
48
Source="$(var.Words_App)\Web.config" />
49
</Component>
50
<Directory Id="WordsWeb_AppData" Name="App_Data">
51
- <Component Id="words_db" Guid="*" Win64="yes">
52
- <File KeyPath="yes" Source="Words.Web\App_Data\words.db" />
53
- </Component>
54
<Component Id="words_json" Guid="*" Win64="yes">
55
<File KeyPath="yes" Source="Words.Web\App_Data\words.json" />
56
@@ -114,7 +111,6 @@
114
111
115
112
<Feature Id="Service" Level="1">
116
113
<ComponentRef Id="Words.Web.config" />
117
- <ComponentRef Id="words_db" />
118
<ComponentRef Id="words_json" />
119
<ComponentRef Id="WordsWeb_AppData" />
120
<ComponentRef Id="WordsWeb_Logs" />
0 commit comments