Jump to content

problem with silent switch Opera_9.25_International_Setup,


hessam

Recommended Posts

I USE latest ORGINAL Opera_9.25_International_Setup.EXE DOWNLOADE FROM SITE AND MAKE FILE

WITHOUT EXTRACT SETUP FILE AND

USE FROM topic(Tutorial] Making A 7-Zip Switchless Installer)

use

CODE

;!@Install@!UTF-8!

RunProgram="msistub Opera.msi /passive /qn CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 CREATE_STARTMENU_ICONS=1 ALLUSERS=1"

;!@InstallEnd@!

http://www.wincert.net/forum/index.php?showtopic=1978

AFTER CREATE FILE AND RUN (CREATED FILE ) ERROR (CREATED FILE ) help me

NEED TOSETUP PROGRAM WITH Language English (Unite States)

I use

1.create newfoledr and place (7za,7zsd,Config.txt utf-8,Create.cmd rename program_name,upx)

2.create subdirectory rename folder Bin and place installation file)

but ERROR (CREATED FILE )

post-5333-1199313179_thumb.png

Link to comment
Share on other sites

with the new 7zip silent switch method you dont need msistub ;)

Try this

;!@Install@!UTF-8!
RunProgram="Opera.msi /passive /qn CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 CREATE_STARTMENU_ICONS=1 ALLUSERS=1"
;!@InstallEnd@!

VERY THANKYOU

FILE IS CREATED

HOW TO ADD PROGRAM

I USE FROM THIS method whether WORKED

[general]

builddate=12.20.2007

description=Freeware Web Browser

language=English

title=Opera

version=9.25

website=http://www.opera.com/

[EditFile]

I386\SVCPACK.INF,SetupHotfixesToRun,AddProgram

[AddProgram]

Opera9.exe

thankyou

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...