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)

yener90 12-04-2012 10:13

Quote:

Originally Posted by Ademarpato (Post 401929)
Hello yener90's

Thank you for developing and sharing the CI ...
I downloaded, I have not changed anything and I test the interface standard is at version 8.1, but it is this way;
http://imageshack.us/photo/my-images...tuloaov.png/ #

What could it be? Even changing the images looks like this ... The autorun is normal.

Thanks and sorry for my bad English, I'm from Brazil.

it looks like the Installer cant find the files inside Setup.cab.
Make sure in Setup.cab is a folder named Setup.
if you have problems submit your Setup.cab

yener90 12-04-2012 10:15

Ok new Button engine will come next days:
you can see need a lot of work...
Autorun is already finished.

http://img831.imageshack.us/img831/4919/aggfgfdgsf.jpg

so no more character conversion problems :D

lupetto77 12-04-2012 10:50

Yener90 Thanks for the update ...

Now i try thanks again

Ademarpato 12-04-2012 11:54

Yener90, my Setup.cab is the same one you sent in CI 8.1.
Look at another example, this Batman Arkham City done for you;

http://img560.imageshack.us/img560/4945/semttulokgg.png

I have not modified anything, just opened and it was so, so there is the Setup folder and all files within it.
The Splash is also not being loaded.

yener90 12-04-2012 12:17

so autorun runs normal...
open setup.exe launch until you get to the error and show me the content of the temp folder. its a folder named is-...
it should be 3 folders. one of them has more files. from that folder a screenshot.
im sure...there is something wrong while decompressing files.

why did you disabled pm?!

Ademarpato 12-04-2012 12:50

I do not have disabled the PM ... Not able to send me? Prefer to talk by PM?
We created two folders in the TEMP, follow the prints;

http://img822.imageshack.us/img822/6...ulo1cpiaue.jpg
http://img831.imageshack.us/img831/6129/8cpia.jpg

I did 3 tests;
Win 7 x64 - With issue
Win 7 x86 - With issue
Win XP x86 - Works perfect

kassane 12-04-2012 13:21

I'm having a little problem with the icon of the dxhr setup.dll CI 8.1.0, it was not replaced, then when the autorun appears dxhr.ico and the installer icon appears in my game (the witcher 2).
What do I get the icon of the deus ex HR? It's weird!

I'm finding this new version a bit more complicated! Yener90 update the tutorial CI 8.0 to 8.1.0 ... Please!

yener90 12-04-2012 13:29

rename game icon to setup.ico
compile langscript.iss and launch rename autorun.bat

@Ademarpato
You can see yourself...installer didnt extracted folders properly. setup folder also not extracted. on your system shows corrupted.
will try to fix it next update

lupetto77 12-04-2012 13:40

Sorry yener90 installation asks me why the disk1 what should I do?

Ademarpato 12-04-2012 16:09

Thanks for the support Yener90 ...
I believe there is nothing I can do then except wait for the next update and see if the error continues ...
Thanks again for your attention!

yener90 13-04-2012 06:38

UPDATE 8.2.0
- Fixed button text problems
-> rebuilded completely
- Fixed for some users not appearing pics

Ademarpato 13-04-2012 11:44

Now yes, CI 8.2 is working perfectly on Win 7 x64
Thank you!
Congratulations by the program is practical and really cool!

Ademarpato 13-04-2012 18:44

Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

yener90 13-04-2012 21:08

Sorry forgot really this point -.-
update will appear this afternoon.

kassane 14-04-2012 07:00

Quote:

Originally Posted by Ademarpato (Post 401960)
Yener90, by removing the lines;
MyExecutableIconName2, MyExecutableName2, MyExecutablePath2 and GDFBinary2 from Setup.ini the button would have to disappear, right?
Am I doing something wrong?

http://img525.imageshack.us/img525/2159/exec2.jpg

I solved this problem with two buttons "play" in this way:
Code:

Play2Left=9999 - Play2Top=99999
.
http://desmond.imageshack.us/Himg689...ng&res=landing

Ademarpato 14-04-2012 09:33

I think I found another problem in the extraction ...
Copy the folder CI 8.1 to perform the extraction fails;

http://i44.tinypic.com/206hatt.jpg

If you copy the files to another folder the error persists. Strangely only on desktop copying the error not occurred.

Thanks for new update ... When you provide it will test the buttons.
Thanks again for the support guy :p

yener90 14-04-2012 11:13

UPDATE 8.2.3
- Fixed one executable problem
- added RoundedCornerX and RoundedCornerY in AutorunSettings (Standard Value should be 0)
-> here is a pic if you set both to 200 (look at the corners):
http://img195.imageshack.us/img195/4082/examplesi.jpg
- added ButtonLabelX and ButtonLabelY in AutorunSettings and InterfaceSetting (Standard Value should be 0)
-> for moving the buttons text to left/right or up/down
- small fixes and cleaned code

kassane
percentage in progressbar view doesnt work with my installer :/

Ademarpato
its because path contains characters which is not supported by unzipper.

pakrat2k2 14-04-2012 13:27

no link for 8.2.2 only 7.2.5

alias-as 15-04-2012 04:49

waiting for the 8.2.2 :) ... thanx a lot yener

yener90 15-04-2012 11:18

ok uploaded 8.2.3 :p

lupetto77 15-04-2012 11:49

yener90 Thanks for the update ...

Can you tell me how do I add the second icon is not present in the setup.ini file entries:
MyExecutableIconName2 = L4D2 Launcher.ico
MyExecutableName2 = L4D2 Launcher.exe
MyExecutablePath2 = left 4 dead 2
how do you?

Another thing how do you make the image with rounded corners?

yener90 15-04-2012 12:04

custom icon is not supported in setup.ini.

change(in Files category in InstallSCript.iss):
Code:

Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; Check: SecondExecCheck;

to
Code:

Name: {group}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;
Name: {userdesktop}\{code:MyExecutableIconName2}; Filename: {app}\{code:GetMyAppExePath2}\{code:GetMyAppExeName2}; WorkingDir: {app}\{code:GetMyAppExePath2}; IconFilename: {app}\L4D2 Launcher.ico; Check: SecondExecCheck;

you dont need to make the image like that.
setup makes it itself,
just change in AutorunSettings in Setup.ini
RoundedCornerX=0
RoundedCornerY=0
to for example
RoundedCornerX=200
RoundedCornerY=200

higher values will increase the effect, lower values will decrease

MyExecutableIconName2 => NAME OF SHORTCUT NOT OF THE ICON FILE
MyExecutablePath2...are you sure that your executable is in subfolder?

vendecido33 15-04-2012 12:52

Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

yener90 15-04-2012 12:55

Quote:

Originally Posted by vendecido33 (Post 401989)
Yener90 Thanks for all your work.

One question you have eliminated the cursor to put in the Setup.cab

no no just changed the skin.
will never delete support for anything ;)

vendecido33 15-04-2012 12:57

She said that the 8.2.3 version of Setup.cab is different from the version 8.2.0

mehrdad 15-04-2012 13:16

yener90 How can i change this for no silent install directx:

Launch1=DirectX
Launch164=0
Launch1BeforeInstall=1
LaunchCom1=DXRedist\DXSetup.exe
LaunchArg1=/silent

lupetto77 15-04-2012 13:17

icons are both in the same directory
C: \ Program Files (x86) \ left 4 dead 2
The first creates the second is not

yener90 15-04-2012 13:20

vendecido33
normal...skin changed.

mehrdad
delete from LaunchArg1=/silent -> "/silent"

lupetto77
send me your complete script via pm

lupetto77 15-04-2012 13:48

I sent yener90

vendecido33 15-04-2012 14:54

Yener90 is easy to put another skin in the game Deus Ex Human Revolution in the setup and cript, is that I was easier to edit the images of the buttons.

yener90 15-04-2012 15:05

vendecido33
http://fileforums.com/showthread.php?t=92840
download it...extract it somewhere, open converter.cab, open DEUSEX_HR_DVD1, use the Setup.cab and Setup.ini

lupetto77
will look tomorrow.

vendecido33 15-04-2012 15:19

Thanks Yener90.

That ariamos without you, they miss a crack.

One question is there any way to put icons in the section of any link to a web site name.

Ademarpato 16-04-2012 06:21

Thanks Kassane , your tip had worked, but now yener90 already corrected ...

Thanks for the update and the help yener90

Ademarpato 16-04-2012 06:56

Oh man, I think that the extraction is now with the autorun problem :P

http://i39.tinypic.com/2cz7bio.jpg

The setup is working normal, the fault lies only in the autorun...
My folders have no special character...

yener90 16-04-2012 08:29

UPDATE 8.2.4
- Fixed Autorun extraction problem
- added SetupFontSize option (Standard Value = 0)
=> positive numbers increase/negative decrease the size
- added SmallButtonFontSize option (Standard Value = 7)

Ademarpato 16-04-2012 09:00

Thanks for the update ... It's working normal.

In IC 7.2.5 you can use the images; aInstall, aExit and aPlay to customize the buttons on the Autorun ... How to do it in version 8?

yener90 16-04-2012 09:03

Quote:

Originally Posted by Ademarpato (Post 402010)
Thanks for the update ... It's working normal.

In IC 7.2.5 you can use the images; aInstall, aExit and aPlay to customize the buttons on the Autorun ... How to do it in version 8?

didnt added currently...do you need it?
the normal button is in Autorun\Button.png
every button uses this image.

Ademarpato 16-04-2012 09:18

Yes, i was trying to make the Autorun three different buttons ... The first button would be rectangular, the second with a tip to the left and the third with a tip to the right ... :D

alias-as 17-04-2012 10:44

good afternoon yener :)
i need some help dude i wanna transfer some files to my documents folder "Mes douments in french" to this folder C:\Users\XXXX\Documents\PCX2 ... in setup.ini i put it like that:
FreeArcFile1={src}\Data1.bin;DestDir:%userprofile% \Documents\PCX2\;Disk:1

that's not working .... so if you can give me the correct DestDir code thnx

Ademarpato 17-04-2012 11:59

Quote:

Originally Posted by alias-as (Post 402022)
good afternoon yener :)
i need some help dude i wanna transfer some files to my documents folder "Mes douments in french" to this folder C:\Users\XXXX\Documents\PCX2 ... in setup.ini i put it like that:
FreeArcFile1={src}\Data1.bin;DestDir:%userprofile% \Documents\PCX2\;Disk:1

that's not working .... so if you can give me the correct DestDir code thnx

Hello alias-as,

Use this form;
FreeArcFile1={src}\Data1.bin;DestDir:{userdocs}\PC X2\;Disk:1

{userdocs} is a constant used by Inno Setup for the path;
C:\Users\XXXXX\Documents\


All times are GMT -7. The time now is 10:17.

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