|
|
|
#1
|
||||
|
||||
|
Yea I think so.
|
| Sponsored Links |
|
#2
|
|||
|
|||
|
you need to edit the script, because precompress 043 incorporates the libraries of the old 042, so it will be removed or placed in a new folder or blackbox crash ..
|
|
#3
|
||||
|
||||
|
replace precomp exe
|
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
Can any one please help me?
After doing everything accordingly I completed Packing a game but after the installation is complete it tries to install DirectX but after few second it shows "Invalid Command Switch" in a pop up window and when I click OK it finishes the installation, every thing runs OK but the directx doesn't get installed. I don't know about other Redist softwares as I haven't tried them yet. Please explain as simply as possible, I am a newbie in this short of thing. By the way THAKNS A LOT KURUTUCU for the script and everything else. |
|
#7
|
|||
|
|||
|
Please, I need help. How can I enter a password in the script ?
like 111-111-111-111 222-222-222-222 333-333-333-333 So if the user put on of these passwords it will continue. |
|
#8
|
||||
|
||||
|
There
Preview |
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#9
|
|||
|
|||
|
My compression method is 7zip-srep-precomp-freearc
so if someone can help me by writing archive.ini file for this method thanks Last edited by r4ll; 16-01-2014 at 21:56. |
|
#10
|
||||
|
||||
|
Quote:
Code:
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
if not ISSRepExtract ( 0, 25, ExpandConstant('{app}\data1.srep'), ExpandConstant('{app}\data1.pcf'), true) then break;
if not ISPrecompExtract ( 0, 25, ExpandConstant('{app}\data1.pcf'), ExpandConstant('{app}\data1.arc'), true) then break;
if not ISArcExtract ( 0, 25, ExpandConstant('{app}\data1.arc'), ExpandConstant('{app}\'), '', true, '', '', ExpandConstant('{app}'), notPCFonFLY {PCFonFLY}) then break;
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#11
|
|||
|
|||
|
Quote:
|
|
#12
|
||||
|
||||
|
file is not available to extract.
file name is different or dir is different. Code:
if not IS7ZipExtract ( 0, 25, ExpandConstant('{src}\data1.7z'), ExpandConstant('{app}\data1.srep'), false, '') then break;
data1.7z = Your archive file name.
__________________
Glass BB | BlackBox v2 | Portable Installer |
|
#13
|
|||
|
|||
|
Quote:
Thanks, |
|
#14
|
||||
|
||||
|
check the script, is it expecting precomp.exe or precomp041.exe. You might have to rename the exe to what its looking for.
|
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
y_thelastknight (18-01-2014) | ||
|
#15
|
|||
|
|||
![]()
|
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Copy file with Inno Setup Script | emrahcey | Software | 1 | 02-07-2010 08:24 |