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)

pakrat2k2 23-03-2013 08:02

Quote:

Originally Posted by mikey26 (Post 415746)
hi spawniectes i am using ur setup u created(script by yener) and having no issues also i am using win 7 x64 but my installed freearc 0.666 version.also check that your anti virus is not deleting any files from the setup dir eg: from CIU 1.0.0.6 there are files in the included folder that gets deleted by certain antivirus or blocks them which is a false positive.

I ran your bat file, changed the files as needed, & ran the setup.
The ONLY thing that got extracted was the uninstall. The data.cab is too big to fit on 1xdvd5 @ 4.42GB ( autorun / setup files only 50 MB extra ) Using freearc 0.666 not 0.067.

mikey26 23-03-2013 08:13

Quote:

Originally Posted by pakrat2k2 (Post 415752)
I ran your bat file, changed the files as needed, & ran the setup.
The ONLY thing that got extracted was the uninstall. The data.cab is too big to fit on 1xdvd5 @ 4.42GB ( autorun / setup files only 50 MB extra ) Using freearc 0.666 not 0.067.

oops i forgot to says that i did delete the video from the setup.cab.its weird i have updates patches and included the lastest no cd before the compression.its very weird.let me do my install and get the exact size on my install with keep u updated.

pakrat2k2 23-03-2013 08:16

just open data.cab & post what files / folders you have there.

pakrat2k2 26-03-2013 14:43

Too many conversions were being posted elsewhere, with the writers credentials removed. For awhile they stopped writing them altogether, & as such the forum suffered without their input. The source has been given to them & they now write the conversions, without including the updated source. You follow the instructions to create the cabs & the setup extracts it into your choice of location. Its the only way to protect their work, & IF / WHEN they choose to change that it's up to them alone.

Use whats been posted as open source & create using that.

spawniectes 30-03-2013 05:36

Hey guys, there's any way to add shadow to the text on the buttons? for example: a solid black color for shadow and solid white for text

Fabioddq 30-03-2013 07:33

Quote:

Originally Posted by spawniectes (Post 416236)
Hey guys, there's any way to add shadow to the text on the buttons? for example: a solid black color for shadow and solid white for text

Nope. Text shadow support starting on closed source. (CIU 1.0.1.0)

spawniectes 30-03-2013 07:43

Quote:

Originally Posted by Fabioddq (Post 416243)
Nope. Text shadow support starting on closed source. (CIU 1.0.1.0)

To bad, i dont have the luck to be one of the lucky ones that have access to that source. thanks anyway.

BAMsE 30-03-2013 15:45

1 Attachment(s)
BUGS REPORT for CIU 1.0.1.2 (Win7 x86)

#1 - uninstalling displays a small window:
Attachment 5941

#2 - installer minimizing stops working after asking for the next disc

I don't know the next two are bugs or maybe result of some system fault

#3 - crashing after canceling installation on next disc request
Code:

Runtime Error (at 774:6855):Access violation at address 7728C349 in module 'kernel32.dll'. Write of address 00570662.
#4 - random crashes when uninstalling (sometimes works, sometimes not at the same install)
Code:

Runtime Error (at 774:6855):Access violation at address 746BC144 in module 'GDIPlus.DLL'. Read of address 002F05CE

Fabioddq 30-03-2013 16:30

Quote:

Originally Posted by BAMsE (Post 416289)
BUGS REPORT for CIU 1.0.1.2 (Win7 x86)

#1 - uninstalling displays a small window:
Attachment 5941

#2 - installer minimizing stops working after asking for the next disc

I don't know the next two are bugs or maybe result of some system fault

#3 - crashing after canceling installation on next disc request
Code:

Runtime Error (at 774:6855):Access violation at address 7728C349 in module 'kernel32.dll'. Write of address 00570662.
#4 - random crashes when uninstalling (sometimes works, sometimes not at the same install)
Code:

Runtime Error (at 774:6855):Access violation at address 746BC144 in module 'GDIPlus.DLL'. Read of address 002F05CE

Yep, i have #3 and #4 sometimes.

yener90 30-03-2013 18:23

unfortunately this happens on bad combinations of files or settings.
did you used internal method??

will check this out.

Fabioddq 30-03-2013 19:40

Quote:

Originally Posted by yener90 (Post 416298)
unfortunately this happens on bad combinations of files or settings.
did you used internal method??

will check this out.

I think when i cancel the installation using button cancel on SmallInstaller.

I noticed other thing in finished page. If i disabled the music during install, when the finished page appears, the equalizer button is enabled with stripes frozen.

BAMsE 31-03-2013 07:08

Quote:

Originally Posted by yener90 (Post 416298)
did you used internal method??

Nope. I'm using external only.

Razor12911 03-04-2013 07:08

There isn't a feature like that in CIU 1.0.0.6

BAMsE 14-04-2013 08:22

1 Attachment(s)
Some updates in PL translations (in 21st century installer still asks me for... floppies :p)

Razor12911 16-04-2013 10:26

use a timer and boolean,

in IS enhanced edition, use ttimer function in normal inno setup use settimer and killtimer using innocallback.dll

johnnyusa 19-04-2013 03:08

Hi guys, wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.

pakrat2k2 19-04-2013 05:50

doesnt matter it doesnt extract complete source code for ISS script, it stops at code section. so all it actually extract is images, sounds etc.

Joe Forster/STA 19-04-2013 08:05

Quote:

Originally Posted by johnnyusa (Post 417286)
wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.

Oh, my god, copy protection on free software, that's sick! Real life just doesn't work this way. You need to change your attitude towards your users instead and accept that your stuff will be reused. If you don't like that, don't release stuff.

altef_4 19-04-2013 10:28

Quote:

Originally Posted by johnnyusa (Post 417286)
Hi guys, wonder if there is any way to block unpacking with http://innounp.sourceforge.net/ because it gives access to your iss source and all files.

if you realy need this, try modified inno setup from restools (enhanced edition).

huavancuong098 19-04-2013 23:44

1 Attachment(s)
I have a number of errors in the use of CI. Although I have changed the icon but it is still the old icon. When I finished Resident Evil 6 repack it back on unpack errors. Although still in the setup.ini file unzip command. I sent setup.cab file, icon and setup.ini. Hope you can help me solve this problem. Thank you!

Th3Raven 29-04-2013 05:09

Quote:

Originally Posted by BAMsE (Post 416289)
BUGS REPORT for CIU 1.0.1.2 (Win7 x86)

#1 - uninstalling displays a small window:
Attachment 5941

#2 - installer minimizing stops working after asking for the next disc

I don't know the next two are bugs or maybe result of some system fault

#3 - crashing after canceling installation on next disc request
Code:

Runtime Error (at 774:6855):Access violation at address 7728C349 in module 'kernel32.dll'. Write of address 00570662.
#4 - random crashes when uninstalling (sometimes works, sometimes not at the same install)
Code:

Runtime Error (at 774:6855):Access violation at address 746BC144 in module 'GDIPlus.DLL'. Read of address 002F05CE

I get the same errors ( #3 and #4 ) on Win 8 x86

yener90 29-04-2013 06:42

Dudes, uninstall errors are happening because of the protection.

I will rebuild uninstaller for CIMetro.
Then will port it over to CIU.

New CIU + CIMetro will not have an included Setup.ini configuration, when using internal :)

Demonn 29-04-2013 14:57

Good yener90 in the end you will release your CIU 1.0.1.2 because I like to make my game installers from your new version.

And I see that only those that create conversions have that version, and if you tneido problems with other users, I guess we have to blame others.

Thanks and regards.

Cesar82 04-05-2013 22:12

Question
 
Yener if possible answer me
Referring to the bug (bug in music button) in my conversion Darksiders 2. I think I found a solution.
In your Script CIU 1.0.0.6 (InstallScript.iss) I changed two lines in InstallScript.iss.
Lines: 3339 and 8018

Line 3339
Original command:
ImgSetVisibility(MusicBtn.Btn,False);
I changed to:
ImgSetVisibility(MusicBtn.Btn,Visible);

Line 8018
Original command:
ImgSetTransparent(MusicBtn.Btn,255);
I changed to:
ImgSetTransparent(MusicBtn.Btn,0);

I wish I knew if I can upload the modified InstallScript.iss in my post?
This change will affect on errors in other projects?

GKP0888 05-05-2013 09:09

i have a problem. everytime i execute setup.cab cryptor, it makes my setup.cab file disappear. really wierd. i use CIU 1.0.0.6 . my system : win8 pro x64 . does any one know where i can get newest CIU ? thx in advanced....

pakrat2k2 05-05-2013 09:17

Quote:

Originally Posted by GKP0888 (Post 417852)
i have a problem. everytime i execute setup.cab cryptor, it makes my setup.cab file disappear. really wierd. i use CIU 1.0.0.6 . my system : win8 pro x64 . does any one know where i can get newest CIU ? thx in advanced....


thats the wrong way to execute it. you have your setup files ( how it would be IF it were it a setup.cab ) in a Setup folder then execute the setup.cab cryptor. this makes the setup.cab with password, also adds the encrypted password line to setup.ini.

GKP0888 05-05-2013 10:00

OK. got it now.. thanks pakrat2k2...

NamelessOne 05-05-2013 14:12

I'm having some problems lately, and I'm not sure is it CIU related or not, but my cab files (packed with Fabiodq and Peterf1999 method) won't unpack during installation. It says Compression method unknown bla, bla, bla and the installation stops. I've made couple of conversions but I can't test them properly because of this. I really don't know what's the problem. I haven't had it before.

P.S.
I've tried CIU 1.0.6 and older ones. It's the same on all of them.

Fabioddq 05-05-2013 16:33

You add PrecompVer=inside in Setup.ini?
I think, you must put arc.ini in Setup.cab too. But for me, works without arc.ini.
Or maybe, you used a compression method that is not supported.

NamelessOne 06-05-2013 09:08

Quote:

Originally Posted by Fabioddq (Post 417861)
You add PrecompVer=inside in Setup.ini?
I think, you must put arc.ini in Setup.cab too. But for me, works without arc.ini.
Or maybe, you used a compression method that is not supported.

Level of my stupidity at this moment is unmeasurable, oh great Fabioddq :( I'm not worthy. I'm not worthy :( Thanks for this, Fabioddq. I completely forgot about this part :D New conversions are on the way :D

gatosky1620 06-05-2013 11:12

please Yener can you add the cui 1.0.1.2 scrip
 
please Yener can you add the cui 1.0.1.2 scrip

NamelessOne 07-05-2013 13:47

Yener, any way I can put the "input serial number" screen in my conversion so that the users can input their own serial numbers during installation? Thanks in advance :)

yener90 10-05-2013 05:09

Quote:

Originally Posted by NamelessOne (Post 417892)
Yener, any way I can put the "input serial number" screen in my conversion so that the users can input their own serial numbers during installation? Thanks in advance :)

not possible.
i will try to implement this.

main problem here is, that those keys will not used in origin form in registry etc.
do you have any plans how to fix this?

NamelessOne 10-05-2013 12:08

1 Attachment(s)
Quote:

Originally Posted by yener90 (Post 417955)
not possible.
i will try to implement this.

main problem here is, that those keys will not used in origin form in registry etc.
do you have any plans how to fix this?

Let's say we put example as a default serial number. Here's what I mean:

Attachment 6235

It depends on how does the serial key looks in the registry. Of course, the maker of the installer needs to enter this example so the end user would know how to enter its serial key because some games change their serial key form in the registry as you've mentioned . I hope you know what I mean :)

gatosky1620 13-05-2013 14:28

please Yener i need the cui 1.0.1.2 scrip

yener90 20-05-2013 09:25

CIU 2:
http://imageshack.us/a/img824/1531/ciu2.jpg

Will port most of the metro features. ;)

nicola16 20-05-2013 09:55

Quote:

Originally Posted by yener90 (Post 418280)
CIU 2:
http://imageshack.us/a/img824/1531/ciu2.jpg

Will port most of the metro features. ;)

Much better and graphically good.
I do not like the other meter.

MartinezPL 20-05-2013 14:28

Quote:

Originally Posted by yener90 (Post 418280)
CIU 2:
http://imageshack.us/a/img824/1531/ciu2.jpg

Will port most of the metro features. ;)

Looks very promising :))

spawniectes 21-05-2013 14:07

How can I change the size of the cursor.cur on CIU, 'cause a make a custom cursor size 12x17 but when i run the installer the cursor is 32x32 and it looks awful.

Fabioddq 21-05-2013 16:55

Quote:

Originally Posted by spawniectes (Post 418351)
How can I change the size of the cursor.cur on CIU, 'cause a make a custom cursor size 12x17 but when i run the installer the cursor is 32x32 and it looks awful.

I'm not sure but i think is not possible because the cursor is not editable. Someone correct me if i'm wrong. :D


All times are GMT -7. The time now is 04:34.

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