cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
chriss
Level 2

Error creating an empty folder for installation

I am trying to get InstallShield to create an empty folder during installation but it keeps failing. I have put a folder into the Application Target Folder but when trying to build the exe image InstallShield keeps crashing. Is there anyway I can do this from the set-up script? The software I am installing needs an empty folder present for copying data files across

Cheers
Chris
Labels (1)
0 Kudos
(1) Reply
Johannes_T
Level 6

Check the CreateDir function. You can place it in OnFirstUIAfter to create an empty folder just after your files have been transfered.
Greetings
0 Kudos