|
|
|
#1
|
||||
|
||||
|
Quote:
but actually, it's not TasksList which makes the Grey Field. It's a form, just find out what it is. Last edited by Razor12911; 22-07-2013 at 09:42. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Thank Razor12911 just is not showing anything that appears only
SelectTasksLabel |
|
#3
|
||||
|
||||
|
hmm, I see. Why don't you come up with a panel which will be the base for the text, or use botva2 functions and procedures.
|
|
#4
|
||||
|
||||
|
You have an example script of how to use botva2
|
|
#5
|
||||
|
||||
|
look around in this thread for botva2 example script. I think I posted it or instructed how it's used.
Either way, why don't you remove the image as background, you should place it on welcome page then use the wide small wizrd image on top of the wizardform, it's just a suggestion. Else you can place a text background specially designed for text so that it can be clearly seen whilst using the full image. Last edited by Razor12911; 22-07-2013 at 12:19. |
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
|||
|
|||
|
How I can add close antivirus warning on inno setup?
|
|
#8
|
||||
|
||||
|
add msgbox function under initializewizard procedure.
Msgbox example is found in inno setup documentation. |
|
#9
|
|||
|
|||
|
I created an arc with no compression --> data.arc
I then precomped it with " -intense -v -c-" and the file i got was -----> data.pcf I then compressed it with free arc again "-mx -ld1600m" and got it as data.arc...... i wanted to extract use this file in my setup which i created with Yenner90's Custom Installer... i used this [ExtractSettings] FreeArcFile1={src}\Data.cab;DestDir:{app};Disk:1;P recSrep:0 but it didn't work... so processed the pcf file with SREP 64 and got ---> data.pcf.srep compressed it with freearc again to make it ---> data.arc and then used the same extract settings....but i still got the same error... can anyone plzz help me in gettin outta this ????
|
|
#10
|
||||
|
||||
|
procedure of compressing is
data.arc - freearc data.pcf - precomp data.srep - srep/srep64 data.cab - freearc(.cab can be changed with any extension) PrecSrep:1; (Must be enabled if ARC-PCF-SREP-ARC method is used) |
|
#11
|
|||
|
|||
|
I used this batch to process my files...
i change the value from 0 to 1 ..but i stll get the same error... @echo off precomp -intense -v -c- data.arc del data.arc srep64.exe -m3f data.pcf ren data.pcf.srep data.srep del data.pcf arc.exe a -mx -ld1600m data.srep data.cab exit |
|
#12
|
||||
|
||||
|
in setup.ini make sure that you have PrecompVer=Inside
|
|
#13
|
|||
|
|||
|
@packarat...
can u please elaborate it a little ??? i didn't get what u wanted to say... I am using precomp 0.4.2 alpha... I have attatched my setup.ini... if u can please find a solution for thiss... thnxx |
|
#14
|
||||
|
||||
|
example only use your setup.ini & add PrecompVer=Inside at bottom of [Installoptions] section
Code:
[InstallOptions] ApplicationName=Two Worlds 2 Epic Edition GameSize=5229 MyExecutableName=TwoWorlds2_DX10.exe MyExecutablePath=Two Worlds II MyExecutableIconName=Two Worlds II-DX10 MyExecutableName2=TwoWorlds2.exe MyExecutablePath2=Two Worlds II MyExecutableIconName2=Two Worlds II-DX9 MyExecutableName3=Castle Defense MyExecutablePath3=Castle Defense\TW2 Castle Defense MyExecutableIconName3=TW2CD.exe Editor=pakrat/sentinelks Lang=en PrecompVer=Inside |
|
#15
|
|||
|
|||
|
I made it this way now..
[InstallOptions] ApplicationName=Hitman - Blood Money Publisher=IO interactive GameSize=9950 MyExecutableName=hitmanbooldmoney.exe Editor=Riddle_R Lang=en, [InstallSettings] GDFBinary=GDF.dll [ExtractSettings] FreeArcFile1={src}\Data.arc;DestDir:{app};Disk:1;P recSrep:1 PrecompVer=Inside Still get the same error ![]()
|
![]() |
|
|
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 |
| Frequently Asked Questions | Joe Forster/STA | PC Games - Frequently Asked Questions | 0 | 29-11-2005 09:48 |