Skip to content

Commit

Permalink
4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icedterminal committed Nov 23, 2021
1 parent 78dacc0 commit a5398d5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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="4.4.0.20210901" Manufacturer="icedterminal" UpgradeCode="384a74ec-865a-4907-8561-9de765ee6e14">
<Product Id="*" Name="FFmpeg Essentials" Language="1033" Version="4.4.1.20211123" 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 Down
2 changes: 1 addition & 1 deletion 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="4.4.0.20210901" Manufacturer="icedterminal" UpgradeCode="a9012d89-3ecb-41bb-ab5d-f6caf69ea491">
<Product Id="*" Name="FFmpeg Full" Language="1033" Version="4.4.1.20211123" 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 Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
C:\Users\icedterminal\GitHub\ffmpeg-installer\ffmpeg_full\FFmpeg Full\bin\x64\Release\FFmpeg_Full.msi
C:\Users\icedterminal\GitHub\ffmpeg-installer\ffmpeg_full\FFmpeg Full\bin\x64\Release\FFmpeg_Full.wixpdb
obj\x64\Release\pth6045926D87D23FDAB11C395029C0FFE9\Product.wixobj
obj\x64\Release\pth6045926D87D23FDAB11C395029C0FFE9\Features.wixobj
obj\x64\Release\pth6045926D87D23FDAB11C395029C0FFE9\IISMeta.wixobj
obj\x64\Release\pth6045926D87D23FDAB11C395029C0FFE9\UI.wixobj
obj\x64\Release\pth6045926D87D23FDAB11C395029C0FFE9\UI-CustomDialog.wixobj
obj\x64\Release\FFmpeg Full.wixproj.BindContentsFileListnull.txt
obj\x64\Release\FFmpeg Full.wixproj.BindOutputsFileListnull.txt
obj\x64\Release\FFmpeg Full.wixproj.BindBuiltOutputsFileListnull.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
C:\Users\icedterminal\GitHub\ffmpeg-installer\ffmpeg_full\FFmpeg FullMM\bin\x64\Release\FFmpeg_FullMM.msm
C:\Users\icedterminal\GitHub\ffmpeg-installer\ffmpeg_full\FFmpeg FullMM\bin\x64\Release\FFmpeg_FullMM.wixpdb
obj\x64\Release\FFmpeg_FullMM.wixobj
obj\x64\Release\FFmpeg_FullMMcustom.wixobj
obj\x64\Release\FFmpeg FullMM.wixproj.BindContentsFileListnull.txt
obj\x64\Release\FFmpeg FullMM.wixproj.BindOutputsFileListnull.txt
obj\x64\Release\FFmpeg FullMM.wixproj.BindBuiltOutputsFileListnull.txt

0 comments on commit a5398d5

Please sign in to comment.