redsox Posted January 22, 2008 Author Share Posted January 22, 2008 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 More sharing options...
krawhitham Posted January 22, 2008 Share Posted January 22, 2008 *.* 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 More sharing options...
redsox Posted January 23, 2008 Author Share Posted January 23, 2008 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 More sharing options...
krawhitham Posted January 23, 2008 Share Posted January 23, 2008 what version of auto it are you using? Link to comment Share on other sites More sharing options...
krawhitham Posted January 23, 2008 Share Posted January 23, 2008 pm me the password to decompile the autoit exe Link to comment Share on other sites More sharing options...
krawhitham Posted January 23, 2008 Share Posted January 23, 2008 your 7z exe is screwed, I know that much Link to comment Share on other sites More sharing options...
krawhitham Posted January 23, 2008 Share Posted January 23, 2008 with a correct 7z exe it is working you need to make autoit delete the FSH after it installs it Link to comment Share on other sites More sharing options...
redsox Posted January 23, 2008 Author Share Posted January 23, 2008 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 More sharing options...
krawhitham Posted January 23, 2008 Share Posted January 23, 2008 well I typed "u025a.exe -y" and no file was created just make the EXE the way I explained Link to comment Share on other sites More sharing options...
metal57 Posted March 30, 2008 Share Posted March 30, 2008 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 More sharing options...
redsox Posted June 17, 2008 Author Share Posted June 17, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.