I am writing an inno-setup script that needs to run a very old third-party setup application, this old installer (called setup.exe) works only from the root folder (if not crashing), so I need to create (and delete) a network drive to copy files of this installer, and then run setup.exe. so the question is, how can I create and delete a network drive from inno-setup? I am looking at something like WNetAddConnection .
source share