Hello
I want to get the name of the setup file currently being run and write this to an ini file in the install folder...
Example...
setup_123.exe is running... I want to get the name of this setup exe and use everything after the _ as an id and write this ID to id.ini in my install folder...
Is this possible?
Thanks
I want to get the name of the setup file currently being run and write this to an ini file in the install folder...
Example...
setup_123.exe is running... I want to get the name of this setup exe and use everything after the _ as an id and write this ID to id.ini in my install folder...
Is this possible?
Thanks
Comment