Go Back   FileForums > Game Backup > PC Games > PC Games - CD/DVD Conversions > Conversion Tutorials
Register FAQ Community Calendar Today's Posts Search

View Poll Results: Should installations compiled with Installer Creator be protected using methods.
Yes, I'd like all my installations to be protected. I don't want people to steal my ideas. 1 16.67%
No, I like to share my ideas because it may open new paths for other people. 5 83.33%
Voters: 6. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #511  
Old 09-01-2014, 01:40
riodsa123 riodsa123 is offline
Registered User
 
Join Date: Oct 2013
Location: satan house
Posts: 48
Thanks: 45
Thanked 7 Times in 6 Posts
riodsa123 is on a distinguished road
Quote:
Originally Posted by devashishchandgupta View Post
please tejl me how to remove credits
please razor tell me.
my question is why? and for what you want remove the credits?

the credits is have no problem. and you should atlast let razor credit himself. why? because this Software is awesome and FREE. easy and simple to use for Beginners like me. and more easy than Inno setup
Reply With Quote
Sponsored Links
  #512  
Old 09-01-2014, 05:52
HellRazor HellRazor is offline
Registered User
 
Join Date: Mar 2007
Location: Q'onos
Posts: 182
Thanks: 213
Thanked 103 Times in 56 Posts
HellRazor is on a distinguished road
Quote:
Originally Posted by riodsa123 View Post
my question is why? and for what you want remove the credits?

the credits is have no problem. and you should atlast let razor credit himself. why? because this Software is awesome and FREE. easy and simple to use for Beginners like me. and more easy than Inno setup
Because Warez groups want to use this to make and release their own Repacks and repeat the history?
First time yener disappeared, it was because of this... People taking his work and removing the credits. Razor hardcoded that part and it can't be removed.
Reply With Quote
The Following User Says Thank You to HellRazor For This Useful Post:
4tRUst (18-01-2014)
  #513  
Old 09-01-2014, 07:10
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by devashishchandgupta View Post
please tejl me how to remove credits
please razor tell me.
I had enough with scumbags like you, we all had. Even if Razor used yener's code for some part of his CI, caused yener's leave from fileforums, you learned nothing.

While i dont use nor like CD, seems he spent enough time on this application to make things easier for noobs like you (if he didnt grab the source from elsewhere again), and yet you still whine about how to remove his and even translators' names.

LOL

ROFL

ROFLLOL

I decided to leave FF like yener did right after he left, seems i'm not gonna regret about it, considering your species still exist in here and havent learned any-fucking-thing since the beginning. I reaaaalıy fed up with your kind mate.

Just wanted to say it.
Reply With Quote
The Following 3 Users Say Thank You to REV0 For This Useful Post:
4tRUst (18-01-2014), kassane (10-01-2014), pakrat2k2 (09-01-2014)
  #514  
Old 09-01-2014, 10:25
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 168 Times in 79 Posts
oltjon is on a distinguished road
Quote:
Originally Posted by devashishchandgupta View Post
Hey razor i am from a repacking group so youknow i really love your IC i wanna know can you please remove the credits after installation and can you please add the latest PRECOMP SREP and ARC?? i want it compress the game with maxARCH maxSREP maxPRECOMP and with 1024 or 512 MB ram can you do it? please??
it was better if you sent an MP

so if he wants to make you the favor
Reply With Quote
  #515  
Old 09-01-2014, 20:27
riodsa123 riodsa123 is offline
Registered User
 
Join Date: Oct 2013
Location: satan house
Posts: 48
Thanks: 45
Thanked 7 Times in 6 Posts
riodsa123 is on a distinguished road
Quote:
Originally Posted by HellRazor View Post
Because Warez groups want to use this to make and release their own Repacks and repeat the history?
First time yener disappeared, it was because of this... People taking his work and removing the credits. Razor hardcoded that part and it can't be removed.
i see thats why and faggot like him should be DISSAPEAR FROM THIS WORLD.
i dont believe this rofl. some people just want remove Credits for FUCK REASON.
Reply With Quote
  #516  
Old 09-01-2014, 21:24
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
riodsa123 & everyone else... be very careful how you speak/write in this forum. I too, don't care for the request nor his 'reasons' behind it, but I don't need to swear when I reply, nor should you OR anyone else here. If you don't like a post, then report it, and let the forum mods handle it.
Reply With Quote
  #517  
Old 10-01-2014, 06:29
pcgamer352 pcgamer352 is offline
Registered User
 
Join Date: Jan 2013
Location: indonesia
Posts: 30
Thanks: 159
Thanked 9 Times in 7 Posts
pcgamer352 is on a distinguished road
please help me, i got this error after installing "installer creator" and offline update...when it done

i double click installer creator shortcut and this error appear..



please help me
Reply With Quote
  #518  
Old 10-01-2014, 08:16
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
another update pending don't worry.

I'm afraid not, Credits cannot be removed like y_thelastknight said, and also what riodsa123, this is a freeware software and a lot of people spent their time bringing up this program so it can't be done.

and altef_4, y_thelastknight, logrim, pakrat2k2, sentinelks; I finally did this function to read imported regs. can y'all understand it? it can read strings, dword and binary, I'll have to move on to Multistring and ExpandString Soon.

Can't believe I can do such at my age. I'll kill everyone when I get to varsity.

Code:
var
  X: Integer;
  RegType: String;
  FirstLine: Boolean;
begin
  OpenDialog1.Filter := 'Registry Files (*.reg)|*.reg';
  if OpenDialog1.Execute then
  begin
    if FileExists(OpenDialog1.FileName) then
    begin
      Memo1.Lines.LoadFromFile(OpenDialog1.FileName);
      X := 1;
      FirstLine := True;
      repeat
        RegType := AnsiLeftStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
          Length(Memo1.Lines.Strings[X + 2]) -
          Length(ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2], AnsiPos('=',
          Memo1.Lines.Strings[X + 2]) - 1), '"', '')) - 3),
          AnsiPos(':', AnsiRightStr(Memo1.Lines.Strings[X + 2],
          Length(Memo1.Lines.Strings[X + 2]) -
          Length(ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2], AnsiPos('=',
          Memo1.Lines.Strings[X + 2]) - 1), '"', '')) - 3)));
        if (RegType = 'dword:') or (RegType = 'hex:') or
          (AnsiPos('"="', Memo1.Lines.Strings[X + 2]) <> 0) or
          (AnsiPos('@="', Memo1.Lines.Strings[X + 2]) <> 0) or
          (AnsiPos('@=dword:', Memo1.Lines.Strings[X + 2]) <> 0) or
          (AnsiPos('@=hex:', Memo1.Lines.Strings[X + 2]) <> 0) then
        begin
          StringGrid6.RowCount := StringGrid6.RowCount + 1;
          if FirstLine then
          begin
            FirstLine := False;
            StringGrid6.Cells[0, StringGrid6.RowCount - 1] :=
              ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[2],
              AnsiPos('\', Memo1.Lines.Strings[2]) - 1), '[', '');
            StringGrid6.Cells[1, StringGrid6.RowCount - 1] :=
              ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[2],
              Length(Memo1.Lines.Strings[2]) - Length(StringGrid6.Cells[0,
              StringGrid6.RowCount - 1]) - 2), ']', ''), '\Wow6432Node', '');
          end
          else
          begin
            if AnsiPos('[H', Memo1.Lines.Strings[X + 1]) <> 0 then
            begin
              StringGrid6.Cells[0, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 1],
                AnsiPos('\', Memo1.Lines.Strings[X + 1]) - 1), '[', '');
              StringGrid6.Cells[1, StringGrid6.RowCount - 1] :=
                ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X + 1],
                Length(Memo1.Lines.Strings[X + 1]) - Length(StringGrid6.Cells[0,
                StringGrid6.RowCount - 1]) - 2), ']', ''), '\Wow6432Node', '');
            end
            else
            begin
              StringGrid6.Cells[0, StringGrid6.RowCount - 1] :=
                StringGrid6.Cells[0, StringGrid6.RowCount - 2];
              StringGrid6.Cells[1, StringGrid6.RowCount - 1] :=
                StringGrid6.Cells[1, StringGrid6.RowCount - 2];
            end;
          end;
          if (AnsiPos('"="', Memo1.Lines.Strings[X + 2]) <> 0) or
            (AnsiPos('@="', Memo1.Lines.Strings[X + 2]) <> 0) then
            StringGrid6.Cells[2, StringGrid6.RowCount - 1] := 'String';
          if (RegType = 'dword:') or
            (AnsiPos('@=dword:', Memo1.Lines.Strings[X + 2]) <> 0) then
            StringGrid6.Cells[2, StringGrid6.RowCount - 1] := 'DWORD';
          if (RegType = 'hex:') or
            (AnsiPos('@=hex:', Memo1.Lines.Strings[X + 2]) <> 0) then
            StringGrid6.Cells[2, StringGrid6.RowCount - 1] := 'Binary';
          if StringGrid6.Cells[2, StringGrid6.RowCount - 1] = 'String' then
          begin
            if (AnsiPos('"="', Memo1.Lines.Strings[X + 2]) <> 0) then
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '"', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                AnsiLeftStr
                (ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 4), '\\', '\'), '\"', '"'),
                Length(ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X
                + 2], Length(Memo1.Lines.Strings[X + 2]) -
                Length(StringGrid6.Cells[3, StringGrid6.RowCount - 1]) - 4),
                '\\', '\'), '\"', '"')) - 1);
            end
            else
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '@', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                AnsiLeftStr
                (ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 3), '\\', '\'), '\"', '"'),
                Length(ReplaceStr(ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X
                + 2], Length(Memo1.Lines.Strings[X + 2]) -
                Length(StringGrid6.Cells[3, StringGrid6.RowCount - 1]) - 3),
                '\\', '\'), '\"', '"')) - 1);
            end;
          end;
          if StringGrid6.Cells[2, StringGrid6.RowCount - 1] = 'DWORD' then
          begin
            if RegType = 'dword:' then
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '"', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                '0x' + AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 9);
            end
            else
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '@', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                '0x' + AnsiLeftStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 8),
                Length(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 3)) - 1);
            end;
          end;
          if StringGrid6.Cells[2, StringGrid6.RowCount - 1] = 'Binary' then
          begin
            if RegType = 'hex:' then
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '"', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 7), ',', ' ');
              repeat
                if AnsiPos('\', Memo1.Lines.Strings[X + 2]) <> 0 then
                begin
                  X := X + 1;
                  StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                    StringGrid6.Cells[4, StringGrid6.RowCount - 1] +
                    ReplaceStr(Memo1.Lines.Strings[X + 2], ',', ' ');
                end;
              until AnsiPos('\', Memo1.Lines.Strings[X + 2]) = 0;
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                ReplaceStr(StringGrid6.Cells[4, StringGrid6.RowCount - 1],
                ' \ ', '');
            end
            else
            begin
              StringGrid6.Cells[3, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(Memo1.Lines.Strings[X + 2],
                AnsiPos('=', Memo1.Lines.Strings[X + 2]) - 1), '@', '');
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                ReplaceStr(AnsiLeftStr(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 6),
                Length(AnsiRightStr(Memo1.Lines.Strings[X + 2],
                Length(Memo1.Lines.Strings[X + 2]) - Length(StringGrid6.Cells[3,
                StringGrid6.RowCount - 1]) - 3)) - 1), ',', ' ');
              repeat
                if AnsiPos('\', Memo1.Lines.Strings[X + 2]) <> 0 then
                begin
                  X := X + 1;
                  StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                    StringGrid6.Cells[4, StringGrid6.RowCount - 1] +
                    ReplaceStr(Memo1.Lines.Strings[X + 2], ',', ' ');
                end;
              until AnsiPos('\', Memo1.Lines.Strings[X + 2]) = 0;
              StringGrid6.Cells[4, StringGrid6.RowCount - 1] :=
                ReplaceStr(StringGrid6.Cells[4, StringGrid6.RowCount - 1],
                ' \ ', '');
            end;
          end;
        end;
        X := X + 1;
        if Memo1.Lines.Strings[X + 2] = '' then
          X := X + 1;
      until Memo1.Lines.Strings[X + 2] = '';
    end;
  end;
 end;

Last edited by Razor12911; 10-01-2014 at 08:28.
Reply With Quote
The Following 5 Users Say Thank You to Razor12911 For This Useful Post:
78372 (21-11-2019), oltjon (10-01-2014), pakrat2k2 (10-01-2014), riodsa123 (10-01-2014), y_thelastknight (10-01-2014)
  #519  
Old 10-01-2014, 11:10
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Quote:
Originally Posted by psyL0w View Post
Here is my feedback regarding r1.2.10 with Win7 x64
64-bit flavor
-Installer Creator (64-Bit) is displayed in the application field of the about window
-Except remarks above nothing to report
32-bit flavor
-Installer Creator (32-Bit) is displayed in the application field of the about window
-Windows error message box when the IC is closed: that program may be not setup correctly… [Install again with recommended settings or that program is installed correctly] (rough translation)
Now here my suggestions or problems I noticed with 1.2.1.0 or/and 1.2.0.1
Bugs/problems
[1.2.1.0 or/and 1.2.0.1] The FreeArc compression doesn’t work with –mprecomp+srep(64)+delta+lzma method. The cmd line windows is opened / closed very quickly. No time to read what is the problem.
I used your compress.exe to generate the archive that kind of archive but in that case the installer fails to deflate it.
[1.2.0.1 and certainly 1.2.1 based on InstallerScript.iss inspection] The GDF file registering in Window game explorer fails. Based on my InstallerScript.iss inspection, there is a mismatch between setup.ini keys (Launcher1Binary) and script that looks for: LauncherBinary and doesn’t check Launcher2Binary.
Suggestions/recommendations
------------------------------
I don’t really like the message boxes that ask for disk swap when an archive is not found on the disk. I would prefer the Inno Setup flavor that lets you chance to point another location with a browse button.

But my major recommendation is please let us customize the installer generated by IC. I mean that would be very useful to have access to the script created by IC just before the compilation. Thus, we could modify some stuff and detect bug in the created script.
I’d like to use IC as a super ISTool: it would help to create very quickly and without error nice installer but let us tune it for our personal needs.
ok, on the next version you can be able to do that browse for next disk/archive, . Took me 2 days to figure out how to apply this feature.
Attached Images
File Type: jpg 2014-01-07_21_28_29.jpg (156.5 KB, 141 views)
Reply With Quote
The Following 3 Users Say Thank You to Razor12911 For This Useful Post:
oltjon (10-01-2014), pakrat2k2 (10-01-2014), riodsa123 (10-01-2014)
  #520  
Old 10-01-2014, 13:16
oltjon's Avatar
oltjon oltjon is offline
Registered User
 
Join Date: Dec 2013
Location: UNITED STATES OF ALBANIA
Posts: 218
Thanks: 1,132
Thanked 168 Times in 79 Posts
oltjon is on a distinguished road
you're a LEGEND
Reply With Quote
The Following User Says Thank You to oltjon For This Useful Post:
Razor12911 (10-01-2014)
  #521  
Old 10-01-2014, 13:22
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
thanks man. I'll upload v1.2.2.0. I made a lot of changes and bug fixing of course. and check out the setup.ini, biggest one I ever made or created with IC (1mb).

the compile for all the registries took nearly 7 min and no data was added, just the registries 3592 Values and no bugs. Sweet
Attached Files
File Type: 7z Setup.7z (55.2 KB, 61 views)
Reply With Quote
  #522  
Old 10-01-2014, 13:39
riodsa123 riodsa123 is offline
Registered User
 
Join Date: Oct 2013
Location: satan house
Posts: 48
Thanks: 45
Thanked 7 Times in 6 Posts
riodsa123 is on a distinguished road
Quote:
Originally Posted by pakrat2k2 View Post
riodsa123 & everyone else... be very careful how you speak/write in this forum. I too, don't care for the request nor his 'reasons' behind it, but I don't need to swear when I reply, nor should you OR anyone else here. If you don't like a post, then report it, and let the forum mods handle it.
alright im sorry

Quote:
Originally Posted by Razor12911 View Post
thanks man. I'll upload v1.2.2.0. I made a lot of changes and bug fixing of course. and check out the setup.ini, biggest one I ever made or created with IC (1mb).

the compile for all the registries took nearly 7 min and no data was added, just the registries 3592 Values and no bugs. Sweet
i have question. did you fix the installer bugs? because in some case the instaling progress is stuck at 100% ( without small installer ( Fullscreen ) ) i already try it 2 times and still getting same errors. but working fine with small installer.


==== edit ====
just trying to make Metal Gear Rising Revengeance Installer ( the instalation took 40 mins rofl )




btw there is a little Glitch/Errors here the pics the installer is not showing the name ( in taskbar or something else i dont know what should i said it )

Last edited by riodsa123; 10-01-2014 at 14:10.
Reply With Quote
  #523  
Old 10-01-2014, 21:33
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
I'll have to check it out the bugs/errors before update then

BTW: Great Design of the Installation. Really awesome.

Either way, anyone with Itanium CPU?

Last edited by Razor12911; 11-01-2014 at 02:57.
Reply With Quote
  #524  
Old 11-01-2014, 05:37
devashishchandgupta devashishchandgupta is offline
Banned
 
Join Date: Dec 2013
Location: patna city
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
devashishchandgupta is on a distinguished road
Hey razor.
How to remove name of the installer creater from the credits ?
Reply With Quote
  #525  
Old 11-01-2014, 05:39
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
you can't.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
INDEX - Conversion Tutorial Index Razor12911 Conversion Tutorials 5 11-06-2020 02:05
Source Code: Conversion Converter Razor12911 Conversion Tutorials 66 31-03-2018 18:53
Preview: Conversion Tool for Advanced Setup Creator Razor12911 Conversion Tutorials 6 10-05-2017 00:30
Simple Conversion Help akarikk Conversion Tutorials 4 09-11-2014 14:21



All times are GMT -7. The time now is 08:56.


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