I need to make a setup file using InstallShield. In the program menu I want it to create a shortcut to a pdf file on the installation CD.
But, I don't want to link to a specific drive letter. I would like to be able to make it create the shortcut, where the target is the drive from which the installation is run.
For example if the CD-ROM is d:, then I want it to link to d:\file.pdf, and if the CD-ROM is e: I want it to link to e:\file.pdf.
Anyone know if this can be done in InstallShield?
But, I don't want to link to a specific drive letter. I would like to be able to make it create the shortcut, where the target is the drive from which the installation is run.
For example if the CD-ROM is d:, then I want it to link to d:\file.pdf, and if the CD-ROM is e: I want it to link to e:\file.pdf.
Anyone know if this can be done in InstallShield?
Comment