Skip to content

Commit ffa4897

Browse files
committed
Adding custom action to set property
1 parent 6b2a684 commit ffa4897

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

restore.config

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="https://www.nuget.org/api/v2/" value="https://www.nuget.org/api/v2/" />
5+
<add key="LocalFeed" value="C:\pd\azure-powershell\tools\LocalFeed" />
6+
</packageSources>
7+
<disabledPackageSources />
8+
</configuration>

setup/azurecmd.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
2828
<Property Id="ALLUSERS" Value="1" />
2929
<!-- per machine install-->
30-
<Property Id="PSGETMODULEPATH" Value="[ProgramFiles6432Folder]WindowsPowerShell\Modules" />
30+
<CustomAction Id="PropertyAssign" Property="PSGETMODULEPATH" Value="[ProgramFiles6432Folder]WindowsPowerShell\Modules" />
3131
<Property Id="PSCOMPATIBLEVERSION">
3232
<RegistrySearch Id="PSCOMPATIBLEVERSION" Root="HKLM" Key="SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name="PSCompatibleVersion" Type="raw" />
3333
</Property>

0 commit comments

Comments
 (0)