cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
SMosher
Level 2

New Error in Compressed Release

Hello Team,

My project has been successfully using Installshield to generate installers for our project until recently.  We currently have two release configurations, one with compression using MSZip, and one without compression. Each of these releases normally builds without error, but we have encountered the following error in the latest build of the release with compression. The release without compression builds successfully.

Compressing "C:\...\Microsoft.CodeAnalysis.VisualBasic.Features.resources.dll" to "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Compressing "C:\...\Microsoft.CodeAnalysis.VisualBasic.resources.dll" to "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Compressing "C:\...\Microsoft.CodeAnalysis.VisualBasic.Workspaces.resources.dll" to "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Compressing "C:\...\Microsoft.CodeAnalysis.Workspaces.MSBuild.resources.dll" to "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Compressing "C:\...\Microsoft.CodeAnalysis.Workspaces.resources.dll" to "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Data14.cab built
Deleting file "C:\...\Media\Release 1\DiskImages\DISK1\Data1.cab"
Deleting file "C:\...\Media\Release 1\DiskImages\DISK1\Data11.cab"
Deleting file "C:\...\Media\Release 1\DiskImages\DISK1\Data12.cab"
Deleting file "C:\...\Media\Release 1\DiskImages\DISK1\Data13.cab"
Deleting file "C:\...\Media\Release 1\DiskImages\DISK1\Data14.cab"
Files built
ISDEV : fatal error 0:
ISDEV : fatal error 0:
1627: Error saving the changes to C:\...\Media\Release 1\DiskImages\DISK1\Installer.msi
Creating path "C:\...\Media\Release 1\LogFiles"
Media\Release 1 - 1 error(s), 38 warning(s)

What could be causing this error?

Labels (2)
0 Kudos
(1) Reply
shunt
Revenera Moderator Revenera Moderator
Revenera Moderator

How big is this installer?

One of the reasons for seeing the 1627 error is when the size limit of 2GB for a compressed MSI installer is exceeded.

0 Kudos