Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

error -1007: Cannot copy source


3 replies to this topic

delamere

delamere
  • Members
  • 9 posts

Posted 02 January 2004 - 18:17

Hi,
A colleague has built an MSM which has the following dependency:

Name: Microsoft .NET Framework (Reference Only)
Version: 1.0
Language: English (United States)
Module ID: mondo.E4183BB4_18A8_11D5_A549_0090278A1BB8

When building I get:

Adding Microsoft® .NET Framework redistributables to setup...
ISDEV : error -1007: Cannot copy source 'D:\Builds\Your Project Name-1\Product Configuration 1\Interm\MergeModules\mondo.E4183BB4_18A8_11D5_A549_0090278A1BB8\Accessibility_dll_1_____X86.3643236F_FC70_11D3_A536_0090278A1BB8' to target 'D:\Builds\Your Project Name-1\Product Configuration 1\Release 1\DiskImages\DISK1\Win\Microsoft.NET\Framework\URTInstallPath\GAC\Accessibility.dll'

It makes no difference when I add in the .NET framework 1.0 or 1.1 to the release.
I'm using Developer 8 SP2.
It's an InstallScript MSI project.
OS: Windows Server 2000 SP3.

Any thoughts as to why I'm getting this error?
Thanks for your time,
Marc

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 January 2004 - 21:12

I believe this merge module is not intended for your distribution release. Check the Visual Studio documentation.

delamere

delamere
  • Members
  • 9 posts

Posted 05 January 2004 - 14:55

Thanks for that Stefan.

We have now solved the problem.

The specific solution was to simply rebuild the MSM without .NET Framework 1.0 as a dependency - we are only using 1.1 anyway (but I don't know why that didn't appear as a dependency).

Regards,
Marc

megael

megael
  • Full Members
  • 4 posts

Posted 14 February 2006 - 13:02

hi,

i have the same problem on build a MSI from a ISM.
unable to copy file from ...\breakdown_group_id_tr_txt.kobra-data-dictonary to ...\.

The file is the first of many files with this fantastic extension mad.gif
anybody an idea to copy this files? (copyFileTable will not copy files with this extension, i think)

Many thanks in advance!

greetings meg

EDIT: Solution, rename file, copy Rename ...?? very ugly ....

Edited by megael, 14 February 2006 - 13:52.