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: Build Location path to long
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
‎Jan 31, 2015
07:48 PM
Build Location path to long
Hello,
I'm trying to build a installer using ISLE 2012 with VS 2012. I'm getting an error that it can't copy a file to a destination that has an extremely long path, and to " Change the build location of the current release to a shorter path to resolve this issue." How do I do that?
Thanks
I'm trying to build a installer using ISLE 2012 with VS 2012. I'm getting an error that it can't copy a file to a destination that has an extremely long path, and to " Change the build location of the current release to a shorter path to resolve this issue." How do I do that?
Thanks
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2015
04:28 PM
Go to prepare for Release->Releases and select your release. On the build tab, you can specify the build location in the release location setting.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 05, 2015
11:16 AM
I see in your log file that the release location on the build machine for the merge module has a long path. It is being copied here at build time:
"C:\CrystalInstalls\Setup\Setup\Express\DVD-5\DiskImages\DISK1\program files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\GAC\en\CrystalDecisions.Web.Mobile.MobileViewerSys.resources.dll"
I suspect that the latter path may be too deep for the OS and that is causing the error. It may be an issue with the merge module if the above path is being determined by the merge module.
You'll notice that the Setup Directory occurs twice (C:\CrystalInstalls\Setup\Setup\Express....). Try making your Release location C:\CrystalInstalls (eliminate the setup folder which is already created.) I believe there is a windows limitation of 260 characters, and yours is 261, so eliminating the extra "Setup" should resolve the issue by getting under the the limit.
"C:\CrystalInstalls\Setup\Setup\Express\DVD-5\DiskImages\DISK1\program files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\GAC\en\CrystalDecisions.Web.Mobile.MobileViewerSys.resources.dll"
I suspect that the latter path may be too deep for the OS and that is causing the error. It may be an issue with the merge module if the above path is being determined by the merge module.
You'll notice that the Setup Directory occurs twice (C:\CrystalInstalls\Setup\Setup\Express....). Try making your Release location C:\CrystalInstalls (eliminate the setup folder which is already created.) I believe there is a windows limitation of 260 characters, and yours is 261, so eliminating the extra "Setup" should resolve the issue by getting under the the limit.