Skip to content

Commit ddb4d28

Browse files
committed
fix xml issue
1 parent afd3758 commit ddb4d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
3333
<Property Id="ALLUSERS" Value="1" />
3434
<!-- per machine install-->
35-
<property Id="PSGETMODULEPATH" Value="$(var.PlatformProgramFilesFolder)WindowsPowerShell\Modules\" />
35+
<Property Id="PSGETMODULEPATH" Value="$(var.PlatformProgramFilesFolder)WindowsPowerShell\Modules\" />
3636
<Property Id="PSCOMPATIBLEVERSION">
3737
<RegistrySearch Id="PSCOMPATIBLEVERSION" Root="HKLM" Key="SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name="PSCompatibleVersion" Type="raw" />
3838
</Property>

0 commit comments

Comments
 (0)