From cb4ecc37a778d8fa6df35d5295a45124a3348aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= Date: Fri, 3 May 2024 08:45:06 +0200 Subject: [PATCH 1/7] Added Microsoft Win32 Content Prep Tool --- bucket/microsoft-win32-content-prep-tool.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bucket/microsoft-win32-content-prep-tool.json diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json new file mode 100644 index 0000000000000..e046f6814f2e1 --- /dev/null +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -0,0 +1,15 @@ +{ + "version": "1.8.6", + "description": "A tool to wrap Win32 App and then it can be uploaded to Intune.", + "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", + "license": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf", + "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe", + "hash": "25ccfcfbaf959a6a44f6ad3f3549ca3b3899f588a3cdd4dfeca5bb03d95edb3d", + "bin": "IntuneWinAppUtil.exe", + "checkver": { + "github": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool" + }, + "autoupdate": { + "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe" + } +} From c581ad0b136bfe9f920e2c24010fbf6759b67943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Sat, 3 Aug 2024 12:07:51 +0200 Subject: [PATCH 2/7] Fixed license --- bucket/microsoft-win32-content-prep-tool.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index e046f6814f2e1..95e8e915c224c 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -1,8 +1,12 @@ { + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "version": "1.8.6", "description": "A tool to wrap Win32 App and then it can be uploaded to Intune.", "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", - "license": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf", + "license": { + "identifier": "Unknown", + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf" + }, "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe", "hash": "25ccfcfbaf959a6a44f6ad3f3549ca3b3899f588a3cdd4dfeca5bb03d95edb3d", "bin": "IntuneWinAppUtil.exe", From 2f788790f50ba9e8530501194d106a9b55f6da35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:50:09 +0100 Subject: [PATCH 3/7] Simplify checkver --- bucket/microsoft-win32-content-prep-tool.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index 95e8e915c224c..141e9d3001451 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -10,9 +10,7 @@ "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe", "hash": "25ccfcfbaf959a6a44f6ad3f3549ca3b3899f588a3cdd4dfeca5bb03d95edb3d", "bin": "IntuneWinAppUtil.exe", - "checkver": { - "github": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool" - }, + "checkver": "github", "autoupdate": { "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe" } From 1f08e17001771dafe62a68db40d3c397707a71bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Fri, 27 Jun 2025 13:00:35 +0200 Subject: [PATCH 4/7] Remove $schema --- bucket/microsoft-win32-content-prep-tool.json | 1 - 1 file changed, 1 deletion(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index 141e9d3001451..65c12ec553ae0 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -1,5 +1,4 @@ { - "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", "version": "1.8.6", "description": "A tool to wrap Win32 App and then it can be uploaded to Intune.", "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", From e7a573f14c46b344435884a79344e89129a0b65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:56:01 +0200 Subject: [PATCH 5/7] Update to 1.8.7 --- bucket/microsoft-win32-content-prep-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index 65c12ec553ae0..238068573d1c0 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -1,5 +1,5 @@ { - "version": "1.8.6", + "version": "1.8.7", "description": "A tool to wrap Win32 App and then it can be uploaded to Intune.", "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", "license": { @@ -7,7 +7,7 @@ "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf" }, "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe", - "hash": "25ccfcfbaf959a6a44f6ad3f3549ca3b3899f588a3cdd4dfeca5bb03d95edb3d", + "hash": "5bcb34a2babff515b79d76f62e4a78f9d03df8f24c2b1f687e8cd23a705ac0a1", "bin": "IntuneWinAppUtil.exe", "checkver": "github", "autoupdate": { From c755fce03624323987b1bfaeaa1f0f2aac8f0f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:26:31 +0200 Subject: [PATCH 6/7] Made download URL point to an actual release, rather than pointing to main --- bucket/microsoft-win32-content-prep-tool.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index 238068573d1c0..da6bb5ebe3c1b 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -6,11 +6,13 @@ "identifier": "Unknown", "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf" }, - "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe", - "hash": "5bcb34a2babff515b79d76f62e4a78f9d03df8f24c2b1f687e8cd23a705ac0a1", + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v1.8.7.zip", + "hash": "33db05a672682efc5d59ca11a17c65a484b89e30dd67f1a90e4182f191fcfb7b", + "extract_dir": "Microsoft-Win32-Content-Prep-Tool-1.8.7", "bin": "IntuneWinAppUtil.exe", "checkver": "github", "autoupdate": { - "url": "https://raw.githubusercontent.com/microsoft/Microsoft-Win32-Content-Prep-Tool/master/IntuneWinAppUtil.exe" + "extract_dir": "Microsoft-Win32-Content-Prep-Tool-$version", + "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v$version.zip" } } From 2dbf9dd31cd26c919b729730df2504aba0942309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20R=C3=B8nnestad=20Birkeland?= <6450056+o-l-a-v@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:14:28 +0200 Subject: [PATCH 7/7] Update license identifier + description --- bucket/microsoft-win32-content-prep-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/microsoft-win32-content-prep-tool.json b/bucket/microsoft-win32-content-prep-tool.json index da6bb5ebe3c1b..72fa6ebac0782 100644 --- a/bucket/microsoft-win32-content-prep-tool.json +++ b/bucket/microsoft-win32-content-prep-tool.json @@ -1,9 +1,9 @@ { "version": "1.8.7", - "description": "A tool to wrap Win32 App and then it can be uploaded to Intune.", + "description": "Wraps an input directory to a .intunewin file for upload to Intune as a Win32 package.", "homepage": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool", "license": { - "identifier": "Unknown", + "identifier": "Proprietary", "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/blob/master/Microsoft%20License%20Terms%20For%20Win32%20Content%20Prep%20Tool.pdf" }, "url": "https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/tags/v1.8.7.zip",