[wix-users] error code 2755: unexpected error installing this package

Deepak Tiwari deepak.tiwari at svxr.com
Fri Oct 2 18:40:29 PDT 2020


Thanks Hoover and Christopher for your quick response on my email!
I will change my MediaTemplate to not to embed cabs, just wanted to check what happens if installer goes beyond 2 GB size. Do I need to set any variable or it should be able to add cab files as needed.
In my current situation, I understand that having one MSI file is not good for the reasons what you mentioned in your emails, my concern is that is there anything else (Wix limitation) on installer size or  WIX_MUMS limit which is breaking my installer.
In the documents link it does not mention the Max limit in MB for this WIX_MUMS variable.  My concern is if any file goes more than MUMS limit, would that set the overall embedded installer limit to 2 GB.  
If I am not setting WIX_MCSLFS, smart cabbing feature should let the installer size go beyond 2 GB. Is that correct?

I appreciate your help and support!

Best regards,
Deepak Tiwari
SVXR, Inc.
92 Bonaventura Dr.
San Jose, CA 95134

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Christopher Painter via wix-users
Sent: Thursday, October 1, 2020 7:45 AM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Christopher Painter <chrpai at iswix.com>
Subject: Re: [wix-users] error code 2755: unexpected error installing this package

Not only that but security scanning such as UAC checks become very very slow when MSI files are that big.

-----Original Message-----
From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Hoover, Jacob via wix-users
Sent: Wednesday, September 30, 2020 12:53 PM
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Cc: Hoover, Jacob <Jacob.Hoover at greenheck.com>
Subject: Re: [wix-users] error code 2755: unexpected error installing this package

Please don't embed those CABS...  If I ever saw a MSI that huge I would not install it.  The MSI's get cached for uninstallation (%SystemRoot%\Installer), but aren't a valid media source for repair operations.  As such, your chewing up 2+GB of disk space only for the MSI DB.

https://wixtoolset.org/documentation/manual/v3/xsd/wix/mediatemplate.html @ MaximumUncompressedMediaSize

http://www.joyofsetup.com/2011/06/21/wix-and-cabinetry/


From: wix-users <wix-users-bounces at lists.wixtoolset.org> On Behalf Of Deepak Tiwari via wix-users
Sent: Wednesday, September 30, 2020 11:55 AM
To: wix-users at lists.wixtoolset.org
Cc: Deepak Tiwari <deepak.tiwari at svxr.com>
Subject: [wix-users] error code 2755: unexpected error installing this package

Hi,

I need some help with Wix Toolset Installer, We are using Wix Toolset for more then a year.

We are using version 3.11.1.2318, I use this with Azure Build Pipeline.

We started getting "2755" on some of the packages at random, when we observed the cause it looks like when the package size reaches 2GB we get this error. I tried to generate the install log. I am attaching the log with this email. I could not understand the cause for the error from the log.

Here is the error from Log

"The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. The arguments are: 110, D:\SVXR\SetupVersions\master_1.4.8.09223_1972\InspectionSetup\InspectionSetup.msi,
MSI (c) (50:2C) [18:09:50:110]: Product: Inspection -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2755. The arguments are: 110, D:\SVXR\SetupVersions\master_1.4.8.09223_1972\InspectionSetup\InspectionSetup.msi"

I did some google search and tried all the possible options, that did not help.
In the past, a year back, when we did not use the python harvester, I could create setup for approx. 5 GB size and it was working.
I am using <MediaTemplate EmbedCab="yes"/> With this option cabs will be added as needed and I don't have to explicitly split my package in to cab files.

Then I saw one documentation page where it mentions that max cabs can be 999 and each cab files size defaults to 200 MB. Which limits my msi package size to 199,800 MB and I guess this is my scenario.

To extend the package size I used WIX_MUMS environment variable and I set that to 300.
Here are my questions:

1. Is my understanding correct on size limit that it can not go beyond 199,800 MB without changing WIX_MUMS?
2. What is the max limit for Wix_MUMS and my package size?
3. How was my previous package in the past building 5 GB and still installing successfully, is this package size limit recent update?
4. Do you see any other issue through my install log?
5. When I build the package using same script through command line, package size was less then the limit 199,800 MB, does packaging using azure pipeline adds extra weight to package size?

Please let me know if you need more information.


Best regards,
Deepak Tiwari
SVXR, Inc.<https://www.svxr.com/<https://www.svxr.com>>
92 Bonaventura Dr.
San Jose, CA 95134


____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/<http://www.firegiant.com>
NOTE: This email was received from an external source. Please use caution when opening links or attachments in the message.

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list