MSFN Forum: Customizing WinRAR SFX for customized installers - MSFN Forum

Jump to content


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Customizing WinRAR SFX for customized installers Rate Topic: -----

#1 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 12:27 AM

Hacking WinRAR SFX for customized installers - INTENDED FOR BEGINNERS


Introduction

Creating a customized look for your WinRAR SFX archives is a very easy task, but not all people know how to do it. A good example of a customized SFX is Nero. As we all know, Nero uses WinRAR to compress it’s setup files. But the SFX window has a Nero banner on it and the EXE has a custom Nero icon. So if you wan’t to create your custom installer of Nero (Please visit SiMoNsAyS' guide) and you still wan’t to make your installer look like the original, this is the best way to do it. But this is not just about Nero. You can do this if you wan’t to have a custom look on your repacked SFX’s.

This is what I’ve learned from my experience. If you have any suggestions or corrections, please let me know. In that way, you can help me learn from my mistakes, and discover new things. By the way, I would like to thank sixpack for giving me the idea of working with SFX files.


Things needed (ALL FREE/SHAREWARE)
  • Default.SFX (Download at the bottom of this page.)
  • ResHack
  • Nice icon
  • Banner (24bit bitmap, 93x302, and as small as possible)
Optional tools
  • PETITE – to compress the EXE OR UPX which has a better compression (Thanks to RyanVM for introducing UPX)
  • Axialis Icon Workshop – to edit your icons (you can use other softwares if you want)
Part I – Hacking the SFX file

1) Extract the file “Default.SFX from the original WinRAR installer and rename it to WHATEVER.SFX. Or if you have WinRAR installed on your system, you can get that file from your [INSTALLDIR]. Or you can just download the file at the bottom of this page. Just in case you don’t know, this file is actually an EXE with the .SFX extension. Please note that you CANNOT use the Default.SFX of a GUI patched version of WinRAR.

2) Open your SFX file with ResHack. Click “Action  Replace Icon” to replace the stock icon.

3) Do the same thing with the bitmap. Clck “Action  Replace Bitmap” and replace the default bitmap.

4) Save it, and you’re done.

Here are some pictures to help you follow the instructions if you are lost.

Posted Image




Part II – Compressing the EXE


You have to make your SFX file as small as possible. Because the bigger your SFX file, the bigger SFX archive you will have. But don’t worry. PETITE is the perfect tool that will help us make our SFX file smaller.

1) Run the file PETGUI.EXE and open your SFX file.

2) Uncheck “All non icon/version-info…”, check “Backup”, and set the compression to Level 9.

3) Click “Start”, and you’re done.

Posted Image



EDIT: UPX'S compression is better. Thanks to RyanVM.
Download UPX here: http://upx.sourceforge.net/

Usage:

UPX -k --best Default.SFX
The "-k and --best" switches are case sensitive.


Optional


If you have Axialis Icon Workshop or other icon editor software, you can use it to edit your icon file before using it to replace the default icon of the SFX file. This is another good way to make a small hacked SFX file. We only need the 48x48, 32x32, and 16x16 Windows XP and 256 color icons. You can safely delete all other icon files in you icon to make it smaller.


Test

After creating a hacked SFX file, you can test it by rename it to EXE. Rename your WHATEVER.SFX to WHATEVER.SFX.EXE, to see how nice your icon is, and run it.


Usage

Now, to use your customized SFX file, just copy it to your WinRAR’s [INSTALLDIR]. When you make an SFX archive, just select your SFX file in “Advanced  SFX Options  Module”. Or to make it simple, don’t rename the Default.SFX, and copy it over the original Default.SFX in your [INSTALLDIR].

Posted Image


Good luck, and have fun! B)


PS. I’m not good in graphics (especially Adobe Photoshop), so my banner really sucks. It would be nice if someone can help me make a good one. :lol:

And please, don't ask me how to change the GUI of WinRAR, because I don't know how. Hmm.. Maybe I do.. But I'm not good in graphix! :lol:

Attached File(s)




#2 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 03 January 2005 - 12:29 AM

How does Petite compression compare to UPX?

#3 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 12:29 AM

:thumbup

good work on your first guide.

#4 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 12:31 AM

Quote

How does Petite compression compare to UPX?

Hmm.. I'm not sure. I saw UPX but I haven't tried it yet. :P

#5 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 12:45 AM

Astalavista, on Jan 3 2005, 12:29 AM, said:

:thumbup

good work on your first guide.

Thanks buddy. :D Any suggestions? Hey, don't be cruel on me. This is my first time! :lol:

#6 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 12:52 AM

Can u pls make a guide on how to change the icons for the toolbar of Winrar.

#7 User is offline   RyanVM 

  • Like a big surly teddy bear.
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2,661
  • Joined: 31-August 03

Posted 03 January 2005 - 12:57 AM

totoymola, on Jan 3 2005, 01:31 AM, said:

Quote

How does Petite compression compare to UPX?

Hmm.. I'm not sure. I saw UPX but I haven't tried it yet. :P

Give it a shot and let me know. The syntax is easy:
upx file.xyz

Attached File(s)

  • Attached File  upx.zip (121.32K)
    Number of downloads: 134


#8 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 01:03 AM

Quote

I dont understand english very well can u translate that into Tagalog and Chinese for me. LOL

Hahaha!! Do you want a PDF for the Tagalog version? Hahaha!! :lol:

@RyanVM
I'm gonna try it. :)

#9 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 01:10 AM

@RyanVM

UPX's compression is better. I will update my first post. Thanks. :thumbup

UPX -k --best DEFAULT.SFX

#10 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 01:57 AM

ok i removed my 128 x 128

it is now 30kb

Posted Image

Attached File(s)



#11 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 02:01 AM

That is a huge icon. I sugest deleting the other icon files inside your icon. Especially the 128x128. That costs a lot of space.

If you use PETITE, the icon is not included in the compression. (I'm guessing :P )

#12 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 04:19 AM

I don't know how to change the GUI of WinRAR.. Sorry Astalavista. :D

#13 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 January 2005 - 04:35 AM

really nice @totoymola ;)

ps: for upx i use
UPX.EXE -k --best --crp-ms=999999 --force "yourfile"
case sensitive!, but it lefts the same sizes as the original exe... am i missing something?

edit: tested and working now smaller sizes :thumbup

This post has been edited by SiMoNsAyS: 03 January 2005 - 04:42 AM


#14 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 04:39 AM

Hello Simon!

I tried your command, and it worked. Did you hit "refresh" after the compression? :P

#15 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 03 January 2005 - 04:43 AM

totoymola, on Jan 3 2005, 12:39 PM, said:

Hello Simon!

I tried your command, and it worked.  Did you hit "refresh" after the compression?  :P

really lol, maybe is stupid but... no :blushing:

sometimes we miss the easiest solutions :P

#16 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 04:49 AM

Hahaha!! :lol: It's alright buddy. It happens to me too all the time. :P

#17 User is offline   totoymola 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 944
  • Joined: 24-September 04

Posted 03 January 2005 - 05:17 AM

This is for NERO.

Posted Image

Posted Image

Attached File(s)

  • Attached File  NERO.SFX (115.5K)
    Number of downloads: 197


#18 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 03 January 2005 - 08:44 AM

Nice Guide indeed ;)

#19 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 03 January 2005 - 09:17 AM

Posted Image

Posted Image

Attached File(s)



#20 User is offline   MCT 

  • MSFN Junkie
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,290
  • Joined: 19-May 04

Posted 03 January 2005 - 09:48 AM

sweet a** icon :D
the bug is a bit much IMO :P

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy