The situation is: I have a program, which has 3 text fields (username, password and database). What I want to do right now is:
Starting my program.exe via NSIS while giving the three parameters (name, password, database) from variables.
My code currently looks like this:
${ConfigRead} "$INSTDIR\path\to\file.ini" "Db1=" $R1So I save the database name in the variable "$R1". The username and password will always be the same, so I can manually set them.My question: How can I start the programm.exe with 3 manually set parameters? Is it even possible? Hope you do understand what I mean...
I'm new to this forum so if I forget to tell you about some information, feel free to ask me.
Best regards,
Tim