File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 8
8
<?define version =" 0.9.9" ?>
9
9
<?define versionedStartMenuFolder =" Microsoft Azure" ?>
10
10
<?define staleStartMenuFolder =" Windows Azure" ?>
11
- <?if $(var.Platform) = x 64 ?>
12
- <?define PlatformProgramFilesFolder = " $(var.ProgramFiles64Folder)" ?>
13
- <?else ?>
14
- <?define PlatformProgramFilesFolder = " $(var.ProgramFilesFolder)" ?>
15
- <?endif ?>
16
-
11
+
17
12
<Product Id =" *"
18
13
Name =" $(var.productName)"
19
14
Language =" 1033"
32
27
<Property Id =" ARPPRODUCTICON" Value =" icon.ico" />
33
28
<Property Id =" ALLUSERS" Value =" 1" />
34
29
<!-- per machine install-->
35
- <Property Id =" PSGETMODULEPATH" Value =" $(var.PlatformProgramFilesFolder) WindowsPowerShell\Modules\ " />
30
+ <Property Id =" PSGETMODULEPATH" Value =" [ProgramFiles6432Folder] WindowsPowerShell\Modules" />
36
31
<Property Id =" PSCOMPATIBLEVERSION" >
37
32
<RegistrySearch Id =" PSCOMPATIBLEVERSION" Root =" HKLM" Key =" SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name =" PSCompatibleVersion" Type =" raw" />
38
33
</Property >
You can’t perform that action at this time.
0 commit comments