spencerw
06-17-2009, 05:29 PM
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