![]() |
[ExtractSettings]
FreeArcFile1={src}\Data1.cab;DestDir:{app};Disk:1; |
Quote:
|
in installerscript.iss Change #define programfiles.... ;#define ProgramFiles....
remove ; from ;#define Internal this will then use the freearc files you specify from setup.ini. |
1 Attachment(s)
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? Attachment 5675 P.S. Please ignore the buttons, i still canīt make it work correctly.:confused: 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.:confused: Thanks in advance. |
Quote:
Use the ISDone for Precomp, srep,sevenzip and etc functions. |
Splash Example
1 Attachment(s)
Splash Example, Makes your source code make this.\
http://imageshack.us/a/img837/498/20130212185121.jpg Credits: Imageshack. |
Quote:
|
Can anyone tell me where to look to fix this, the font are crooped
http://img191.imageshack.us/img191/8092/19862184.jpg It's made with CIU 1.0.0.5 |
the font itself is translated downwards or the height is way more than width unlike other fonts.
|
Quote:
|
Quote:
Or change the font itself. |
Quote:
|
Quote:
|
Can u upload plz
|
Quote:
Code:
%SystemRoot%\Fonts\ |
thanks, but i have to change the font size also
|
Yes.
|
1 Attachment(s)
|
There's any way to integrate a file that depending of wich language the installer is, set up the correct language. Is a system.cfg the file I need.
Code:
ie. |
hey guys i have small problem i need to insert multiple installer.bmp in setup.cab cause i have 4 png images for the installer but it wouldn't work what ever i do because the script made for only one bmp so which lines i have to modify in the script? or is there another way?
also how to insert name on play button like -play dead space 1- instead of just -play- thanks |
How to add registries in Inno Setup.
Instructions 1. Search for Regedit.exe 2. Open Regedit.exe 3. Press Ctrl+F type (ApplicationName) 4. Wait and Select the appropriate Registry. 5. Right click on registry key then select export. 6. Save as (Registry).reg 7. Download this attachment 8. Open attachment 9. Run Convertor.exe 10. Load Saved (Registry).reg 11. Save as (Registry).iss 12. Open .iss with Inno Setup 13 Copy [Registry] content 14. Paste on script. 15. Done!!! |
How do I engage isdone.dll to extract arc files, I use CIU 1.0.0.5 by Yener90
I know that the setup.ini has to had the ExtractSettings I tried several times but no luck, the installer keep asking me for the disc whit the arc file. I use this to compress Code:
arc a -ep1 -r -w.\ -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 [email protected] -dp"%choice1%" .\DVD1\%arc% |
then the archive name and location must agree with setup.ini Extract settings
|
Quote:
Code:
FreeArcFile1=Data1.cab;DestDir:{app};Disk:1; |
did you include arc.ini in setup.cab & use internal compression in ISS script rather then #define programfile line ..??
look at bottom of first post > http://fileforums.com/showthread.php?t=92805 it shows what needs to be there for internal compression ( what you're using ) & how to set it up. |
write {src}\Data1.cab
{src} is for source. |
|
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. |
Quote:
|
Quote:
Thanks in advance. |
Quote:
Code:
[setup] |
Hello, how to modify the about message to become like this:
http://i.stack.imgur.com/qfQMy.png I've tried this code: Quote:
|
Quote:
Unknown identifer 'CreateAppMutex' |
1 Attachment(s)
Quote:
Work pefectly. I can modify/customize this message and button size? How? Attachment 5791 |
2 Attachment(s)
How do the buttons do not appear on every screen?
The description of the buttons is not showing up, how to fix this? Attachment 5795 Attachment 5796 I appreciate the help in advance. |
1 Attachment(s)
Quote:
|
1 Attachment(s)
Quote:
Work fine! Attachment 5801 |
How to skip the Start Menu Folder dialog please?
|
Quote:
Code:
[setup]Code:
function ShouldSkipPage(PageID: Integer): Boolean; |
Thank you, what about the Ready to Install dialog please? :)
|
| All times are GMT -7. The time now is 08:10. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com