sachin_rocks
International Cricketer
- Joined
- Feb 27, 2010
- Online Cricket Games Owned
Here is a tutorial to make a simple installer
I will Use stump and rope as a example
1.Collect all the files you will replace,big editor,a start screen(start.png),a installation successful screen(named end.png),a icon for your installer(optional) in one folder and rename bigeditor.exe to something simple (i use inp.exe) .
2.Open a Text editor (notepad will work)
2.5 add this to open the start screen .
3.Now call big editor with replace parameter and file location by adding this line
which in my example will be
then i add the rope also
so finally it becomes
4. Now i can add a finishing image to the file(optional)
So finally your file will look like this
5. Now save your file with "all files" option in notepad and name it "installer.bat"
6. Now download the Batch To Exe Converter
7. Convert your icon to .ico format using Free Online Image Converter
8. Run the Batch To Exe Converter
9. Select the batch file,add Vista administrator manifest ,select "working directory" to Temporary and then select it to "submit current directory"
10. Go to Include tab and include all the files in the folder
11. Go to VersionInformartion tab and fill the info and select the icon file
12.Click Compile and done your installer is made!
NOTE: Those who download will need to copy there cache file(in the big editor's folder) then run " %temp% " and paste it in order to make the installation fast other wise it may take 5-10 min
I will Use stump and rope as a example
1.Collect all the files you will replace,big editor,a start screen(start.png),a installation successful screen(named end.png),a icon for your installer(optional) in one folder and rename bigeditor.exe to something simple (i use inp.exe) .
2.Open a Text editor (notepad will work)
2.5 add this to open the start screen .
start.png
3.Now call big editor with replace parameter and file location by adding this line
inp.exe -r {file path in big editor} "{name of file}"
which in my example will be
inp.exe -r AC09/gdata/gdata.wad/global/global.texpack/stump.dds "stump.png"
then i add the rope also
inp.exe -r AC09/stadiums/sharedtextures/signage/unlicensed/signage.texpack/rope_signage.dds "rope.png"
so finally it becomes
inp.exe -r AC09/gdata/gdata.wad/global/global.texpack/stump.dds "stump.png"
inp.exe -r AC09/stadiums/sharedtextures/signage/unlicensed/signage.texpack/rope_signage.dds "rope.png"
4. Now i can add a finishing image to the file(optional)
end.png
So finally your file will look like this
inp.exe -r AC09/gdata/gdata.wad/global/global.texpack/stump.dds "stump.png"
inp.exe -r AC09/stadiums/sharedtextures/signage/unlicensed/signage.texpack/rope_signage.dds "rope.png"
end.png
5. Now save your file with "all files" option in notepad and name it "installer.bat"
6. Now download the Batch To Exe Converter
7. Convert your icon to .ico format using Free Online Image Converter
8. Run the Batch To Exe Converter
9. Select the batch file,add Vista administrator manifest ,select "working directory" to Temporary and then select it to "submit current directory"
10. Go to Include tab and include all the files in the folder
11. Go to VersionInformartion tab and fill the info and select the icon file
12.Click Compile and done your installer is made!
NOTE: Those who download will need to copy there cache file(in the big editor's folder) then run " %temp% " and paste it in order to make the installation fast other wise it may take 5-10 min
Last edited: