![]() |
hmm, those files must be created using freearc
|
@Razor12911
Quote:
can you?.. please.. This is my script.. |
script with all files?
|
@ Razor12911
how to keep the file can be successfully extracted, whether the script should replace ? Which part should I replace? |
don't understand what you are asking but if you are asking how to set up archives, read base post, if asking how to remove setup-1a.bin then disable diskspanning in [Setup] but if asking how to keep file after extracting then
use this line, changes are bolded if not ISArcExtract ( 0, 100, ExpandConstant('{src}\setup-1a.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY) then break; not to keep if not ISArcExtract ( 0, 100, ExpandConstant('{src}\setup-1a.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), PCFonFLY) then break; |
@Razor12911
This is my script (with files).. |
@Razor12911
hmm i mean ..why always get error like this http://s12.postimg.org/ye0egwzgt/Untitled2.png and how to fix it ? thx... |
|
@Pein46
Kinda busy with a script, will your update script later on. |
Error in this (Caption:=' Shortcut will be created in following «Start?;)
|
should read Start Menu
|
Updated 1.3
-Changed interface. -Fixed text grounds. -Added splash and logo. -You can create images in PSD files folder with *.psd. |
Quote:
|
1 Attachment(s)
Here is Unicode
Tweaked the Script a bit. |
@Kurutucu
Note 2: I don't think using setup-1.bin or setup-1a.bin is a good example, Inno Setup can delete those files when you compile script because it thinks those files are created by it. |
@Razor12911
I know. First compile script. Then create setup-1.bin ;) |
i compress files with this method
-mprecomp+srep+lzma:a1:mfbt4:d200m:fb128:mc1000:lc8 what should i change in script to extract files ? , and how to extract more than 1 file ? Thx :o |
Quote:
Code:
if not ISArcExtract ( 0, 0, ExpandConstant('{src}\setup-1.bin'), ExpandConstant('{app}'), '', false, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;Razor' in script section Code:
With GroupLbl do begin |
@Pakrat2k2
add arc.ini :D if not ISArcExtract ( 0, 0, ExpandConstant('{src}\setup-1.bin'), ExpandConstant('{app}\'), '', false, '', ExpandConstant('{tmp}\arc.ini'), ExpandConstant('{app}\'), notPCFonFLY{PCFonFLY}) then break; @Kurutucu How can you have two of #define NeedSize "6666" #define PrecompInside #define SrepInside #define precomp "0.42" #define unrar #define XDelta #define PackZIP these in the same script? you are now confusing inno. One in main.iss and one in ISDone\ISDone.iss and both are different. |
her.....
Code:
var |
@Kurutucu
There is 2 include dir and both dir files are adding to setup check files section both scripts isdone.iss and main.iss |
@y_thelastknight
Don't touch ISDone.iss. Use Main.iss for compile. |
1 Attachment(s)
What should I do
|
hmm, I thought I fixed this bugs.
Hotfix Uploaded |
1 Attachment(s)
ansi script is ok
but unicode have this error |
no its works fine for me
|
1 Attachment(s)
@y_thelastknight
maybe you must update your ISPP Script Copy to inno setup directory, replace if you have to. |
Quote:
thank you :) |
@Kurutucu
This BlackBox script support video durring installation or pictures slideshow?(like peterf's script) |
@mrmustatza1
No sorry. |
1 Attachment(s)
Black_Box_Script_By_Kurutucu_V1.4_Unicode
Support Pictures slideshow background Replace jpg filed from Slides Folder Recommended Resolution 1366*768 |
@y_thelastknight
Next time: 1. Contact me. 2. Send me script. |
Quote:
|
support internal compresion?
|
@thedarkman
Not support internal compression. Because giving some problems. |
Thank you Kurutucu for update inno script 1.3
but i have some problem in script Everything is ok i copy directx in folder Redist\directx and c++ i want after finish Installe .. setup directx and c++ i setup game but directx and c++ after finish don't installer He tell me installe but it is not installe :( any buddy can be help me ?? |
@adiga
1. Check DirectX and Visual C++ boxes. http://i38.tinypic.com/14wshms.jpg 2. Open main.iss. Go line 737. Check folder and filenames. Code:
if CurStep=ssPostInstall then beginCode:
Exec2(ExpandConstant('{src}\Redist\DirectX\DXSETUP.exe'),'/silent',false); |
oh it work thanx man .. :D
hmmmm how can i setup (2) file like setup-1.bin and setup-2.bin Where i put "setup-2.bin" in the script pliiiiiz ^__^ |
@adiga
Go line 699. Change it ExpandConstant('{src}\setup-1.bin') to ExpandConstant('{src}\*.bin') :) |
thanx man
1-i wanna make 2 dvd's setup-1.bin in dvd1 and setup-2.bin in dvd2 how can i edit that in script !! ........ 2- how can i make logo.bmp Button in setup when i click for logo open my website ^__^ |
| All times are GMT -7. The time now is 15:01. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com