I am having trouble making a launcher for ImgBurn because it alters a lot of settings. I don't know what to do since I am new at NSIS.
New: Run-Command (Dec 2, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads Nov/Dec!, Please donate today
https://portableapps.com/node/11751
I am trying to make a launcher that saves settings in Data directory and make it all the way portable. In the PAF directory of course.
May the Shwartz be with you
In that case use "/settings":
ImgBurn.exe" /portable /settings "..\..\data\ImgBurn.ini"
And if it doesn't accept a relative path, then resort to:
ImgBurn.exe" /portable /settings "c:\...\data\ImgBurn.ini"
Please report back if accepts relative paths or not.
with the current launcher variable procedures, you don't need an absolute path.
Running
"ImgBurn.exe" /portable /settings "$SETTINGSDIRECTORY\ImgBurn.ini"
is satisfactroy.Insert original signature here with Greasemonkey Script.
I made my own launcher using NSIS. It's in Beta Testing. Test it an give me any feedback. It would help me since this is my first work.
May the Shwartz be with you