File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
<Icon Id =" icon.ico" SourceFile =" media\WAIcon.ico" />
25
25
<Property Id =" ARPPRODUCTICON" Value =" icon.ico" />
26
26
<Property Id =" ALLUSERS" Value =" 1" />
27
+ <Property Id =" ISVSINSTALL" Secure =" yes" />
27
28
<!-- per machine install-->
28
29
<Property Id =" PSCOMPATIBLEVERSION" >
29
30
<RegistrySearch Id =" PSCOMPATIBLEVERSION" Root =" HKLM" Key =" SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine" Name =" PSCompatibleVersion" Type =" raw" />
51
52
<Condition Message =" This setup requires the .NET Framework 4.5.2 or higher to be installed." >
52
53
<!-- NETFRAMEWORK45 contains a DWORD with installed version key to versions is here: -->
53
54
<!-- https://msdn.microsoft.com/en-us/library/ee942965(v=vs.110).aspx#detect_net -->
54
- <![CDATA[ Installed or (NETFRAMEWORK45 >= "#379893")]]>
55
+ <![CDATA[ Installed or (NETFRAMEWORK45 >= "#379893") or ISVSINSTALL ]]>
55
56
</Condition >
56
57
57
58
<Directory Id =" TARGETDIR" Name =" SourceDir" >
You can’t perform that action at this time.
0 commit comments