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
- :
- Re: ISDEV : error -1501: Could not compress [file] into data1.cab
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 17, 2009
05:29 PM
ISDEV : error -1501: Could not compress [file] into data1.cab
I'm building an MSI that references a Visual Studio 2005 (deployment project) merge module. When I build I get a lot of lines like these:
ISDEV : error -1501: Could not compress "E:\Builds\PointSyncPro\branches\PSPro210\bin\Installs\DotNetPlugin\Product Configuration 1\Interm\MergeModules\MergeModule.2BCAD69F_B39A_435C_B505_BF18D3FDFD20\_5327A9EAA6AB42CD9A6D84D13995C96A.2BCAD69F_B39A_435C_B505_BF18D3FDFD20" into "E:\Builds\PointSyncPro\branches\PSPro210\bin\Installs\DotNetPlugin\Product Configuration 1\Release 1\DiskImages\DISK1\Data1.cab"
I guess it's because the path names are so long. How can I get around this? These paths are derived from identifiers that VS creates.
Thanks
Spencer
ISDEV : error -1501: Could not compress "E:\Builds\PointSyncPro\branches\PSPro210\bin\Installs\DotNetPlugin\Product Configuration 1\Interm\MergeModules\MergeModule.2BCAD69F_B39A_435C_B505_BF18D3FDFD20\_5327A9EAA6AB42CD9A6D84D13995C96A.2BCAD69F_B39A_435C_B505_BF18D3FDFD20" into "E:\Builds\PointSyncPro\branches\PSPro210\bin\Installs\DotNetPlugin\Product Configuration 1\Release 1\DiskImages\DISK1\Data1.cab"
I guess it's because the path names are so long. How can I get around this? These paths are derived from identifiers that VS creates.
Thanks
Spencer
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 23, 2009
12:10 PM
I'm back on this after a month and was hoping for at least one reply with some direction. I've been trying different things with the following results:
Shallow folder structure = No:
ISDEV : error -1501: Could not compress "E:\tmp\Product Configuration 1\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1" into "E:\tmp\Product Configuration 1\Release 1\DiskImages\DISK1\Data1.cab"
Shallow folder structure = Yes:
ISDEV : error -1501: Could not compress "E:\tmp Data\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1" into "E:\tmp\Data1.cab"
Compression = Uncompressed:
ISDEV : error -1007: Cannot copy source 'E:\tmp\Product Configuration 1\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1' to target 'E:\tmp\Product Configuration 1\Release 1\DiskImages\DISK1\Global Assembly Cache Folder\iAnywhere.Data.UltraLite\10.0.1.3887_FF11483EB5A8C1A5\iAnywhere.Data.UltraLite.dll'
Thanks in advance for anything that can help me figure out what's going on. Is my use of "PS1" as a Module ID GUID valid? I was just trying to get the path length down to eliminate that as the problem.
Shallow folder structure = No:
ISDEV : error -1501: Could not compress "E:\tmp\Product Configuration 1\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1" into "E:\tmp\Product Configuration 1\Release 1\DiskImages\DISK1\Data1.cab"
Shallow folder structure = Yes:
ISDEV : error -1501: Could not compress "E:\tmp Data\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1" into "E:\tmp\Data1.cab"
Compression = Uncompressed:
ISDEV : error -1007: Cannot copy source 'E:\tmp\Product Configuration 1\Interm\MergeModules\MergeModule.PS1\_0A8D44F66D7C498A86353CD2888E8260.PS1' to target 'E:\tmp\Product Configuration 1\Release 1\DiskImages\DISK1\Global Assembly Cache Folder\iAnywhere.Data.UltraLite\10.0.1.3887_FF11483EB5A8C1A5\iAnywhere.Data.UltraLite.dll'
Thanks in advance for anything that can help me figure out what's going on. Is my use of "PS1" as a Module ID GUID valid? I was just trying to get the path length down to eliminate that as the problem.