The one thing I dislike the most is working on an old
Installshield installer. We recently changed our process for installing
Illustrator 10 and Photoshop 7, so I'm going back and creating SMS packages to
install them. I've worked on a plethora of Adobe installations, so I
didn't think it would be a big deal, but I was wrong.
As most of you know, Adobe used Abcpy.ini to provide information and
configure their installers, particularly in the generation of products mentioned
above. Armed with that knowledge, I merrily set off to build my installer
script. I filled in all of the pertinent information, turned off the
appropriate screens in Abcpy.ini, and fired up the installer with the /r switch
to generate setup.iss for the installation. Curiously, the installation
failed.
I turned the user information screen back on, only to
find that it wasn't pulling the serial number from the INI file.
After running backthrough and plugging the serial in, the install ran ok.
Off to testing, I ran the install with the ISS file in silent mode. Installcode 0 appeared in
the log, but, of course, no Illustrator.
After digging around, it appears that this is a known issue and repackaging
is the only solution. Anyone else run into this and found a different
solution?