Hey!
I want to execute a .jar with arguments in the installation process with a NSIS Installer.
The command I want to execute in CMD or Powershell is: java -Xmx1024 my.jar --install .
I read about nsExec and only exec but I don't find a download for exec and I don't know how to make it with nsExec. I searched how to do it with nsExec, but my English is not the best in the world so sometimes I didn't understand what meant.
It would be great if anyone can tell me how it works!
Thank you in advance!
I want to execute a .jar with arguments in the installation process with a NSIS Installer.
The command I want to execute in CMD or Powershell is: java -Xmx1024 my.jar --install .
I read about nsExec and only exec but I don't find a download for exec and I don't know how to make it with nsExec. I searched how to do it with nsExec, but my English is not the best in the world so sometimes I didn't understand what meant.
It would be great if anyone can tell me how it works!

Thank you in advance!
Comment