Running Setup project causes error code 2709

S

Simon Jefferies

Hello,

I've created a setup project and when I run the .msi I get the following
message.

"The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2709."

What causes this error message?

Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
www.headfirst.co.uk www.callofcthulhu.com
-
 
F

Felix Wang

Hi Simon,

Thanks for posting. According to the Windows Installer Platform SDK
document, 2709 means the following:

The specified Component name ('[2]') not found in Component table.

There seems to be some problem with the MSI package. Do we have the problem
if we rebuild it?

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
F

Felix Wang

Hi Simon,

Are you using some third party merge modules in the setup project?

In addition, if we create a new setup project, do we have the same problem?
We may need to use some Windows Installer Platform SDK tool to further
track the issue:

HOWTO: Use the Orca Database Editor to Edit Windows Installer Files
http://support.microsoft.com/?id=255905

We can use Orca to perfom an consistence check of the MSI generated.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
S

Simon Jefferies

Hello,

There are no third party merge modules in the setup project.

I have created another setup project and it appears to be working, something
to do with this project in particular causing the problem?

I've actually tried ORCA with it to validate the msi it generated and I
didn't see anything relating to this item.

Would it be helpful to attach the msi? or is there something else I can try?

--
Regards
Simon Jefferies
Tools Programmer, Headfirst Productions
mailto:[email protected]
www.headfirst.co.uk www.callofcthulhu.com
-
 
F

Felix Wang

Hi Simon,

How large is the MSI? If it is too large, we cannot attach it here. You may
also try turning on the verbose log of the installation, by running the
following command:

msiexec /i Setup1.msi /l*v c:\Setup1.log

Then we can find the log at "c:\Setup1.log". You may add the log to a zip
and attach it here. You may also analyze the log by yourself.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
F

Felix Wang

Hi Simon,

The component in question is "C__1D9076B37C67F487D94C095FCE0C5E2C". Do we
have it in the "Component" table? We can use Orca to search for the string
in the MSI generated. In addition, do we have the string in the "File"
table, "FeatureComponents" table, or other tables?

In addition, if we create a new setup project with exactly the same set of
files, do we have the problem? You may also try adding the MSI to a zip and
attaching it here. I am not sure whether that size is allowed or not.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top