summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-07-05 23:27:53 -0700
committerAndras Timar <andras.timar@collabora.com>2018-07-06 01:39:59 -0700
commite82ba4850ed17d93f659de036feda6ebdd8012b4 (patch)
tree156baf9228963d24a306ff0d37aa3fe4f4dce490 /solenv
parentd37cbe0254ae64b7de303ff186045ec7b2dbc2f5 (diff)
Take MsiMsp.Exe from Windows SDK 7.1A
Change-Id: I68914ca86fa9cabaac3ce28d9aa870a522cdb2da
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/modules/installer/windows/msp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/modules/installer/windows/msp.pm b/solenv/bin/modules/installer/windows/msp.pm
index 75bcceefcdf8..e76d5da7ab7f 100644
--- a/solenv/bin/modules/installer/windows/msp.pm
+++ b/solenv/bin/modules/installer/windows/msp.pm
@@ -198,7 +198,7 @@ sub execute_msimsp
{
my ($fullpcpfilename, $mspfilename, $localmspdir) = @_;
- my $msimsp = "msimsp.exe"; # Has to be in the path
+ my $msimsp = "/cygdrive/c/PROGRA~2/MICROS~1/Windows/v7.1A/Bin/MsiMsp.Exe"; # FIXME Higher versions of Windows SDK do not have mspatchc.dll :(
my $infoline = "";
my $systemcall = "";
my $returnvalue = "";