i’m not a programmer and I just wanted to make a installer for “unpacking” folders with files to a specific location – I done it with the Inno setup wizard, but there is an issue because I would like to first check if folders with the name already exist, and if so rename the new ones:
check if folder “example” exist in “location” – yes, rename new one to “example_2” and put it into “location” – no, put “example” into “location”
I discovered in help file that there is a function “int DirExists” but no example etc. and I dont know how to use it properly 🙁
Erufen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.