Skip to content

Commit fce9b2f

Browse files
committed
Add AzureStorageStartup.ps1 script to installer package.
1 parent 34e5f19 commit fce9b2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

setup/azurecmdfiles.wxi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<Component Id="cmp0761C025FCF8EF027A5BC23C72777C52" Guid="*">
99
<File Id="fil80798000B169AC6D62DD8331A55CF6FF" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Azure.Storage\Azure.Storage.psd1" />
1010
</Component>
11+
<Component Id="cmpCC0D4240D3640D2D425852E0F2A4D31E" Guid="*">
12+
<File Id="fil12F99A3166EFE4DC83A3FA8C7EBCF53F" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Azure.Storage\AzureStorageStartup.ps1" />
13+
</Component>
1114
<Component Id="cmp658F4F28B5894F240AF3AE214E228C7A" Guid="*">
1215
<File Id="fil73B16246DA5417876E50086E40C8A00A" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\Azure.Storage\Hyak.Common.dll" />
1316
</Component>
@@ -2670,6 +2673,9 @@
26702673
<Component Id="cmpA4896332D2E9278A5CFFC76462E3D397" Guid="*">
26712674
<File Id="filB992523DF0C46B6B6E8C09B1BB31B817" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Azure.Storage\Azure.Storage.psd1" />
26722675
</Component>
2676+
<Component Id="cmp4E5F2CFF9BC468A2A8873B7D3261F7AE" Guid="*">
2677+
<File Id="fil56B4216361B8FAE2391F878C1BBEE9A4" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Azure.Storage\AzureStorageStartup.ps1" />
2678+
</Component>
26732679
<Component Id="cmp1D11794D4DE13CD2849C407A7736B398" Guid="*">
26742680
<File Id="fil96E9CABBEC4A47800C1290A56CCB4839" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Azure.Storage\Hyak.Common.dll" />
26752681
</Component>
@@ -4277,6 +4283,9 @@
42774283
<Component Id="cmp74B0B7D2461EE67BC1B2C706CD41372F" Guid="*">
42784284
<File Id="filD84EC14AB325E2924B8FFE3A4D3D018A" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Sql\Azure.Storage.psd1" />
42794285
</Component>
4286+
<Component Id="cmp572CBAA060A870457B636480C182F6E3" Guid="*">
4287+
<File Id="filA870DB1BA05E5465BDE158B5DC54FD4F" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Sql\AzureStorageStartup.ps1" />
4288+
</Component>
42804289
<Component Id="cmpD8BD7D4C976FE7FE527348B4E7F85B8D" Guid="*">
42814290
<File Id="filA1C13EA190ADD849F77BDADF0A1A0638" KeyPath="yes" Source="$(var.sourceDir)\ServiceManagement\Azure\Sql\Hyak.Common.dll" />
42824291
</Component>
@@ -4625,6 +4634,7 @@
46254634
<Fragment>
46264635
<ComponentGroup Id="azurecmdfiles">
46274636
<ComponentRef Id="cmp0761C025FCF8EF027A5BC23C72777C52" />
4637+
<ComponentRef Id="cmpCC0D4240D3640D2D425852E0F2A4D31E" />
46284638
<ComponentRef Id="cmp658F4F28B5894F240AF3AE214E228C7A" />
46294639
<ComponentRef Id="cmpBE01F246267602912E7BB7FAC7C89B62" />
46304640
<ComponentRef Id="cmp12AAE81384B3AF67B8D558AB9941F111" />
@@ -5493,6 +5503,7 @@
54935503
<ComponentRef Id="cmp01E003A3FA26FB81C6B89817FE7250BE" />
54945504
<ComponentRef Id="cmp5E7A927FFF2CD1AC2D9A4D4746132F63" />
54955505
<ComponentRef Id="cmpA4896332D2E9278A5CFFC76462E3D397" />
5506+
<ComponentRef Id="cmp4E5F2CFF9BC468A2A8873B7D3261F7AE" />
54965507
<ComponentRef Id="cmp1D11794D4DE13CD2849C407A7736B398" />
54975508
<ComponentRef Id="cmpCCBFA5B04DFD985227AF6B654A18F375" />
54985509
<ComponentRef Id="cmp9F56F57F285139F1E6B4A645E24EA274" />
@@ -6002,6 +6013,7 @@
60026013
<ComponentRef Id="cmp65991ADC169007028A31A4F049E069EF" />
60036014
<ComponentRef Id="cmp221C334CE6510BD95538F285D482251F" />
60046015
<ComponentRef Id="cmp74B0B7D2461EE67BC1B2C706CD41372F" />
6016+
<ComponentRef Id="cmp572CBAA060A870457B636480C182F6E3" />
60056017
<ComponentRef Id="cmpD8BD7D4C976FE7FE527348B4E7F85B8D" />
60066018
<ComponentRef Id="cmpD5A2C7B5CF9A37015F3B71F2DC61EC0B" />
60076019
<ComponentRef Id="cmp4C01FCB6C2D2D2591BAEDBA0D9284C3C" />

0 commit comments

Comments
 (0)