When I am running my installer silently I am passing the name of the ini file as part of the argument. However in code when I call INIFile.GetValue I still have to pass the name of the ini file. This means I have to read and parse the command line arguments even though the documentation makes me think this is a "known" value.
Is there a constant, or global variable that I am not finding in the documentation somewhere, or do I need to read and parse the command line arguments myself?
Is there a constant, or global variable that I am not finding in the documentation somewhere, or do I need to read and parse the command line arguments myself?
Comment