Jump to content

winrar sfx to create silent and switchless installation


Recommended Posts

Posted

i heard from some peoples, there are a way to make silent and switchless installer with Winrar Sfx and i tried to made some with it. and i have success with the archive but it didn't install in silent mode and maybe need switch to put in it

so for people know the "real" way to make and switchless and silent Sfx module please tell me the correct steps for make it

thx all


Posted (edited)

just messing up things and i found way to work

tested with XnView and Sfx module create with Winrar 3.51

1.use PeID to search the switch http://www.peid.tk

2.add the file (XnView-win-en.exe) into winrar (Right Click -> Add to Archive)

3.select option "Create Sfx archive"

4.select "Best" from "Compression Method"

5.click the advanced tab and select SFX options

6.on general tab take a look "Run After Extraction" and write it "XnView-win-en.exe /VERYSILENT" w/o qoutes

7.on modes tab, Silent mode select to "Hide all" and for Overwrite mode select to "Overwrite all files"

8.(optional)on Text and Icon tab you can use installer icon

9.click OK twice and wait till it finish

10.you got it

the question is can i use this with HFSLIP or nLite?

Edited by Dels
Posted

I use winrar to make things switchless

just add the switch in your sfx

example :

;Het onderstaande commentaar bevat SFX-scriptopdrachten

Setup=quicktimealt168.exe /VERYSILENT /SP-
TempMode
Silent=1
Overwrite=1

You can even give it your own icon if you want..

Works on most apps

  • 5 months later...
Posted
I use winrar to make things switchless

just add the switch in your sfx

example :

;Het onderstaande commentaar bevat SFX-scriptopdrachten

Setup=quicktimealt168.exe /VERYSILENT /SP-
TempMode
Silent=1
Overwrite=1

You can even give it your own icon if you want..

Works on most apps

I am new here(in fact,this is my first post).can you tell me how to run *.reg files from SFX?say i want to install Imtoo dvd ripper,i have the exe & the reg file.i can silent install exe fine,but how to install reg file?

Posted

Using the same example above:

Setup=quicktimealt168.exe /VERYSILENT /SP-

Setup=REGEDIT /S MyReg.reg

TempMode

Silent=1

Overwrite=1

Posted
Its not working with yahoo messenger i created sfx file and did the above process :no:

Why should you SFX yahoo. I use this in a CMD file to install v7.5:

start /wait %CDROM%\YM75\YM75.exe /S

REGEDIT /S %CDROM%\YM75\YM75.reg

TASKKILL /F /IM YAHOOM~1.exe

Posted (edited)
Using the same example above:

Setup=quicktimealt168.exe /VERYSILENT /SP-

Setup=REGEDIT /S MyReg.reg

TempMode

Silent=1

Overwrite=1

Setup=quicktimealt168.exe /VERYSILENT /SP-
Presetup=REGEDIT /S MyReg.reg
TempMode
Silent=1
Overwrite=1

Edited by muiz
Posted (edited)

muiz,

Simple question, as presetup runs the command before extraction, where is the registry file to run it?

Edit:

Rephased question.

Edited by MHz
Posted (edited)
muiz,

Simple question, as presetup runs the command before extraction, where is the registry file to run it?

I, also, want to know!

Edited by mazin
Posted (edited)

Put it in the same folfder as where your setup files are in.

Example :

winrarah6.th.jpg

Or like shark007 does :

;The comment below contains SFX script commands

path=%programfiles%
Setup=regedit /s "%programfiles%\Windows Live Safety Center\wlss.reg"
Silent=1
Overwrite=1

;)

Edited by muiz
Posted
Put it in the same folfder as where your setup files are in.

Example :

winrarah6.th.jpg

Or like shark007 does :

;The comment below contains SFX script commands

path=%programfiles%
Setup=regedit /s "%programfiles%\Windows Live Safety Center\wlss.reg"
Silent=1
Overwrite=1

;)

No need for this mess. It should work the way I mentioned.

Setup=quicktimealt168.exe /VERYSILENT /SP-

Setup=REGEDIT /S MyReg.reg

TempMode

Silent=1

Overwrite=1

Posted

I have created SFX of Yahoo Messenger 7.0 with the methods specified and now works fine :thumbup

but with wmplayer10 doesn't work. It get installed but when the windows xp is installed and when you open Windows Media Player it asks for the introductory Next Next... and After Finish the attached error is generated and doesn't work.

post-108641-1156934077_thumb.jpg

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...