From 3701db4606d3a12b0df949698696487509d07bc7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 7 Sep 2018 10:39:06 +0200 Subject: [PATCH] Convert CAB name to MSI-compliant identifier when embedding When CAB filename does not conform to MSI identifier, the filename must not be used as a CAB ID directly. --- MSI.wsf | 391 ++++++++++++++++++++++++--------------------------- String.js | 410 +++++++++++++++++++++++++++--------------------------- 2 files changed, 385 insertions(+), 416 deletions(-) diff --git a/MSI.wsf b/MSI.wsf index 5bcb210..ce32930 100644 --- a/MSI.wsf +++ b/MSI.wsf @@ -1,6 +1,6 @@