MSFN Forum: WinRAR SFX Commands - MSFN Forum

Jump to content


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

WinRAR SFX Commands Rate Topic: -----

#1 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 15 December 2004 - 05:40 PM

Ok, so SFX archives are obviously very useful, especially for Unattended Installs.
Ergo (I love that word), i posted all of the commands and what each parameter of the command does.
Lots of info here is from the WinRAR help/
I'll try to keep this first post updated with all the commands known.

Basic SFX Info:
Using WinRAR you can create GUI (graphic mode) self-extracting archives for 32-bit Windows version (Windows 95, 98, NT and so on). [These modules cannot be executed under Windows 3.1 or DOS.]
Both these modules support simple setup commands. You may put them to the SFX archive comment. Setup commands are listed below.

Quote

;The comment below contains SFX script commands

This is needed at the beginning of every comment section of the SFX.


Quote

Delete=[filename]

Delete the specified file in the destination folder before extraction. Several Delete commands are allowed.
If a file specified in the Delete command is locked and cannot be deleted, SFX module will try to rename it to temporary name before extraction and delete after Windows reboot. Success of this operation depends on Windows version.

Examples:
Delete=winrar95.exe
Delete=rarlng.dll



Quote

License=[title of the license dialog]

{
license text1
license text2


}

Display the software license when starting SFX. User may either accept it and continue extraction or decline and quit.
License may be either in HTML or plain text format. In the latter case SFX module merges and reformats the specified text strings to fit them optimally into the dialog. So if you wish to start a new paragraph, you need to put the empty string before it.
Using HTML you may control colors, fonts and formatting of displayed text. Description of HTML syntax is available on The World Wide Web Consortium site. Also it is possible to use any web page editor program to prepare HTML text.

Examples:
License=End user license agreement
{
All copyrights to RAR are exclusively owned by the author.
This program is shareware. Anyone may use this software during a test period.
Following this test period, you MUST register.
}




Quote

Path=[your path here]

Where to install the files contained in the SFX.

Examples:
Path=%systemdrive%\WINDOWS\System32
This installs to System32 in the Windows folder.
Path=AIM
This installs to Program Files\AIM.
Path=Calc 3.05
Set the default path to "Program Files\Calc 3.05":
Path=C:\Calc
Set the default path to "C:\Calc":
Path=.\Calc
Set "Calc" folder without any preceding text as the default path:



Quote

Presetup=[program]

SFX will try to execute [program] before starting extraction. The destination folder is set as the current before executing [program]. You may use this command, for example, to remove a previous version of program, when installing a new version over the old one. If a program name contains spaces, it must be enclosed in quotes.
Examples:
Presetup=uninstall.exe /clean
Runs "uninstall.exe" before setup/extraction.


Quote

SavePath

This command allows SFX to store the destination path entered by user to Registry and then restore it when SFX archive with the same parameter of Path command executed the next time. The original value of Path command is placed to the list associated with the destination path input field, so a user may choose between previously entered and original paths.
This feature may be convenient when installing new versions or upgrades of some software to the same folder. It allows to change the proposed path to desired only once instead of retyping it every time.
SavePath command may be used only in combination with Path command.

Examples:
Path=Calc 3.05
SavePath



Quote

TempMode=[Question][,Title]

This command forces SFX to create a temporary folder, extract all files to it, start the program specified in Setup command and remove the temporary folder including all its contents after completing the Setup program. The SFX automatically sets the silent mode to skip the the start dialog when performing these operations. If TempMode command is present, a script should also have Setup command and must not include Path command.
TempMode command may have the optional string parameter, which is used to define a question and question title displayed before extraction. In such case extraction is started only if user selects "Yes" button.

Examples:
TempMode
Unpacks to temp folder.
TempMode=Do you wish to continue installation of Calculator 3.05?, Calculator setup
Creates temp folder, and displays dialog with text "Do you wish to continue installation of Calculator 3.05?"


Quote

Setup=[program]

SFX will try to execute <program> after successful extraction. The folder containing extracted files is set as the current before executing [program]. If a program name contains spaces, it must be enclosed in quotes.
Notes:
1) If you have problems to use SFX to run InstallShield setup.exe, try to execute "setup.exe /SMS" instead of simple "setup.exe". This switch allows SFX to detect termination of the InstallShield setup program.
2) All switches specified in SFX command line are passed to a program from Setup=<program> command. SFX itself understands only -s switch, which forces the silent install mode without displaying the start dialog.
3) SFX module sets sfxname environment variable before running the setup program. This variable contains the name of SFX archive, so setup program can read it if it needs such information.

Examples:
Setup=setup.exe
SFX will try to run "setup.exe".



Quote

Silent=X

where X can be:
1=Start dialog is completely hidden, including the progress bar and file names.
2=Confirmation to start extracting is skipped, but users still see performing of the archive unpacking.

This is the setting for what you want displayed on the screen.

Examples:
Silent=2
This displays the unzipping box, but no pop-up messages.



Quote

Text=[string]

or

Quote

Text

{
string1
string2


}

This adds the specified plain text or HTML strings to the text output window of SFX module. When SFX module encounters Text command the first time, it resets the default contents of this window before adding [string]. Following commands append [string] to the already existing text.
Depending on the used syntax this command may add either a single string or several strings at once.
In case of plain text contents SFX module merges and reformats the specified text strings to fit them optimally into the dialog. So if you wish to start a new paragraph, you need to put the empty string before it.
Using HTML you may control colors, fonts and formatting of displayed text. Description of HTML syntax is available on The World Wide Web Consortium site. Also it is possible to use any web page editor program to prepare HTML text.

Examples:
Text=Here is my new program
Add the single string to the dialog window
Text
{
Most interesting features of this program are:

- support of the Windows Clipboard;

- processing of files up to 10KB size each;
}

Add the specified text to the dialog window


Quote

Overwrite=X

where X can be:
0=User will be asked before overwriting files
1=Overwrite the file if it exists without confirmation
2=All existing files will not be overwritten

This is the setting for whether the SFX should overwrite the file if it exists.

Examples:
Overwrite=1
This means: YES, overwrite.



Quote

Shortcut=X, "PATHTOPROGRAM", "SUBMENU", "DESCRIPTION", "SHORTCUTNAME"

where X can be:
D=Desktop
S=Start Menu
P=Start Menu/Programs
T=Startup

This one makes a shortcut. Replace the variables with real ones
Also, if there is some way to install shortcuts to locations other than the ones I have listed, please let me know.

Examples:
Shortcut=P, "mplayerc.exe", "Media Player", "Media Player Classic v6.4.8.2", "Media Player Classic"
This creates a shortcut to the mplayerc.exe file in the SFX (no matter where it is installed to), in Start -> Programs -> Media Player. The shortcut tooltop (when you move your mouse over it) displays Media Player Classic v6.4.8.2, and the shortcut itself is named Media Player Classic.
Shortcut=P, "mplayerc.exe", "", "Media Player Classic v6.4.8.2", "Media Player Classic"
This creates a shortcut to the mplayerc.exe file in the SFX (no matter where it is installed to), in Start -> Programs. The shortcut tooltop (when you move your mouse over it) displays Media Player Classic v6.4.8.2, and the shortcut itself is named Media Player Classic.


Quote

Title=[title]

Set a title of SFX window.

Examples:
Title=Calculator, version 3.05


Full SFX Comment Code Example said:

;The comment below contains SFX script commands

Path=%systemdrive%\WINDOWS\System32
SavePath
Silent=1
Overwrite=1
Shortcut=P, "mplayerc.exe", "", "Media Player Classic v6.4.8.2", "Media Player Classic"

This post has been edited by a06lp: 15 December 2004 - 08:27 PM



#2 User is offline   totoymola 

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

Posted 15 December 2004 - 06:28 PM

I have a question about the comments. The comments of the original WinRAR installer from the web (which is an sfx) is this.

; WinRAR
; Multifunctional Integrated Archive Manager


What is that? How do you make an sfx like the original installer?

#3 User is offline   Astalavista 

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

Posted 15 December 2004 - 07:11 PM

Posted Image

#4 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 15 December 2004 - 07:13 PM

Open WinRar > Help topics > Self-extacting modules > GUI RAR and ZIP SFX modules.... voila! All the commands at yr fingertips.

#5 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 15 December 2004 - 08:25 PM

@totoymola
Those don't really matter (i think...) because they are commented out. Meaning, they have a ";" in the beginning of the line.

@Astalavista
Thanks, and your icon freaks me out.

@durex
Crap.
Well, i either totally wasted my time, or helped a few people...
Either way, i added the rest of the commands from the help file to the top post.
:wacko: :( :}

#6 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 15 December 2004 - 09:24 PM

I dont think it was a waste of time... for people who are already searching around the forums its a great reference thread. nice work.

#7 User is offline   Astalavista 

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

Posted 15 December 2004 - 09:31 PM

nice guide

#8 User is offline   totoymola 

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

Posted 15 December 2004 - 10:34 PM

Quote

@totoymola
Those don't really matter (i think...) because they are commented out. Meaning, they have a ";" in the beginning of the line.


I know. The question is, how do you hide the REAL comments like the installer of WinRAR itself. If you make an sfx that runs a file after extraction, your comments will have something like "Setup=whatever", right? But if you open the original installer of WinRAR with WinRAR, you will not see that comment.

#9 User is offline   Astalavista 

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

Posted 15 December 2004 - 10:36 PM

here is a picture guide on how to setup winrar default settings.

should be useful to the newbies.

http://ezshare.de/fi...uments.rar.html

#10 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 15 December 2004 - 11:17 PM

totoymola, on Dec 16 2004, 12:34 AM, said:

I know.  The question is, how do you hide the REAL comments like the installer of WinRAR itself.  If you make an sfx that runs a file after extraction, your comments will have something like "Setup=whatever", right?  But if you open the original installer of WinRAR with WinRAR, you will not see that comment.

is the WinRAR installer an SFX? i dont think so, because i use the "/s" switch to install it...
you cant use "/s" with SFX's

#11 User is offline   Astalavista 

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

Posted 16 December 2004 - 12:31 AM

i dont think that is what he meant.

#12 User is offline   totoymola 

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

Posted 16 December 2004 - 01:52 AM

Quote

is the WinRAR installer an SFX?
Yes, it is. Posted Image

Quote

you cant use "/s" with SFX's

Yes, you can. Posted Image

#13 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 16 December 2004 - 06:52 AM

Astalavista, on Dec 15 2004, 10:36 PM, said:

here is a picture guide on how to setup winrar default settings.

should be useful to the newbies.

http://ezshare.de/fi...uments.rar.html

bad link

#14 User is offline   Astalavista 

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

Posted 16 December 2004 - 06:53 AM

it is working ok already 2 downloads

#15 User is offline   Astalavista 

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

Posted 16 December 2004 - 06:55 AM

totoymola, on Dec 16 2004, 03:52 PM, said:

Quote

is the WinRAR installer an SFX?

Yes, it is. Posted Image

Quote

you cant use "/s" with SFX's
Yes, you can. Posted Image

take your winrar installer

right click with wirnar select open with winrar

it is a sfx hehehehehe


Quote

;The comment below contains SFX script commands

Path=WinRAR
SavePath
Setup=uninstall.exe /setup
Presetup=uninstall.exe /clean
Overwrite=1
Delete=*.lng
Delete=rarlng.dll
Delete=rarext.dll
Delete=register.frm
Delete=rar_site.txt
Delete=register.txt
Delete=order.txt
Delete=Dos.sfx
Delete=os2.sfx
Delete=Formats\ace.fmt
Delete=Formats\arj.fmt
Delete=Formats\cab.fmt
Delete=Formats\gz.fmt
Delete=Formats\lzh.fmt
Delete=Formats\tar.fmt
Delete=Formats\uue.fmt
Delete=Formats\bz2.fmt
Delete=Formats\iso.fmt
Delete=Formats\unacev2.dll
Delete=Formats\7z.fmt
Delete=Formats\7za.dll
Delete=Formats\z.fmt
Title=WinRAR v3.41 Corporate Edition
Text
{
  This is a REAL Corporate version.

<html>
  <body bgcolor="#ececec">
  <style>
body {
    color: #000000;
    background-color: #ffffff;
    font-family: "MS Sans Serif";
    font-size: 12;
    scrollbar-3dlight-color:#f0f0f0;
    scrollbar-arrow-color:#f0f0f0;
    scrollbar-darkshadow-color:#909090;
    scrollbar-face-color:#909090;
    scrollbar-highlight-color:#f0f0f0;
    scrollbar-shadow-color:#f0f0f0
}
em {color: navy;  font-style: normal}
  </style>
  &nbsp;&nbsp; <b>WinRAR is a powerful archiver</b>. It
provides complete support of <em><b>RAR</b></em> and
<em><b>ZIP</b></em> files, unpacks <em>7Z</em>, <em>ACE</em>,
<em>ARJ</em>, <em>BZ2</em>, <em>CAB</em>, <em>GZ</em>,
<em>ISO</em>, <em>JAR</em>, <em>LZH</em>, <em>TAR</em>,
<em>UUE</em>, <em>Z</em>. Among WinRAR features are strong compression,
volumes, encryption, self-extracting modules, backup
facilities.<br><br>
  &nbsp;&nbsp; <b>WinRAR is shareware</b>. Anyone may use
it during a test period of 40 days. Following this test
period or less, if you wish to continue to use WinRAR,
you must register.<br><br>
  &nbsp;&nbsp; <b>There are no additional license fees</b>, apart from
the cost of registration, associated with the creation
and distribution of RAR archives or self-extracting
archives. Legally registered owners may use their copies
of WinRAR to produce and distribute those archives free of
any additional RAR royalties.<br><br>
  &nbsp;&nbsp; <b>WinRAR archiver is distributed as is</b>.
No warranty of any kind is expressed or implied. You use at your
own risk. Neither the author nor the agents of the author will be
liable for data loss, damages, loss of profits or any other kind
of loss while using or misusing this software.
  </body>
  </html>
}


#16 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 16 December 2004 - 07:23 AM

ok, i was just speculating.

#17 User is offline   Gagorian 

  • Junior
  • Pip
  • Group: Members
  • Posts: 76
  • Joined: 21-December 04

Posted 28 December 2004 - 05:54 AM

Oh, related to this thread:

I made a request for the WinRAR developers to add shortcut commandline switch to create quick launch icons and I already got a responce thanking for the suggestion.. So maybe in a future version it might be possible. Who knows!

#18 User is offline   sixpack 

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

Posted 28 December 2004 - 06:04 AM

use the arrow to hide your commands like this:
;The comment below contains SFX script commands

Path=WinRAR
SavePath
Setup=uninstall.exe /setup
Presetup=uninstall.exe /clean
Overwrite=1

Attached File(s)



#19 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 28 December 2004 - 06:50 AM

I want to use an SFX to create a file to install my rarreg.key to my Winrar folder thru' RunOnceEx. I can make the archive and do the syntax for the RunOnceEx ok - but I have 2 quick questions: when specifying the absolute path in the SFX settings can I use %systemdrive%\Program Files\WinRar (which will make the uA CD more versatile) or does it have to be X:\Program Files\WinRar ?? Also because there's a gap in Program Files does it all have to be enc in quotes?
Have used the winrar help file util but there's no mention of %systemdrive% usage. T.I.A.

#20 User is offline   Astalavista 

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

Posted 28 December 2004 - 07:02 AM

dlf

u dont need to do any of that.

all u need to do is to unpack the winrarsetup.exe

u place the rarreg.key into the unpacked folder

repack it using this comment.

Quote

;The comment below contains SFX script commands

Path=WinRAR
SavePath
Setup=uninstall.exe /setup
Presetup=uninstall.exe /clean
Overwrite=1
Delete=*.lng
Delete=rarlng.dll
Delete=rarext.dll
Delete=register.frm
Delete=rar_site.txt
Delete=register.txt
Delete=order.txt
Delete=Dos.sfx
Delete=os2.sfx
Delete=Formats\ace.fmt
Delete=Formats\arj.fmt
Delete=Formats\cab.fmt
Delete=Formats\gz.fmt
Delete=Formats\lzh.fmt
Delete=Formats\tar.fmt
Delete=Formats\uue.fmt
Delete=Formats\bz2.fmt
Delete=Formats\iso.fmt
Delete=Formats\unacev2.dll
Delete=Formats\7z.fmt
Delete=Formats\7za.dll
Delete=Formats\z.fmt
Title=WinRAR v3.41 Corporate Edition
Text
{
  This is a REAL Corporate version.

<html>
  <body bgcolor="#ececec">
  <style>
  body {
    color: #000000;
    background-color: #ffffff;
    font-family: "MS Sans Serif";
    font-size: 12;
    scrollbar-3dlight-color:#f0f0f0;
    scrollbar-arrow-color:#f0f0f0;
    scrollbar-darkshadow-color:#909090;
    scrollbar-face-color:#909090;
    scrollbar-highlight-color:#f0f0f0;
    scrollbar-shadow-color:#f0f0f0
  }
  em {color: navy;  font-style: normal}
  </style>
  &nbsp;&nbsp; <b>WinRAR is a powerful archiver</b>. It
  provides complete support of <em><b>RAR</b></em> and
  <em><b>ZIP</b></em> files, unpacks <em>7Z</em>, <em>ACE</em>,
  <em>ARJ</em>, <em>BZ2</em>, <em>CAB</em>, <em>GZ</em>,
  <em>ISO</em>, <em>JAR</em>, <em>LZH</em>, <em>TAR</em>,
  <em>UUE</em>, <em>Z</em>. Among WinRAR features are strong compression,
  volumes, encryption, self-extracting modules, backup
  facilities.<br><br>
  &nbsp;&nbsp; <b>WinRAR is shareware</b>. Anyone may use
  it during a test period of 40 days. Following this test
  period or less, if you wish to continue to use WinRAR,
  you must register.<br><br>
  &nbsp;&nbsp; <b>There are no additional license fees</b>, apart from
  the cost of registration, associated with the creation
  and distribution of RAR archives or self-extracting
  archives. Legally registered owners may use their copies
  of WinRAR to produce and distribute those archives free of
  any additional RAR royalties.<br><br>
  &nbsp;&nbsp; <b>WinRAR archiver is distributed as is</b>.
No warranty of any kind is expressed or implied. You use at your
own risk. Neither the author nor the agents of the author will be
liable for data loss, damages, loss of profits or any other kind
of loss while using or misusing this software.
  </body>
  </html>
}


done. that is what most of us with keys do

use WinrarSetup.exe /S

Share this topic:


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

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



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