Using InstallShield 6.2 having a problem where the old files on a C drive are updated with new files selected in the InstallShield build.
Within the script at the function 'ProcessBeforeDataMove' we have
DeleteDir ( " c:\name of dir." , ALLCONTENTS) ;
We need to include this as we are installing new files into the directory we are deleting.
Withing 'MoveFileData' section of the script we create the directory again.
CreateDir ( " c:\name of dir." )
We build the InstallShield and it works BUT when we check our C drive to check weither the directory has been deleted and created again with the new files it hasn't.
BUT if we delete the directory physically ourselves and run the InstallShield, It creates the new directory we wish with the new files we need.
Not very experienced at InstallShield as you can tell but any hints or tips using 6.2 Installshield would be very grateful.
Cheers
Adrian
