![]() |
Quote:
|
if you used inno setup preprocessor you would define the value like this.
#define AppName "Street Fighter" then at this stage you would do this WizardForm.DirEdit.Text:=AddBackslash(DirTreeView. Directory) + '{#AppName}' it will automatically write Street Fighter. |
It worked, thanks.
|
you can also do this
#define AppName "Street Fighter" #define AppPublisher "Capcom" [Setup] AppName={#AppName} AppPublisher={#AppPublisher} AppVerName={#AppName} |
Oh man, this is so much better and a time saver, thank you very much :)
|
1 Attachment(s)
Project
Converter Progress Convertor Design=75% Compressor=0% Preview http://img853.imageshack.us/img853/2...0404150708.jpg Credits Imageshack: Photo Uploads Download |
Looks interesting.
|
Hi guys, I have a doubt, I making the conversion for gears of war and the registry key that I have is for x64 windows 'cause is what I have installed.
Code:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: SetupPath; ValueData: {app}\binaries\; Flags: uninsdeletevalue uninsdeletekeyifempty |
Quote:
|
Quote:
Code:
Root: HKLM; SubKey: SOFTWARE\Wow6432Node\Microsoft\Microsoft Games\Gears of War; ValueType: expandsz; ValueName: SetupPath; ValueData: {app}\binaries\; Flags: uninsdeletevalue uninsdeletekeyifempty; Check: IsWin64; |
Hi!, I'm having a little problem, two problems indeed, I used CIU 1.0.0.6 to make a conversion, in the small installer the first problem is that i need to move the music and cancel buttons towards the center a little, you can see the reason in the attached image, i searched in the script but i couldn't find any button property that allow me to do that, I also try several modifications in setup.ini but the only thing i can achieve was make the buttons dissapear completely, the second problem is that an equalizer button appears in the small installer but i don't know why, it was there before i make any modifications and i haven't been able to make it dissapear, in other conversion i,ve made it isn't there. thanks in advance
http://img268.imageshack.us/img268/1786/installerk.jpg |
try setting ( in setup.ini )
[EqualizerButton] Left=0 Top=0 Width=0 Height=0 see if that makes it disappear ? also further down [EqualizerButtonAR] Left=535 Top=333 Width=31 Height=120 Visible=1 change to 0 ? |
Quote:
Edit: I also tried this for the button issue: I added this to setup ini: [SmallCancelButton] Width=92 Height=20 FontSize=10 Top= Left= it works but ignores Top or Left parameters no matter the value. I've also noticed that theres no function defined for X or Y Position for small buttons in the script maybe thats the answer |
Quote:
|
|
Quote:
|
Some parts of it if i have time ill continue on this
Code:
eng.WelcomeMessage1_1=Bienvenue |
@ferv look HERE for CIU 1.0.0.6 smallinstaller placement. Have fun
|
There is some problem. Progressbar not showing with installer.
1. http://i46.tinypic.com/2uo0tg7.jpg I'm using #define ProgramFiles "F:\Program Files (x86)\Massive" 2. Time Remaining always say Test Run with compressed precomp and srep files. FIXED Bad English sorry. And there is script: Black_Box_Script_By_Kurutucu_V1.0.rar |
1 Attachment(s)
Quote:
Code:
;#define recordsCode:
#define records2. Put attached records.inf in ISDone folder Sorry for English |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Problem 2 fixed but 1 not fixed. |
will help you with problem one.
|
Hello dear Razor,
I have a problem with your last mod to install destination hack you provided: if i use for example this name: #define AppName "Clive Barker's Jericho" i get this error: Unknown identifier 's' but like this #define AppName "Clive Barkers Jericho" everything is fine is it possible to use suck names? |
1 Attachment(s)
Quote:
filename label is missing.. |
Hello y_thelastknight,
Do you AGB Golden Team compression method (parameter)? |
Quote:
|
Ah dude, this method is very common and can be found everywhere, i can't achieve a smaller size with repacks.
Do you have something better for better compression ratio? |
Quote:
http://i46.tinypic.com/2432a88.jpg |
Ask
How do I make Publisher & Game Version? because when once in Compile and Install detected only in the title game alone .. The following Screen Shoot
http://fileforums.com/attachment.php...1&d=1365207659 1. Tittle game 2. Publisher (empty) 3. Version (not the numbers but the game title) Thanks :) |
Quote:
|
thank, i want to known how yener90 can create compress.bat to create repack. In topic of Kurutucu blackbox script. In don't know how to create repack with hight compress file with arc. Can you help me?
|
i want to ask some question. Yener90 how can create interface setup, can you help me to create this same blackbox repack!Thank!
|
Quote:
|
i don't known this, can you help me!
|
Hello dear Razor,
I have a problem with your last mod to install destination hack you provided: if i use for example this name: #define AppName "Clive Barker's Jericho" i get this error: Unknown identifier 's' but like this #define AppName "Clive Barkers Jericho" everything is fine is it possible to use such names? |
never use apostrophes. the inno preprocessor projects what ever is written to the specified point, now if you include an apostrophe, it is like you are breaking a circle of some sort, for example in a situation like this.
ExpandConstant('{#appname}'); then it will be like this, ExpandConstant('Clive Barker's Jericho'); now there are there apostrophes, like in English but called quotation marks, when you quote, there has to be an opening quotation and the closing quotation, he asked "who wants to die tonight?" |
| All times are GMT -7. The time now is 09:05. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com