Installshield - How do I create an installshield to create an entire cd?

At the moment, the Release build simply makes the files necessary for installation. But I want to create the CD structure automatically using InstallShield, so when I go to Tools, Open Release Folder

he has

\Install
\Tools
\Help
autorun.inf

      

I looked at the executable batch file or copied into the release options folder, I was hoping there was something friendlier about InstallShield.

using version 12.

0


a source to share


1 answer


I created a function / component called CDOnly, which is not displayed, selected or copied, but puts the files in the Disk Images / Disk1 folder.



So, by changing the default directories and adding special things to CDOnly, I was able to create the structure I wanted.

0


a source







All Articles