#46
|
||||
|
||||
ok now i'm able to deal with the registry keys very good but just one question left
how to create sub-folder in a folder ? i have tried many times with no luck anyone knows? thanks |
Sponsored Links |
#47
|
|||
|
|||
How to hide main progress bar?
|
#48
|
|||
|
|||
Quote:
You're using FreeArc ? Why you need to hide it anyway |
#49
|
|||
|
|||
hiding progressbar xD
you can set moveprogressbar in interfacesettings to 5000 to hide it. |
#50
|
|||
|
|||
Okey,How to move progress bar and extracting file item label?
Last edited by FatalError; 20-08-2012 at 04:01. |
#51
|
||||
|
||||
maybe i didn't explain much i mean in the registry like this
thanks |
#52
|
|||
|
|||
Quote:
Publisher: EA (leave it in regkey as it is) Appname: Need for Speed Most Wanted (leave it in regkey as it is) "SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \ergc\blabla.. You know the rest i believe |
#53
|
||||
|
||||
Quote:
one more question i made 2 dvd for my game the additional installation folder exist on the 2 dvd so if i choose to install dx or vcredist it runs fine but if i choose to not install dx or vcredist the installation of the game finish with out of range error game installed fine but this out of range error really kills me any ideas ?!!!! thanks mate Last edited by JacksMafia; 20-08-2012 at 10:56. Reason: update |
#54
|
|||
|
|||
ISSI duplicates...
not working this; #define ISSI_UseMyInitializeWizard procedure ISSI_InitializeWizard(); begin end; or how to use different InitializeWizard(); Please Help..!! and How to move progress bar and extracting file item label? Last edited by FatalError; 22-08-2012 at 12:51. |
#55
|
||||
|
||||
fatalerror
you define initializewizard # first, depending on how many things you want to do. just increase the number for each seperate item. #define InitializeWizard(); #define InitializeWizard(1); #define InitializeWizard(2); procedure InitializeWizard(); begin .. .. .. end; procedure InitializeWizard(1); begin .. .. .. end; procedure InitializeWizard(2); begin .. .. .. end; etc... as for second part of question read yener's tutorial topic, its been asked & answered already. |
#56
|
|||
|
|||
Thank You!!But its only yener90's script?Don't working my script.
Last edited by Joe Forster/STA; 23-08-2012 at 09:07. |
#57
|
||||
|
||||
Quote:
#define ISSI_UseMyInitializeWizard --> bold part is missing from procedure line... procedure ISSI_UseMyInitializeWizard(); begin . . . . end; |
#58
|
|||
|
|||
Don't work but I'm trying update issi file.Will be working now...
|
#59
|
|||
|
|||
how to auto launch settings.exe after install finish yener90's inno script
|
#60
|
|||
|
|||
If i'm not mistaken it does not support auto launch of an exe file. However you can add it as second exe file in setup so, you will see play and setting exe i n autorun part. Also on desktop. Investigate yener's alan wake conversion along with his explications in tutorial thread.
|
Thread Tools | |
Display Modes | |
|
|
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 |