Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icedterminal committed Feb 2, 2024
1 parent 3f617ef commit 71c5e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ffmpeg_essentials/FFmpeg Essentials/Code/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Product@Id attribute (ProductCode Property) will be a random GUID for each build. This is to support "Major Upgrades" where each install
is a seamless uninstall/reinstall.
-->
<Product Id="*" Name="FFmpeg Essentials" Language="1033" Version="6.1.0.20231219" Manufacturer="icedterminal" UpgradeCode="384a74ec-865a-4907-8561-9de765ee6e14">
<Product Id="*" Name="FFmpeg Essentials" Language="1033" Version="6.1.1.20240201" Manufacturer="icedterminal" UpgradeCode="384a74ec-865a-4907-8561-9de765ee6e14">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Manufacturer="icedterminal" Platform="x64" InstallPrivileges="elevated" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<!-- Major Upgrade Rule to disallow downgrades -->
Expand All @@ -20,7 +20,7 @@
<!-- Include User Interface Experience -->
<Icon Id="Icon.ico" SourceFile="Resources\Icon.ico" />
<Property Id="ARPPRODUCTICON" Value="Icon.ico"></Property>
<Property Id="ARPNOMODIFY" Value="yes"></Property>
<Property Id="ARPNOMODIFY" Value="yes"></Property>
<UIRef Id="UI" />
<!-- Include Features and Directories Fragment -->
<DirectoryRef Id="INSTALLLOCATION" />
Expand Down
4 changes: 2 additions & 2 deletions ffmpeg_full/FFmpeg Full/Code/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
The Product@Id attribute (ProductCode Property) will be a random GUID for each build. This is to support "Major Upgrades" where each install
is a seamless uninstall/reinstall.
-->
<Product Id="*" Name="FFmpeg Full" Language="1033" Version="6.1.0.20231219" Manufacturer="icedterminal" UpgradeCode="a9012d89-3ecb-41bb-ab5d-f6caf69ea491">
<Product Id="*" Name="FFmpeg Full" Language="1033" Version="6.1.1.20240201" Manufacturer="icedterminal" UpgradeCode="a9012d89-3ecb-41bb-ab5d-f6caf69ea491">
<Package InstallerVersion="301" Compressed="yes" InstallScope="perMachine" Platform="x64" Manufacturer="icedterminal" InstallPrivileges="elevated" />
<MediaTemplate EmbedCab="yes" CompressionLevel="high" />
<!-- Major Upgrade Rule to disallow downgrades -->
Expand All @@ -20,7 +20,7 @@
<!-- Include User Interface Experience -->
<Icon Id="Icon.ico" SourceFile="Resources\Icon.ico" />
<Property Id="ARPPRODUCTICON" Value="Icon.ico"></Property>
<Property Id="ARPNOMODIFY" Value="yes"></Property>
<Property Id="ARPNOMODIFY" Value="yes"></Property>
<UIRef Id="UI" />
<!-- Include Features and Directories Fragment -->
<DirectoryRef Id="INSTALLLOCATION" />
Expand Down

0 comments on commit 71c5e57

Please sign in to comment.