Installer EXE name
Is it possible to get an installer file name at runtime?
Archive: Installer EXE name
Installer EXE name
Is it possible to get an installer file name at runtime?
Yes, you can get it form the command line ($CMDLINE). You will have to remove the parameters. It can be done using a modification of the GetParameters function.
Thank you very much for your response.