|
|
|
#1
|
||||
|
||||
|
Quote:
#define ISSI_UseMyInitializeWizard --> bold part is missing from procedure line... procedure ISSI_UseMyInitializeWizard(); begin . . . . end; |
| Sponsored Links |
|
#2
|
|||
|
|||
|
Don't work but I'm trying update issi file.Will be working now...
|
|
#3
|
||||
|
||||
|
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. |
|
#4
|
|||
|
|||
|
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. |
|
#5
|
|||
|
|||
|
how to auto launch settings.exe after install finish yener90's inno script
|
|
#6
|
|||
|
|||
|
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.
|
|
#7
|
|||
|
|||
|
Can anyone tell me code for adding video while game is installing!!Installer is simple I just want to add a a video that starts when installation of Game starts!!
|
|
#8
|
|||
|
|||
|
You Know For This Error
Source: Include\7z.com; DestDir: {tmp}; Flags: dontcopy 7z.com |
|
#9
|
||||
|
||||
|
its an EXE NOT COM, thats why the error
|
|
#10
|
|||
|
|||
|
Why, my inno setup, not create icon for unistall?
|
|
#11
|
||||
|
||||
|
how can i extract pcf --> srep--> compresed file in inno setup
nt in CI |
|
#12
|
|||
|
|||
|
I create the setup for inno setup Progresbar not show what can i do
http://imageshack.us/f/16/64116425.jpg/ Sorry For my bad english |
|
#13
|
|||
|
|||
|
Quote:
|
|
#14
|
|||
|
|||
|
Thanks
Thanks
|
|
#15
|
|||
|
|||
|
Hello !!I want help on this !! Can anyone tell me code that will make a compact view button while installation like this :
(see below in let corner) and after clicking that button installer go in Right corner and become small like this : ![]() Thnx in advance for helping me!! |
![]() |
|
|
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 |