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 afd3758 commit ddb4d28Copy full SHA for ddb4d28
setup/azurecmd.wxs
@@ -32,7 +32,7 @@
32
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
33
<Property Id="ALLUSERS" Value="1" />
34
<!-- per machine install-->
35
- <property Id="PSGETMODULEPATH" Value="$(var.PlatformProgramFilesFolder)WindowsPowerShell\Modules\" />
+ <Property Id="PSGETMODULEPATH" Value="$(var.PlatformProgramFilesFolder)WindowsPowerShell\Modules\" />
36
<Property Id="PSCOMPATIBLEVERSION">
37
<RegistrySearch Id="PSCOMPATIBLEVERSION" Root="HKLM" Key="SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name="PSCompatibleVersion" Type="raw" />
38
</Property>
0 commit comments