Working on an old VB6 application, asked to create an installer. Read around, thought I understood, but I guess not.

After getting the application from VSS, I'm able to run it on my development box just fine. Fire up the VS6.0 Package and Deployment Wizard, point it to my .vbp file, and hit the Package button.

Runs through the options windows just fine. When I click 'Finish', I immediately get a message that "Unexpected error 457 has occurred: This key is already associated with an element of this collection."

What key with what collection in what database? registry key? Some xml file?

After clicking OK, the wizard claims to be writing a 'setup.lst' file, but after 10 minutes, I figure it's not working and kill it.

Didn't find any help googling around, thought maybe a VB-specific forum might have some knowledge.

New to installers, so I easily could have taken a wrong turn earlier in the process. I just took the defaults all the way through, though.