|
#226
|
||||
|
||||
|
write {src}\Data1.cab
{src} is for source. |
| Sponsored Links |
|
#227
|
||||
|
||||
|
Know I got this error
|
|
#228
|
||||
|
||||
|
in setup.ini you need to add
[InstallOptions] PrecompVer=inside . . . [ExtractSettings] FreeArcFile1=Data1.cab;DestDir:{app};Disk:1; FreeArcFile2=Data2.cab;DestDir:{app};Disk:2; for example, look to Fabioddq's Devil May Cry topic it uses both. ( look at ISS script & setup.ini. Also in setup.cab you need arc.ini in root. |
| The Following User Says Thank You to pakrat2k2 For This Useful Post: | ||
spawniectes (03-03-2013) | ||
|
#229
|
||||
|
||||
|
Quote:
|
|
#230
|
||||
|
||||
|
Quote:
Thanks in advance. |
|
#231
|
||||
|
||||
|
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 |
|
#232
|
|||
|
|||
|
Hello, how to modify the about message to become like this:
![]() I've tried this code: Quote:
Last edited by danswano; 09-03-2013 at 11:38. |
|
#233
|
||||
|
||||
|
Quote:
Unknown identifer 'CreateAppMutex' |
|
#234
|
||||
|
||||
|
Thank you so much for your help.
Work pefectly. I can modify/customize this message and button size? How? Capturar.JPG |
|
#235
|
||||
|
||||
|
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. |
|
#236
|
||||
|
||||
|
Quote:
|
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
Andre Jesus (11-03-2013) | ||
|
#237
|
||||
|
||||
|
|
|
#238
|
|||
|
|||
|
How to skip the Start Menu Folder dialog please?
|
|
#239
|
||||
|
||||
|
you mean "select program group page"? If yes then
Code:
[setup] DisableProgramGroupPage=yes Code:
function ShouldSkipPage(PageID: Integer): Boolean; begin if (PageID = wpSelectProgramGroup) then result:=true; end; Last edited by altef_4; 12-03-2013 at 11:37. Reason: rusult->result |
| The Following User Says Thank You to altef_4 For This Useful Post: | ||
danswano (11-03-2013) | ||
|
#240
|
|||
|
|||
|
Thank you, what about the Ready to Install dialog please?
|
![]() |
|
|
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 |