|
#706
|
||||
|
||||
|
replace exe and edit the arc.ini
find -c- and change it to -cn |
| Sponsored Links |
|
#707
|
|||
|
|||
|
Quote:
are you sure of what you say
|
|
#708
|
||||
|
||||
|
Yea I think so.
|
|
#709
|
|||
|
|||
|
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 ..
|
|
#710
|
|||
|
|||
|
installer says incorrect version of precomp
|
|
#711
|
||||
|
||||
|
replace precomp exe
|
|
#712
|
|||
|
|||
|
|
|
#713
|
|||
|
|||
|
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. |
|
#715
|
|||
|
|||
|
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. |
|
#716
|
||||
|
||||
|
There
Preview |
| The Following 4 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#717
|
|||
|
|||
|
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. |
|
#718
|
||||
|
||||
|
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 |
|
#719
|
|||
|
|||
|
Quote:
|
|
#720
|
||||
|
||||
|
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 |
![]() |
|
|
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 |