You are here

ImgBurn settings

6 posts / 0 new
Last post
App Guy
Offline
Last seen: 10 years 6 months ago
Joined: 2008-03-16 14:24
ImgBurn settings

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.

lwc
Offline
Last seen: 19 hours 13 min ago
Translator
Joined: 2006-04-26 06:35
Search before asking
App Guy
Offline
Last seen: 10 years 6 months ago
Joined: 2008-03-16 14:24
Let me rephrase that

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

lwc
Offline
Last seen: 19 hours 13 min ago
Translator
Joined: 2006-04-26 06:35
Then use "/settings"

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.

digitxp
digitxp's picture
Offline
Last seen: 12 years 7 months ago
Joined: 2007-11-03 18:33
Actually

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.

App Guy
Offline
Last seen: 10 years 6 months ago
Joined: 2008-03-16 14:24
Made own launcher

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

Log in or register to post comments