Skip to content

Commit b4779ce

Browse files
committed
Update properties to Secure so that the installer will work with non local admins
1 parent 8a9e467 commit b4779ce

File tree

2 files changed

+43
-42
lines changed

2 files changed

+43
-42
lines changed

TextFileSplitterInstallx64/Product.wxs

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<?define ProductVersion = "1.0.17.0"?>
3+
<?define ProductVersion = "1.0.18.0"?>
44
<?define UpgradeCode = "A9EE6818-88C5-4E7F-A2E4-C7BC52E7FF8D"?>
55
<?define Manufacturer = "Keith Martin"?>
66
<?define PackageCode = "*"?>
@@ -32,49 +32,49 @@
3232
<UIRef Id="WixUI_Mondo"/>
3333
<WixVariable Id="WixUILicenseRtf" Value="$(var.TextFileSplitter2012.ProjectDir)\License.rtf" />
3434

35-
<Property Id="SSIS64_2016_PATH">
35+
<Property Id="SSIS64_2016_PATH" Secure="yes">
3636
<!-- Value="C:\Program Files\Microsoft SQL Server\130\DTS"> -->
3737
<RegistrySearch Type="directory" Id="SSIS64_2016_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\SSIS\Setup\DTSPath" Win64="yes"/>
3838
<RegistrySearch Type="directory" Id="SSIS64_2016_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="SQLPath" Win64="yes"/>
3939
<DirectorySearch AssignToProperty="yes" Id="SSIS64_2016_PATH_3" Path="[ProgramFiles64Folder]\Microsoft SQL Server\130\DTS" />
4040
</Property>
41-
<Property Id="SSIS32_2016_PATH">
41+
<Property Id="SSIS32_2016_PATH" Secure="yes">
4242
<!-- Value="C:\Program Files (x86)\Microsoft SQL Server\130\DTS"> -->
4343
<RegistrySearch Type="directory" Id="SSIS32_2016_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\SSIS\Setup\DTSPath" Win64="no"/>
4444
<RegistrySearch Type="directory" Id="SSIS32_2016_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="SQLPath" Win64="no"/>
4545
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2016_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\130\DTS" />
4646
</Property>
47-
<Property Id="SSIS64_2014_PATH">
47+
<Property Id="SSIS64_2014_PATH" Secure="yes">
4848
<!-- Value="C:\Program Files\Microsoft SQL Server\120\DTS"> -->
4949
<RegistrySearch Type="directory" Id="SSIS64_2014_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\SSIS\Setup\DTSPath" Win64="yes"/>
5050
<RegistrySearch Type="directory" Id="SSIS64_2014_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="SQLPath" Win64="yes"/>
5151
<DirectorySearch AssignToProperty="yes" Id="SSIS64_2014_PATH_3" Path="[ProgramFiles64Folder]\Microsoft SQL Server\120\DTS" />
5252
</Property>
53-
<Property Id="SSIS32_2014_PATH">
53+
<Property Id="SSIS32_2014_PATH" Secure="yes">
5454
<!-- Value="C:\Program Files (x86)\Microsoft SQL Server\120\DTS"> -->
5555
<RegistrySearch Type="directory" Id="SSIS32_2014_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\SSIS\Setup\DTSPath" Win64="no"/>
5656
<RegistrySearch Type="directory" Id="SSIS32_2014_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="SQLPath" Win64="no"/>
5757
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2014_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\120\DTS" />
5858
</Property>
59-
<Property Id="SSIS64_2012_PATH">
59+
<Property Id="SSIS64_2012_PATH" Secure="yes">
6060
<!-- Value="C:\Program Files\Microsoft SQL Server\110\DTS"> -->
6161
<RegistrySearch Type="directory" Id="SSIS64_2012_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\SSIS\Setup\DTSPath" Win64="yes"/>
6262
<RegistrySearch Type="directory" Id="SSIS64_2012_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="SQLPath" Win64="yes"/>
6363
<DirectorySearch AssignToProperty="yes" Id="SSIS64_2012_PATH_3" Path="[ProgramFiles64Folder]\Microsoft SQL Server\110\DTS" />
6464
</Property>
65-
<Property Id="SSIS32_2012_PATH">
65+
<Property Id="SSIS32_2012_PATH" Secure="yes">
6666
<!-- Value="C:\Program Files (x86)\Microsoft SQL Server\110\DTS"> -->
6767
<RegistrySearch Type="directory" Id="SSIS32_2012_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\SSIS\Setup\DTSPath" Win64="no"/>
6868
<RegistrySearch Type="directory" Id="SSIS32_2012_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="SQLPath" Win64="no"/>
6969
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2012_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\110\DTS" />
7070
</Property>
71-
<Property Id="SSIS64_2008_PATH">
71+
<Property Id="SSIS64_2008_PATH" Secure="yes">
7272
<!-- Value="C:\Program Files\Microsoft SQL Server\100\DTS"> -->
7373
<RegistrySearch Type="directory" Id="SSIS64_2008_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\SSIS\Setup\DTSPath" Win64="yes"/>
7474
<RegistrySearch Type="directory" Id="SSIS64_2008_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\DTS\Setup" Name="SQLPath" Win64="yes"/>
7575
<DirectorySearch AssignToProperty="yes" Id="SSIS64_2008_PATH_3" Path="[ProgramFiles64Folder]\Microsoft SQL Server\100\DTS" />
7676
</Property>
77-
<Property Id="SSIS32_2008_PATH">
77+
<Property Id="SSIS32_2008_PATH" Secure="yes">
7878
<!-- Value="C:\Program Files (x86)\Microsoft SQL Server\100\DTS"> -->
7979
<RegistrySearch Type="directory" Id="SSIS32_2008_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\SSIS\Setup\DTSPath" Win64="no"/>
8080
<RegistrySearch Type="directory" Id="SSIS32_2008_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\DTS\Setup" Name="SQLPath" Win64="no"/>
@@ -83,42 +83,42 @@
8383

8484

8585

86-
<Property Id="SSIS64_2016">
86+
<Property Id="SSIS64_2016" Secure="yes">
8787
<RegistrySearch Type="raw" Id="SSIS64_2016_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="Edition" Win64="yes"/>
8888
<!--<RegistrySearch Type="raw" Id="SSIS64_2016_2" Root="HKCR" Key="IntegrationServices.Package.130" Win64="yes"/> -->
8989
</Property>
9090

91-
<Property Id="SSIS32_2016">
91+
<Property Id="SSIS32_2016" Secure="yes">
9292
<RegistrySearch Type="raw" Id="SSIS32_2016_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="Edition" Win64="no"/>
9393
<RegistrySearch Type="raw" Id="SSIS32_2016_2" Root="HKCR" Key="IntegrationServices.Package.130" Win64="no"/>
9494
</Property>
9595

96-
<Property Id="SSIS64_2014">
96+
<Property Id="SSIS64_2014" Secure="yes">
9797
<RegistrySearch Type="raw" Id="SSIS64_2014_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="Edition" Win64="yes"/>
9898
<!--<RegistrySearch Type="raw" Id="SSIS64_2014_2" Root="HKCR" Key="IntegrationServices.Package.120" Win64="yes"/>-->
9999
</Property>
100100

101-
<Property Id="SSIS32_2014">
101+
<Property Id="SSIS32_2014" Secure="yes">
102102
<RegistrySearch Type="raw" Id="SSIS32_2014_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="Edition" Win64="no"/>
103103
<RegistrySearch Type="raw" Id="SSIS32_2014_2" Root="HKCR" Key="IntegrationServices.Package.120" Win64="no"/>
104104
</Property>
105105

106-
<Property Id="SSIS64_2012">
106+
<Property Id="SSIS64_2012" Secure="yes">
107107
<RegistrySearch Type="raw" Id="SSIS64_2012_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="ProductID" Win64="yes"/>
108108
<!--<RegistrySearch Type="raw" Id="SSIS64_2012_2" Root="HKCR" Key="IntegrationServices.Package.110" Win64="yes"/>-->
109109
</Property>
110110

111-
<Property Id="SSIS32_2012">
111+
<Property Id="SSIS32_2012" Secure="yes">
112112
<RegistrySearch Type="raw" Id="SSIS32_2012_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="ProductID" Win64="no"/>
113113
<RegistrySearch Type="raw" Id="SSIS32_2012_2" Root="HKCR" Key="IntegrationServices.Package.110" Win64="no"/>
114114
</Property>
115115

116-
<Property Id="SSIS64_2008">
116+
<Property Id="SSIS64_2008" Secure="yes">
117117
<RegistrySearch Type="raw" Id="SSIS64_2008_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\DTS\Setup" Name="ProductID" Win64="yes"/>
118118
<!--<RegistrySearch Type="raw" Id="SSIS64_2008_2" Root="HKCR" Key="IntegrationServices.Package.100" Win64="yes"/>-->
119119
</Property>
120120

121-
<Property Id="SSIS32_2008">
121+
<Property Id="SSIS32_2008" Secure="yes">
122122
<RegistrySearch Type="raw" Id="SSIS32_2008_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\DTS\Setup" Name="ProductID" Win64="no"/>
123123
<RegistrySearch Type="raw" Id="SSIS32_2008_2" Root="HKCR" Key="IntegrationServices.Package.100" Win64="no"/>
124124
</Property>
@@ -285,42 +285,42 @@
285285
<ComponentRef Id="SQL2014x64DLL"/>
286286
<ComponentRef Id="SQL2014x64UpgradeMapping"/>
287287
<ComponentRef Id="SQL2014x64UpgradeMappingExtension"/>
288-
<Condition Level="0">NOT SSIS64_2014</Condition>
288+
<Condition Level="1004">NOT SSIS64_2014</Condition>
289289
</Feature>
290290
<Feature Id="SQL2014x32" Level="1" Title="x86" ConfigurableDirectory="SSIS32_2014_PATH">
291291
<ComponentRef Id="SQL2014x32DLL"/>
292292
<ComponentRef Id="SQL2014x32UpgradeMapping"/>
293293
<ComponentRef Id="SQL2014x32UpgradeMappingExtension"/>
294-
<Condition Level="0">NOT SSIS32_2014</Condition>
294+
<Condition Level="1004">NOT SSIS32_2014</Condition>
295295
</Feature>
296296
<ComponentRef Id="SQL2014GAC" />
297-
<Condition Level="0">NOT (SSIS32_2014 OR SSIS64_2014)</Condition>
297+
<Condition Level="1004">NOT (SSIS32_2014 OR SSIS64_2014)</Condition>
298298
</Feature>
299299
<Feature Id="SQL2012" Level="1" Title="SQL 2012">
300300
<Feature Id="SQL2012x64" Level="1" Title="x64" ConfigurableDirectory="SSIS64_2012_PATH">
301301
<ComponentRef Id="SQL2012x64DLL"/>
302302
<ComponentRef Id="SQL2012x64UpgradeMapping"/>
303-
<Condition Level="0">NOT SSIS64_2012</Condition>
303+
<Condition Level="1004">NOT SSIS64_2012</Condition>
304304
</Feature>
305305
<Feature Id="SQL2012x32" Level="1" Title="x86" ConfigurableDirectory="SSIS32_2012_PATH">
306306
<ComponentRef Id="SQL2012x32DLL"/>
307307
<ComponentRef Id="SQL2012x32UpgradeMapping"/>
308-
<Condition Level="0">NOT SSIS32_2012</Condition>
308+
<Condition Level="1004">NOT SSIS32_2012</Condition>
309309
</Feature>
310310
<ComponentRef Id="SQL2012GAC" />
311-
<Condition Level="0">NOT (SSIS32_2012 OR SSIS64_2012)</Condition>
311+
<Condition Level="1004">NOT (SSIS32_2012 OR SSIS64_2012)</Condition>
312312
</Feature>
313313
<Feature Id="SQL2008" Level="1" Title="SQL 2008">
314314
<Feature Id="SQL2008x64" Level="1" Title="x64" ConfigurableDirectory="SSIS64_2008_PATH">
315315
<ComponentRef Id="SQL2008x64DLL"/>
316-
<Condition Level="0">NOT SSIS64_2008</Condition>
316+
<Condition Level="1004">NOT SSIS64_2008</Condition>
317317
</Feature>
318318
<Feature Id="SQL2008x32" Level="1" Title="x86" ConfigurableDirectory="SSIS32_2008_PATH">
319319
<ComponentRef Id="SQL2008x32DLL"/>
320-
<Condition Level="0">NOT SSIS32_2008</Condition>
320+
<Condition Level="1004">NOT SSIS32_2008</Condition>
321321
</Feature>
322322
<ComponentRef Id="SQL2008GAC" />
323-
<Condition Level="0">NOT (SSIS32_2008 OR SSIS64_2008)</Condition>
323+
<Condition Level="1004">NOT (SSIS32_2008 OR SSIS64_2008)</Condition>
324324
</Feature>
325325
<Feature Id="FileHelper" Level="1" Title="FileHelper DLL (required)">
326326
<ComponentRef Id="FileHelperLibrary"/>

TextFileSplitterInstallx86/Product.wxs

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<?define ProductVersion = "1.0.17.0"?>
3+
<?define ProductVersion = "1.0.18.0"?>
44
<?define UpgradeCode = "944FC76C-F623-480F-A10D-A1994713BF87"?>
55
<?define Manufacturer = "Keith Martin"?>
66
<?define PackageCode = "*"?>
@@ -31,47 +31,47 @@
3131
<WixVariable Id="WixUILicenseRtf" Value="$(var.TextFileSplitter2012.ProjectDir)\License.rtf" />
3232

3333
<!-- Find the path for SSIS' installation files. -->
34-
<Property Id="SSIS32_2016_PATH">
34+
<Property Id="SSIS32_2016_PATH" Secure="yes">
3535
<!-- Value="C:\Program Files\Microsoft SQL Server\130\DTS"> -->
3636
<RegistrySearch Type="directory" Id="SSIS32_2016_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\SSIS\Setup\DTSPath" Win64="no"/>
3737
<RegistrySearch Type="directory" Id="SSIS32_2016_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="SQLPath" Win64="no"/>
3838
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2016_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\130\DTS" />
3939
</Property>
40-
<Property Id="SSIS32_2014_PATH">
40+
<Property Id="SSIS32_2014_PATH" Secure="yes">
4141
<!-- Value="C:\Program Files\Microsoft SQL Server\120\DTS"> -->
4242
<RegistrySearch Type="directory" Id="SSIS32_2014_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\SSIS\Setup\DTSPath" Win64="no"/>
4343
<RegistrySearch Type="directory" Id="SSIS32_2014_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="SQLPath" Win64="no"/>
4444
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2014_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\120\DTS" />
4545
</Property>
46-
<Property Id="SSIS32_2012_PATH">
46+
<Property Id="SSIS32_2012_PATH" Secure="yes">
4747
<!-- Value="C:\Program Files\Microsoft SQL Server\110\DTS"> -->
4848
<RegistrySearch Type="directory" Id="SSIS32_2012_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\SSIS\Setup\DTSPath" Win64="no"/>
4949
<RegistrySearch Type="directory" Id="SSIS32_2012_PATH_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="SQLPath" Win64="no"/>
5050
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2012_PATH_3" Path="[ProgramFilesFolder]\Microsoft SQL Server\110\DTS" />
5151
</Property>
52-
<Property Id="SSIS32_2008_PATH">
52+
<Property Id="SSIS32_2008_PATH" Secure="yes">
5353
<!-- Value="C:\Program Files\Microsoft SQL Server\100\DTS">-->
5454
<RegistrySearch Type="directory" Id="SSIS32_2008_PATH_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\SSIS\Setup\DTSPath" Win64="no"/>
5555
<DirectorySearch AssignToProperty="yes" Id="SSIS32_2008_PATH_2" Path="[ProgramFilesFolder]\Microsoft SQL Server\100\DTS" />
5656
</Property>
5757

5858

5959
<!-- Try and detect if SSIS is installed. This doesn't work for BIDS/SSDTBI install's. -->
60-
<Property Id="SSIS32_2016">
60+
<Property Id="SSIS32_2016" Secure="yes">
6161
<RegistrySearch Type="raw" Id="SSIS32_2016_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\DTS\Setup" Name="Edition" Win64="no"/>
6262
<!--<RegistrySearch Type="raw" Id="SSIS32_2016_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\130\SSDTBI_VS2013\Setup" Name="Version" Win64="no"/> -->
6363
<RegistrySearch Type="raw" Id="SSIS32_2016_2" Root="HKCR" Key="IntegrationServices.Package.130" Win64="no"/>
6464
</Property>
65-
<Property Id="SSIS32_2014">
65+
<Property Id="SSIS32_2014" Secure="yes">
6666
<RegistrySearch Type="raw" Id="SSIS32_2014_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\DTS\Setup" Name="Edition" Win64="no"/>
6767
<!--<RegistrySearch Type="raw" Id="SSIS32_2014_2" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\120\SSDTBI_VS2013\Setup" Name="Version" Win64="no"/> -->
6868
<RegistrySearch Type="raw" Id="SSIS32_2014_2" Root="HKCR" Key="IntegrationServices.Package.120" Win64="no"/>
6969
</Property>
70-
<Property Id="SSIS32_2012">
70+
<Property Id="SSIS32_2012" Secure="yes">
7171
<RegistrySearch Type="raw" Id="SSIS32_2012_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\110\DTS\Setup" Name="ProductID" Win64="no"/>
7272
<RegistrySearch Type="raw" Id="SSIS32_2012_2" Root="HKCR" Key="IntegrationServices.Package.110" Win64="no"/>
7373
</Property>
74-
<Property Id="SSIS32_2008">
74+
<Property Id="SSIS32_2008" Secure="yes">
7575
<RegistrySearch Type="raw" Id="SSIS32_2008_1" Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL Server\100\DTS\Setup" Name="ProductID" Win64="no"/>
7676
<RegistrySearch Type="raw" Id="SSIS32_2008_2" Root="HKCR" Key="IntegrationServices.Package.100" Win64="no"/>
7777
</Property>
@@ -173,32 +173,33 @@
173173
</Feature>
174174
<ComponentRef Id="SQL2016GAC" />
175175
<Condition Level="1004">NOT SSIS32_2016</Condition>
176-
</Feature> <Feature Id="SQL2014" Level="1" Title="SQL 2014">
176+
</Feature>
177+
<Feature Id="SQL2014" Level="1" Title="SQL 2014">
177178
<Feature Id="SQL2014x32" Level="1" Title="x86">
178179
<ComponentRef Id="SQL2014x32DLL"/>
179180
<ComponentRef Id="SQL2014x32UpgradeMapping"/>
180181
<ComponentRef Id="SQL2014x32UpgradeMappingExtension"/>
181-
<Condition Level="0">NOT SSIS32_2014</Condition>
182+
<Condition Level="1004">NOT SSIS32_2014</Condition>
182183
</Feature>
183184
<ComponentRef Id="SQL2014GAC" />
184-
<Condition Level="0">NOT SSIS32_2014</Condition>
185+
<Condition Level="1004">NOT SSIS32_2014</Condition>
185186
</Feature>
186187
<Feature Id="SQL2012" Level="1" Title="SQL 2012">
187188
<Feature Id="SQL2012x32" Level="1" Title="x86">
188189
<ComponentRef Id="SQL2012x32DLL"/>
189190
<ComponentRef Id="SQL2012x32UpgradeMapping"/>
190-
<Condition Level="0">NOT SSIS32_2012</Condition>
191+
<Condition Level="1004">NOT SSIS32_2012</Condition>
191192
</Feature>
192193
<ComponentRef Id="SQL2012GAC" />
193-
<Condition Level="0">NOT SSIS32_2012</Condition>
194+
<Condition Level="1004">NOT SSIS32_2012</Condition>
194195
</Feature>
195196
<Feature Id="SQL2008" Level="1" Title="SQL 2008">
196197
<Feature Id="SQL2008x32" Level="1" Title="x86">
197198
<ComponentRef Id="SQL2008x32DLL"/>
198-
<Condition Level="0">NOT SSIS32_2008</Condition>
199+
<Condition Level="1004">NOT SSIS32_2008</Condition>
199200
</Feature>
200201
<ComponentRef Id="SQL2008GAC" />
201-
<Condition Level="0">NOT SSIS32_2008</Condition>
202+
<Condition Level="1004">NOT SSIS32_2008</Condition>
202203
</Feature>
203204
<Feature Id="FileHelper" Level="1" Title="FileHelper DLL (required)">
204205
<ComponentRef Id="FileHelperLibrary"/>

0 commit comments

Comments
 (0)