This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SUITE Project - MakeCab.exe shows during first install
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jan 23, 2014
06:09 AM
SUITE Project - MakeCab.exe shows during first install
On a fairly clean Windows 7 Home Basic SP1 system (x64) I am seeing the makecab.exe cmd window show up during the first transactional process.
I have my package configured to support Windows Installer 4.5 and included the following packages in the first transaction:
The makecab.exe will NOT always execute even in the same exact test environment, running with the same package. I cannot determine what triggers it. I just want to be sure that I am not doing something wrong with my package configuration.
I have two more transactions
Transaction 2 only includes Microsoft SQL Server 2012 Express SP1 configured for our specific instance (x86 & x64Wow)
Transaction 3 includes:
When the makecab.exe appears, it always appears during the first transaction.
Is this something I should be concerned about?
What can I look for to see what triggers it?
The debuglog for the suite package does not mention it.
Thank you for any direction you can provide concerning this.
Respectfully,
Daniel Lee
Release Engineer, Amazing Charts
I have my package configured to support Windows Installer 4.5 and included the following packages in the first transaction:
- Microsoft Visual C++ 2005 SP1 Redistributable Package
- Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
- Microsoft Visual C++ 2012 SP1 Redistributable Package (x86)
- Microsoft .NET Framework 3.5 SP1 (Web Download)
- Microsoft .NET Framework 4.0 Full (Web Download)
- SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit)
- Microsoft XML Parser 4sp3
The makecab.exe will NOT always execute even in the same exact test environment, running with the same package. I cannot determine what triggers it. I just want to be sure that I am not doing something wrong with my package configuration.
I have two more transactions
Transaction 2 only includes Microsoft SQL Server 2012 Express SP1 configured for our specific instance (x86 & x64Wow)
Transaction 3 includes:
- VB6Runtime
- Easy HL7 Runtime Distribution
- Our main application MSI installer
When the makecab.exe appears, it always appears during the first transaction.
Is this something I should be concerned about?
What can I look for to see what triggers it?
The debuglog for the suite package does not mention it.
Thank you for any direction you can provide concerning this.
Respectfully,
Daniel Lee
Release Engineer, Amazing Charts
(1) Reply
Jan 23, 2014
12:54 PM
I don't believe there's anything in the Suite run time that would invoke makecab, unless you had created a package or action that does so. So my guess is one of the following:
Depending on how long it lasts, it might be easiest to diagnose these by running process explorer and walking the process tree while makecab is running. If it's only briefly there, you might have to instead use Process Monitor, or find some tool that can get a snapshot, to track down who launched makecab (and possibly who launched that, etc.). Once the launcher is identified, it usually becomes a lot easier to figure out why it's launched.
- A package you run is (sometimes) invoking makecab
- The installation of a package is (sometimes) triggering makecab elsewhere
- Windows is, for some unknown reason, occasionally running makecab and it happens to (sometimes) overlap your test
Depending on how long it lasts, it might be easiest to diagnose these by running process explorer and walking the process tree while makecab is running. If it's only briefly there, you might have to instead use Process Monitor, or find some tool that can get a snapshot, to track down who launched makecab (and possibly who launched that, etc.). Once the launcher is identified, it usually becomes a lot easier to figure out why it's launched.