Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

Why specify the ini file in code when I passed it via the /S:{inifilename} argument?

$
0
0
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?

Viewing all articles
Browse latest Browse all 2105

Trending Articles