FileForums

FileForums (https://fileforums.com/index.php)
-   Conversion Tutorials (https://fileforums.com/forumdisplay.php?f=55)
-   -   yener90's Inno Project Source Codes (https://fileforums.com/showthread.php?t=91563)

sulfurum1989 11-03-2012 19:21

Quote:

Originally Posted by yener90 (Post 401315)
dudes i will take time out, got some business etc.
will be back again after 3-4 months bro's ;)

Thanx for the updates yener ,is a great person for share your amazing installers with us , and not be selfish like other users who refuse to share the code

it is much appreciated

thanks for the awesome work Yener, and thanks to pakrat & Bamsee , are Great users , teachers :)

Sisah 12-03-2012 02:13

Thx for source but can anyone tell me why if i compress files im still getting error "unsupported compression method" srep+lzma:177mb:normal:bt4:128:mc1000:lc8"

puro 12-03-2012 22:16

Hi!

When I compiling yener latest script i get this error
http://www.imageserve.info/img_store...63c6dc3098.jpg
The complier version is 5.4.3.a
Whats wrong?

Edit: I tried the unicode version and everything's fine

Th3Raven 15-03-2012 00:53

Thx
 
THX yener90 for your hard work and for sharing with us(the mortals) your C.I.'s.
I can't wait to have the 8.0.0 version of the C.I.
Best Wishes from Romania.

yener90 15-03-2012 06:05

ISSkin Support in CI 8.0.0 :D

http://img193.imageshack.us/img193/2027/isskin.jpg

Difference:
- The window bar
- Checkboxes
- Edit background
- Buttons

i didnt planned that i would solve so fast all the issues of CI 8.0.0 :D

Fabioddq 15-03-2012 10:59

Excellent Yener90. Thanks for the upgrade!
I'm wait for CI 8.0.0!
By the way, how do i change the icon from Install.exe and Setup.exe?
I tried to Resource Hacker, but not getting success.
Thanks for help!

pakrat2k2 15-03-2012 11:30

edit the ISS script & recompile it

Fabioddq 15-03-2012 19:21

Quote:

Originally Posted by pakrat2k2 (Post 401431)
edit the ISS script & recompile it

I tried to this Pakrat, but not worked. What line i have to edit?
Thanks!

pakrat2k2 15-03-2012 19:28

under [setup]
SetupIconFile=Setup.ico

Fabioddq 15-03-2012 20:24

Quote:

Originally Posted by pakrat2k2 (Post 401435)
under [setup]
SetupIconFile=Setup.ico

After compilation, continues the same icon :eek:
I used CI 7.2.5.
Look:

https://lh5.googleusercontent.com/-g...s800/Trine.jpg

napalmguy 15-03-2012 20:56

@Fabioddq

try deleting the icon cache in windows

Th3Raven 16-03-2012 00:20

Quote:

Originally Posted by Fabioddq (Post 401436)
After compilation, continues the same icon :eek:
I used CI 7.2.5.
Look:

https://lh5.googleusercontent.com/-g...s800/Trine.jpg

Rename the "SetupIconFile=Trine.ico" to "SetupIconFile=Setup.ico" and leave it that way(for any compile you will ever make).
Now rename your icon file to "Setup.ico" and it should work.
BTW only the Install.exe icon will change, because when you compile the script, it will change every time,and he will have the Setup.ico you want.

yener90 16-03-2012 00:57

If you compile langscript.iss then also setup.exe icon will be changed.

BAMsE 16-03-2012 01:31

Fabioddq icon cache stores your old icons. Try to move setup.exe / install.exe to another folder and you'll see proper icon

yener90 16-03-2012 02:48

UPDATE 8.0.0
- finally jpg/png support -> bmp support completely deleted
- flash support
- ISSkin support
- lot of more...
- DarkISSkin deleted -> now you can use ISSkin

Fabioddq 16-03-2012 05:58

Thank you guys for help! I solved!
Anyway, i used CI 8.0.0. :D

Fabioddq 16-03-2012 23:00

Hey Yener, I noticed that the sound click of the button "Custom installation" is exchanged.
When clicked the sound that enters is the "ButtonOnMouse" when it should be the sound of the "Button" click.
If you can check this! :D
Thanks for the updates! :)

darshana 17-03-2012 21:34

Yener90

Thank you very much for adding JPG and PNG support.

I put the "Tiger.cjstyle" as "setup.cjstyle" in to setup.cab and it works great.Here's a a snapshot.

http://img804.imageshack.us/img804/6213/jc2h.jpg

CJSTYLE FILE: http://www.mediafire.com/?w7w8s4bgkdtb9wm

11rd 18-03-2012 07:29

How to add to Inno Setup?

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sims]

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Sims\The Sims 3]
"Country"="TH"
"SKU"=dword:00000007
"DisplayName"="The Sims 3"
"Install Dir"="J:\\Program Files\\Electronic Arts\\The Sims 3"
"Locale"="en-US"
"Telemetry"=dword:00000000
"InstallStart"=dword:00000000
"ProductID"=dword:000003e9
"ExePath"="J:\\Program Files\\Electronic Arts\\The Sims 3\\Game\\Bin\\TS3.exe"

yener90 18-03-2012 07:35

look at tutorial section last point ;)

http://fileforums.com/showthread.php?t=92805

Fabioddq 18-03-2012 11:11

I'm not able to use the Japanese and Russian languages​​. This returns several "?????????". Can anyone help?

This line in Setup.ini is correct:

Lang=en,de,fr,es,it,prbr,cz,pl,jp,ru

yener90 18-03-2012 11:33

its normal :/
unfortunately buttons only support ansi characters.
this means if your system supports the language it will be shown correct there.
on other systems not.

silviugut 18-03-2012 19:12

I have a problem with placing rows in the installation menu! I used C.I. 7.2.5, the conversion works perfectly but I want to fix this:
http://img88.imageshack.us/img88/3029/3copywr.jpg
How can I fix?Thanks!

thedarkman 18-03-2012 19:16

i have problem too, error at end installation :(
http://www.imagedum.com/images/970_error.jpg

Thanks!

yener90 18-03-2012 20:39

silviugut
increase TextPositionHeight

thedarkman
show me your setup.ini and setup.cab :/

pakrat2k2 18-03-2012 20:40

Quote:

Originally Posted by Fabioddq (Post 401503)
I'm not able to use the Japanese and Russian languages​​. This returns several "?????????". Can anyone help?

This line in Setup.ini is correct:

Lang=en,de,fr,es,it,prbr,cz,pl,jp,ru

easier fix.... just remove those languages from ( jp,ru ) from the lang= line
then they dont show up at all.

Fabioddq 18-03-2012 20:54

Quote:

Originally Posted by pakrat2k2 (Post 401513)
easier fix.... just remove those languages from ( jp,ru ) from the lang= line
then they dont show up at all.

:eek:
LOL, i removed these languages. :p
Thanks for reply! :D

thedarkman 19-03-2012 00:04

1 Attachment(s)
Quote:

Originally Posted by yener90 (Post 401512)
thedarkman
show me your setup.ini and setup.cab :/

here, im using internal installation
and my background only show 1.jpg :confused:

sory my bad english, thanks
:D

silviugut 19-03-2012 00:15

I have the same problem as thedarkman: a single image throughout the installation!

http://img805.imageshack.us/img805/1874/setup1.jpg
http://img189.imageshack.us/img189/9466/setup2pk.jpg

yener90 19-03-2012 00:34

ok dudes realized the problem now.
its because of the internal installation.
will solve next update.

yener90 19-03-2012 01:00

UPDATE 8.0.1
- fixed button sound on custom install and back button
- added flash animation in installer
- added custom font color for small installer
- fixed background image error while using internal installation
- all 4 big buttons are customizable now

good news :D
fixed youre errors now ;)

thedarkman 19-03-2012 02:36

Quote:

Originally Posted by yener90 (Post 401520)
UPDATE 8.0.1
- fixed button sound on custom install and back button
- added flash animation in installer
- added custom font color for small installer
- fixed background image error while using internal installation
- all 4 big buttons are customizable now

good news :D
fixed youre errors now ;)

i will try! Thanks :D
:D

------------------------------
Edit: Error after splash logo
http://img716.imageshack.us/img716/4319/79569378.jpg

vendecido33 19-03-2012 07:27

Good Yener90.
I wanted to ask you something, I'm using your script but I have a question you can add a paragraph that creates icons for the desktop to create more folders according to the game. I'm trying to get more than one game in the same pack.

yener90 19-03-2012 08:26

Quote:

Originally Posted by thedarkman (Post 401522)
i will try! Thanks :D
:D

------------------------------
Edit: Error after splash logo
http://img716.imageshack.us/img716/4319/79569378.jpg

hmm did you tried it with your archive?
tested here works perfekt.

shanrq 19-03-2012 21:41

yener can you give me script for making setup.dll for CI 8.. if allowed.. its kind like something missing.. :p

senseman 23-03-2012 10:00

yener

an error in the autorun in the Turkish version of close button CI 8.0.1

My ss
http://g1203.hizliresim.com/v/r/3sbdx.jpg

Another PC
http://g1203.hizliresim.com/v/r/3sbfs.jpg

http://b1203.hizliresim.com/v/r/3sh6l.jpg

yener90 23-03-2012 14:47

unfortunately i cant fix it currently :/
i used for button an external dll and it doesnt support unicode characters.
only ansi. if your system supports the language it will show correct.
on an other pc seems not to support turkish characters and therefore converts to compatible character, here: I
font shows it correct.
on your system it should show correct, but the font doesnt support turkish characters.

senseman 24-03-2012 14:19

OK. thanks bro

also...delete font.tff in setub.cab...it works (İ) def

pakrat2k2 24-03-2012 19:32

Quote:

Originally Posted by senseman (Post 401641)
OK. thanks bro

also...delete font.tff in setub.cab...it works (İ) def

you could also replace the font, with one that displays properly for you

BAMsE 25-03-2012 01:42

It's really not hard to edit font, add new character, copy & paste "Y" contour, copy & paste desired glyph "," from another character or comma and rename new character (in this case probably "Yacute") :)


All times are GMT -7. The time now is 21:19.

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