Skip to content

Commit ff6cfe6

Browse files
tgauthSteveL-MSFT
andauthored
add product version runtime parameter to MSI (#603)
* add product version runtime parameter * add comment Co-authored-by: Steve Lee <[email protected]> Co-authored-by: Steve Lee <[email protected]>
1 parent cf06f99 commit ff6cfe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/win32/install/openssh.wixproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<PropertyGroup>
44
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
55
<Platform Condition="'$(Platform)' == ''">x64</Platform>
6-
<ProductVersion>1.1.0</ProductVersion>
6+
<!-- This ensures there is a default version if it is not defined as part of the release process with the actual product version -->
7+
<ProductVersion Condition="'$(ProductVersion)' == ''">1.0.0</ProductVersion>
78
<OutputName>openssh</OutputName>
89
<OutputType>package</OutputType>
910
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>

0 commit comments

Comments
 (0)