M
mjobbe
I have an installer that requires three merge modules (ATL, CRT, and
MFC), and after adding them in, I get the following warnings when I
build the MSI:
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
The MSI seems to work fine, but I'm wondering if there's a way to get
rid of these warnings. Seems like I might be including multiple copies
of the same files in my build, and would like to avoid that.
Apologies if there's a previous post on this topic - I couldn't find
one.
Thanks.
MFC), and after adding them in, I get the following warnings when I
build the MSI:
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[payload_ul]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.policy')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
WARNING: Two or more objects have the same target location
('[policydir]\8.0.50727.42.cat')
The MSI seems to work fine, but I'm wondering if there's a way to get
rid of these warnings. Seems like I might be including multiple copies
of the same files in my build, and would like to avoid that.
Apologies if there's a previous post on this topic - I couldn't find
one.
Thanks.