PDA

View Full Version : Create a shortcut without verifying path



swhowiedash
05-22-2012, 12:19 PM
I have a shortcut that I would like to include in my install routine that points to a location that won't exist until my post-install routine is performed. I am getting an error that states the drive doesn't exist when I try to run the install....is there a way to create an unverified shortcut that can be created without Installshield complaining and stopping the install during the prerequisite stage?

I can't run the post-install routine until the install files have been copied, so I can't really move the routine early enough to prevent this (I don't think, anyway...).