FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   INNO TROUBLESHOOT - Questions Here (https://fileforums.com/showthread.php?t=93193)

JacksMafia 19-08-2012 20:41

ok now i'm able to deal with the registry keys very good but just one question left
how to create sub-folder in a folder ? i have tried many times with no luck

anyone knows?
thanks

FatalError 20-08-2012 02:23

How to hide main progress bar?

REV0 20-08-2012 03:10

Quote:

Originally Posted by JacksMafia (Post 405584)
ok now i'm able to deal with the registry keys very good but just one question left
how to create sub-folder in a folder ? i have tried many times with no luck

anyone knows?
thanks

Sub-folder in a folder ?

You're using FreeArc ?

Quote:

Originally Posted by FatalError (Post 405591)
How to hide main progress bar?

Why you need to hide it anyway :confused:

yener90 20-08-2012 03:41

hiding progressbar xD
you can set moveprogressbar in interfacesettings to 5000 to hide it.

FatalError 20-08-2012 03:59

Quote:

Originally Posted by yener90 (Post 405599)
hiding progressbar xD
you can set moveprogressbar in interfacesettings to 5000 to hide it.

Okey,How to move progress bar and extracting file item label?

JacksMafia 20-08-2012 07:00

Quote:

Originally Posted by REV0 (Post 405597)
Sub-folder in a folder ?

You're using FreeArc ?

maybe i didn't explain much i mean in the registry like this :)
http://img838.imageshack.us/img838/6894/26422814.jpg

thanks

REV0 20-08-2012 07:18

Quote:

Originally Posted by JacksMafia (Post 405610)
maybe i didn't explain much i mean in the registry like this :)
http://img838.imageshack.us/img838/6894/26422814.jpg

thanks

simple. I'll given an example:

Publisher: EA (leave it in regkey as it is)

Appname: Need for Speed Most Wanted (leave it in regkey as it is)

"SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \ergc\blabla..

You know the rest i believe :D

JacksMafia 20-08-2012 07:20

Quote:

Originally Posted by REV0 (Post 405612)
simple. I'll given an example:

Publisher: EA (leave it in regkey as it is)

Appname: Need for Speed Most Wanted (leave it in regkey as it is)

"SOFTWARE\{code:GetAppPublisher}\{code:GetAppName} \ergc\blabla..

You know the rest i believe :D

that was fast and yeah i know the rest
one more question i made 2 dvd for my game the additional installation folder exist on the 2 dvd so if i choose to install dx or vcredist it runs fine but if i choose to not install dx or vcredist the installation of the game finish with out of range error game installed fine but this out of range error really kills me
any ideas ?!!!!
thanks mate

FatalError 22-08-2012 03:51

ISSI duplicates...
not working this;

#define ISSI_UseMyInitializeWizard

procedure ISSI_InitializeWizard();
begin

end;

or how to use different InitializeWizard();

Please Help..!!

and

How to move progress bar and extracting file item label?

pakrat2k2 22-08-2012 16:41

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.

FatalError 23-08-2012 00:57

Thank You!!But its only yener90's script?Don't working my script.

pakrat2k2 23-08-2012 19:58

Quote:

Originally Posted by FatalError (Post 405678)
ISSI duplicates...
not working this;

#define ISSI_UseMyInitializeWizard

procedure ISSI_InitializeWizard();
begin

end;

or how to use different InitializeWizard();

Please Help..!!

and

How to move progress bar and extracting file item label?

you wrote & I replied for the first part... which again is simple to see what you have wrong..

#define ISSI_UseMyInitializeWizard
--> bold part is missing from procedure line...

procedure ISSI_UseMyInitializeWizard();
begin
.
.
.
.
end;

FatalError 24-08-2012 05:33

Quote:

Originally Posted by pakrat2k2 (Post 405748)
you wrote & I replied for the first part... which again is simple to see what you have wrong..

#define ISSI_UseMyInitializeWizard
--> bold part is missing from procedure line...

procedure ISSI_UseMyInitializeWizard();
begin
.
.
.
.
end;

Don't work but I'm trying update issi file.Will be working now...

jksengko 19-09-2012 21:29

how to auto launch settings.exe after install finish yener90's inno script

REV0 20-09-2012 02:45

Quote:

Originally Posted by jksengko (Post 406787)
how to auto launch settings.exe after install finish yener90's inno script

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.


All times are GMT -7. The time now is 01:33.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com