Skip to content

Commit f370a5f

Browse files
committed
Merge pull request #2 from markcowl/webwix
Update wix file for your cmdlets
2 parents 764645e + 2dedb2d commit f370a5f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

setup/azurecmdfiles.wxi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,9 @@
799799
<Component Id="cmpF9A737C5D10D7520DABFD5A7B1CA19AF" Guid="*">
800800
<File Id="fil892929A39A2451E6645B06A1071C7377" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
801801
</Component>
802+
<Component Id="cmpCD37CD8F92CDF2D1325CCF4EDCB62243" Guid="*">
803+
<File Id="filD4DA4D8E757F8C680D2F6FF42AB03467" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.Tags.dll" />
804+
</Component>
802805
<Component Id="cmp88675FAFCC394892AE7CA0D31046C931" Guid="*">
803806
<File Id="fil01D0A4B8CAE4F47AEBAC371F9D4F3CC6" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeAnalytics\Microsoft.Azure.Common.Authentication.dll" />
804807
</Component>
@@ -876,6 +879,9 @@
876879
<Component Id="cmpBE1007C3B5920359FED93D232612FA3D" Guid="*">
877880
<File Id="fil047FE0D96A04BAE24E62453BB735322B" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.ResourceManager.Common.dll" />
878881
</Component>
882+
<Component Id="cmpA9CADA5F5DC40E8AD15DF60107CC92D1" Guid="*">
883+
<File Id="fil6F014B6352009ABA00697624C40BED36" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Commands.Tags.dll" />
884+
</Component>
879885
<Component Id="cmp2FE5183EB7E0125AD6C4A8101AB4B55E" Guid="*">
880886
<File Id="fil73D92F1878FF0973F6F1359DAA67D3E9" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.DataLakeStore\Microsoft.Azure.Common.Authentication.dll" />
881887
</Component>
@@ -1054,6 +1060,9 @@
10541060
<Component Id="cmp0A73501EDFCB1876C97F2D4B520F3E35" Guid="*">
10551061
<File Id="filD8B12535344A334C842789DD3B3774B3" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Common.NetFramework.dll" />
10561062
</Component>
1063+
<Component Id="cmp7EBE3286268B848A8C4813AC64EA4C34" Guid="*">
1064+
<File Id="fil86BDA115F7354D65E9204115899B1774" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Graph.RBAC.dll" />
1065+
</Component>
10571066
<Component Id="cmp84DA44BC01768FB21E1664FF352CB56B" Guid="*">
10581067
<File Id="fil4A5FD068B0A21617E9A7ABB9BEDC9BBD" KeyPath="yes" Source="$(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Management.HDInsight.dll" />
10591068
</Component>
@@ -4959,6 +4968,7 @@
49594968
<ComponentRef Id="cmp5835D87A5A94F44EAAAE61BCA33C1D80" />
49604969
<ComponentRef Id="cmpBFBF6E4B62912618B79304EFC6838BAB" />
49614970
<ComponentRef Id="cmpF9A737C5D10D7520DABFD5A7B1CA19AF" />
4971+
<ComponentRef Id="cmpCD37CD8F92CDF2D1325CCF4EDCB62243" />
49624972
<ComponentRef Id="cmp88675FAFCC394892AE7CA0D31046C931" />
49634973
<ComponentRef Id="cmpD3A3362A8365705FDC0C19B312EB61FC" />
49644974
<ComponentRef Id="cmp096EEC3ACF260985958CED2DC04BD9A9" />
@@ -4984,6 +4994,7 @@
49844994
<ComponentRef Id="cmp5014A98086549EE22F2F2DF9C7C1B1F2" />
49854995
<ComponentRef Id="cmp001FEDC74DD7D918EFE88F2EB8E4285C" />
49864996
<ComponentRef Id="cmpBE1007C3B5920359FED93D232612FA3D" />
4997+
<ComponentRef Id="cmpA9CADA5F5DC40E8AD15DF60107CC92D1" />
49874998
<ComponentRef Id="cmp2FE5183EB7E0125AD6C4A8101AB4B55E" />
49884999
<ComponentRef Id="cmp87FB43928F7A2ECF62C0141446D21A9F" />
49895000
<ComponentRef Id="cmpD2292657EF3D9CEAC5D4FA7DEB3E7E8E" />
@@ -5042,6 +5053,7 @@
50425053
<ComponentRef Id="cmp49102F1945E979B50A0C7307B0191B58" />
50435054
<ComponentRef Id="cmp327D63D4E47C0C921CB8B578A78012CD" />
50445055
<ComponentRef Id="cmp0A73501EDFCB1876C97F2D4B520F3E35" />
5056+
<ComponentRef Id="cmp7EBE3286268B848A8C4813AC64EA4C34" />
50455057
<ComponentRef Id="cmp84DA44BC01768FB21E1664FF352CB56B" />
50465058
<ComponentRef Id="cmpA1C271511C8C2910A9ADBC85D928D54C" />
50475059
<ComponentRef Id="cmp8F725CF358AB23BDABE18B5FE9B73BFA" />

tools/Installer/generate.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ Write-Verbose "The output folder is set to $output"
3232
$serviceManagementPath = Join-Path $output "ServiceManagement\Azure"
3333
$resourceManagerPath = Join-Path $output "ResourceManager\AzureResourceManager"
3434

35-
Write-Verbose "Removing unneeded psd1 file for AzureResourceManager"
35+
Write-Verbose "Removing unneeded psd1 and other files"
3636
Remove-Item -Force $resourceManagerPath\AzureResourceManager.psd1 -ErrorAction SilentlyContinue
37+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeAnalytics\AzureRM.Tags.psd1 -ErrorAction SilentlyContinue
38+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.Tags.dll-Help.xml -ErrorAction SilentlyContinue
39+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeAnalytics\Microsoft.Azure.Commands.Tags.format.ps1xml -ErrorAction SilentlyContinue
40+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeStore\AzureRM.Tags.psd1 -ErrorAction SilentlyContinue
41+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeStore\Microsoft.Azure.Commands.Tags.dll-Help.xml -ErrorAction SilentlyContinue
42+
Remove-Item -Force $resourceManagerPath\AzureRM.DataLakeStore\Microsoft.Azure.Commands.Tags.format.ps1xml -ErrorAction SilentlyContinue
3743
Write-Verbose "Removing duplicated Resources folder"
3844
Remove-Item -Recurse -Force $serviceManagementPath\Compute\Resources\ -ErrorAction SilentlyContinue
3945
Remove-Item -Recurse -Force $serviceManagementPath\Sql\Resources\ -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)