|
#31
|
|||
|
|||
|
how to use this autorun source
DONT EVER Post like you originally did AGAIN! NO Need to use large fonts & bold like that> pakrat2k2 Last edited by pakrat2k2; 27-09-2014 at 20:35. |
| Sponsored Links |
|
#32
|
|||
|
|||
|
I do not know, is beyond my expertise
Last edited by pakrat2k2; 27-09-2014 at 20:33. |
|
#33
|
||||
|
||||
|
what you mean how to use this source?
what you need?
__________________
Glass BB | BlackBox v2 | Portable Installer Last edited by pakrat2k2; 27-09-2014 at 20:32. |
|
#34
|
|||
|
|||
|
Code:
y_thelastknight want to know how you configure it, but if the guy screams so then nothing candy
Last edited by Dante1995; 04-11-2014 at 13:58. |
|
#35
|
|||
|
|||
|
i do not understand this code
#define ValueExists1 "HKLM, 'Software\1C\UFO Trilogy\UFO Aftermath', 'InstallPath'"
#define ValueExists2 "HKLM, 'Software\1C\UFO Trilogy\UFO Aftershock', 'InstallPath'" #define ValueExists3 "HKLM, 'Software\ALTAR\UFO Afterlight', 'Path'" #define FileExists1 "GamePath1 + '\UFO.exe'" #define FileExists2 "GamePath2 + '\UFO.exe'" #define FileExists3 "GamePath3 + '\UFO.exe'" #define QueryStringValue1 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{D07D2A5B-0836-4583-A8C1-FEE86EBDDD48}_is1','UninstallString', UninsPath1" #define QueryStringValue2 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{7A891764-5569-4EA3-8402-713C4E8158C7}_is1','UninstallString', UninsPath2" #define QueryStringValue3 "HKLM, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninsta ll\{BCEF5B82-A3C3-4F0D-A985-419D25A07B77}_is1','UninstallString', UninsPath3" |
|
#36
|
||||
|
||||
|
RegRead is missing
GamePath# is not defined. for 1 to 3. GamePath# is not suppose to be under inverted commas if it is a variable. if FileExists is a boolean then equate it to something. and there are some mistakes that should be corrected. you can check IC source script to see how did I set up the ISPP. |
| The Following 3 Users Say Thank You to Razor12911 For This Useful Post: | ||
|
#37
|
|||
|
|||
|
Inno Setup ee (u)
Advanced Version
Last edited by Grumpy; 26-05-2015 at 18:42. |
| The Following 3 Users Say Thank You to Dante1995 For This Useful Post: | ||
|
#38
|
|||
|
|||
|
.....
.....
Last edited by Grumpy; 26-05-2015 at 18:42. |
| The Following 4 Users Say Thank You to Dante1995 For This Useful Post: | ||
|
#39
|
|||
|
|||
|
zcm
zcm compression
Last edited by Grumpy; 26-05-2015 at 18:44. |
|
#40
|
|||
|
|||
|
good compressor, nanozip like, how you can include in the script?
|
|
#41
|
|||
|
|||
|
freearc no compatible sorry..
try this I do not know ![]() C:\Games: Code:
DefaultDirName={sd}\Game\FolderGamesName
Last edited by Dante1995; 28-12-2014 at 20:54. |
|
#42
|
|||
|
|||
|
But you can use Isdone as well.
Code:
if not ISExec ( 0, 0, 0, ExpandConstant('{tmp}\yourfile.exe'), ExpandConstant('x -o+ "{src}\data.bin" "{app}\"'), ExpandConstant('{tmp}'), '...',false) then break;
Last edited by Compiler; 10-10-2014 at 10:14. |
|
#43
|
|||
|
|||
|
I'm not sure that it works, but try you never know
|
|
#44
|
|||
|
|||
|
Arc test
EXAMPLE
//TestArcCompression = Copyright © by InnoUltra.ru
Last edited by Dante1995; 28-12-2014 at 20:54. |
|
#45
|
|||
|
|||
|
Multi Unpacked
Delphi Multi Unpacked
PreSupport Precomp ecc... Support Arc,Srep,7-zip ecc... and FreeArc.bin,FreeArc.cab extension You have to update the files in the folder Bins for your needs
Last edited by Dante1995; 28-12-2014 at 20:54. |
| The Following 6 Users Say Thank You to Dante1995 For This Useful Post: | ||
Andrey167 (15-10-2014), arkantos7 (15-10-2014), ChronoCross (15-10-2014), mausschieber (15-10-2014), Razor12911 (18-10-2014), sucht (18-10-2014) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Inno Setup: Additional Libraries | altef_4 | Conversion Tutorials | 50 | 21-10-2020 09:59 |
| Blackbox Inno Setup Script | Kurutucu | Conversion Tutorials | 1190 | 18-08-2019 22:43 |
| 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 |