Repackage giving error 2709
Used repackager to create an msi and everything seemed to run great. When trying to install using the msi, get error code 2709. This happens with every repackage I have tried. AM I doing something wrong?
Answers (2)
A 2709 error is "Component name not in component table" the message should contain the component name. Check in Application Event Log for any other info. When you say you used Repackager you're not capturing an MSI are you? If not , my apologies. If you're capturing a setup.exe it may be the supplied installer include an embedded installer for DotNet or similar. Otherwise look for double-quotes in a table entry, esp. unclosed quotes.
If you have more info please post it and I'll try to help.