Jump to content

Scripts/NullSoft


redsox

Recommended Posts

Thanks Kraw, I will try it out. Just out of curiosity, what does *.* do, since that's the only thing you have taken out.

Also, I think I just found out that you wouldn't need to create a batch file since we are executing that with the following code correct?

RunWait ("eazip -c u025a.fsh","",@SW_HIDE)


Runwait ("fifafs -ar datamodels.big u025.fsh","",@SW_HIDE)

Thanks again.

EDIT: Also, what do you use to create your self-extracting .exe? I use a software called Paquet Builder.

Link to comment
Share on other sites

*.* is a wildcard for all files

fifafs -ar models.big *.*

that would add all files to models.big

fifafs -ar models.big *.fsh

that would add all FSH files to models.big

for some reason you were just sticking *.* on the end of the file name

I do not use any program to make a self-extracting 7z .exe

Download "7z Library, SFXs for installers, Plugin for FAR Manager"

http://downloads.sourceforge.net/sevenzip/7z457_extra.7z

inside will be a file called 7zS.sfx, put 7zS.sfx and your 7z file in the same folder. Combine the files

copy /b 7zS.sfx + YOUR7zFILE.7z YOUR7zFILE.exe

Link to comment
Share on other sites

Nothing seems to be installing when I test run the final installer. I was able to create the self-extracting .exe without a problem and when I packaged everything, I never got an error message. I also updated the main.exe file in autoit to reflect the changes you had mentioned.

I am attaching the executable file. Could you please take a look at let me know as to what I am doing wrong? Thanks a lot for your help.

Link to comment
Share on other sites

Sorry about the late response.

Thanks a lot for checking it out. How were you able to figure out that my 7z exe was screwed up - what was the problem? And also, how did you correct the problem? Thanks again for all your help. Take care.

Link to comment
Share on other sites

  • 2 months later...

I need to create an installer for a mod that i'm making.. But I don't know so much.. Someone can help me? What's the software? Nullsoft, Autoit..? (Sorry for bad english)

Link to comment
Share on other sites

  • 2 months later...

Didn't want to create a separate thread for this and clutter the forums and thought I would just post it here.

Anyway, does anyone in here have a lot of experience with WordPress? I have the WP-Project plugin activated but I have no idea as to how to publish it on a page for everyone to take a look at.

Or, does anyone know of any other plugin that I can use to show some kind of a progress report? I am looking for something similar to what ProjectPro offers for dragonfly.

Any help would be much appreciated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...