|
|
|
#1
|
||||
|
||||
|
Hi everybody.
1. I want to avoid my installer run if the same already is running. Something like the message "Your Setup is Already Running". How can i make this? 2. Currently i use this option to my border. Code:
BorderStyle:= bsDialog; How can i make this? Sem título.jpg P.S. Please ignore the buttons, i still can´t make it work correctly. ![]() 3. Someone can indicate a post about how can i compress my games with precomp? Something like a tutorial step-by-step. Unfortunately i still don´t know nothing about this. ![]() Thanks in advance. Last edited by Joe Forster/STA; 22-02-2013 at 03:19. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
Quote:
Use the ISDone for Precomp, srep,sevenzip and etc functions. Last edited by Razor12911; 22-02-2013 at 08:09. |
|
#3
|
||||
|
||||
|
Splash Example
Splash Example, Makes your source code make this.\
![]() Credits: Imageshack. |
| The Following User Says Thank You to Razor12911 For This Useful Post: | ||
Andre Jesus (24-02-2013) | ||
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
||||
|
||||
|
Quote:
Thanks in advance. |
|
#6
|
||||
|
||||
|
Quote:
Code:
[setup]
AppMutex=UniqueNAME
[_code]
procedure InitializeWizard;
begin
CreateMutex('UniqueNAME');
end;
Last edited by altef_4; 12-03-2013 at 11:32. Reason: CreateAppMutex->CreateMutex |
|
#7
|
||||
|
||||
|
Quote:
Unknown identifer 'CreateAppMutex' |
|
#8
|
||||
|
||||
|
Thank you so much for your help.
Work pefectly. I can modify/customize this message and button size? How? Capturar.JPG |
|
#9
|
||||
|
||||
|
How do the buttons do not appear on every screen?
The description of the buttons is not showing up, how to fix this? Capturar.JPG Test.zip I appreciate the help in advance. |
|
#10
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Andre Jesus (11-03-2013) | ||
![]() |
| Thread Tools | Search this Thread |
| 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 |