Jump to content

Recommended Posts

Posted

I Searched the forum and found the silent install of the old version.

and this not work with the new version of Jetaudio version 7.0.3 plus VX

-->can any one Help me please to find the silent install of this app ?

I have another question :

-->what the different between "flash shockwave" and "flash player" ? each one used for what :blushing: ?

and any one should i include in my unattended CD ?

thanks in advance all


Posted

i am looking for the same thing. i am trying to make a silent install.

shockwave will play shockwave. mostly games but i havent seen to many games made with shockwave not as common as it use to be. and then flash player handles all flash.

Posted

You need Universal Extractor from here: http://www.msfn.org/board/index.php?showtopic=62418

1.Install jetaudio with switch /r

(this will create an answer file in %windir%, file named setup.iss)

2.Use Universal Extractor to extract the content from installer file.

3.Go to your Windows directory and copy from there the file setup.iss and put it

in the folder where was extracted the installer file.

4.Now you can made a silent installer with content of that folder.

Use this:

setup.exe /s /sms

Note: The package will be install where you install on step 1 and with the same options.

Some information here: http://unattended.sourceforge.net/installers.php#repackaging

Posted

@radix : thank you very much

i did what you say exactly. and read the guide that you post here

and try that with the installer and the extracted files from it

But Unfortunately the installer run a fake process and DISAPPEAR :(

the only different is the setup.exe from extracted files make a log file

what i do now ?

any help will be appreciated.

Posted

@NaDer_GenKO

1.Run the original installer from Start->Run->Browse...

In start->run this look like: "D:\Software\Players\jetAudio\JAD7003_PLUS_VX.exe" /r

2.Extract files from orig. installer.

3.Copy setup.iss in extracted folder (alongside setup.exe and the other files).

4.Build the installer with /s /sms switch.

It works for me.

This is my setup.iss:

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-DlgOrder]
Dlg0={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdWelcome-0
Count=8
Dlg1={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdLicense2-0
Dlg2={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdAskDestPath2-0
Dlg3={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-0
Dlg4={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-1
Dlg5={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-2
Dlg6={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdStartCopy2-0
Dlg7={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdFinish-0
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdWelcome-0]
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdLicense2-0]
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdAskDestPath2-0]
szDir=C:\Program Files\JetAudio
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-0]
Result=1
Sel-0=1
Sel-1=1
Sel-2=1
Sel-3=1
Sel-4=1
Sel-5=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-1]
Result=1
Sel-0=1
Sel-1=1
Sel-2=1
Sel-3=1
Sel-4=1
Sel-5=1
Sel-6=1
Sel-7=1
Sel-8=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-2]
Result=1
Sel-0=1
Sel-1=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdStartCopy2-0]
Result=1
[Application]
Name=COWON Media Center - jetAudio Plus VX
Version=7.0.0
Company=COWON
Lang=0009
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0

Change szdir path if you don't like it.

My version is jetAudio 7.0.3.3016 Plus VX

Posted
@NaDer_GenKO

1.Run the original installer from Start->Run->Browse...

In start->run this look like: "D:\Software\Players\jetAudio\JAD7003_PLUS_VX.exe" /r

2.Extract files from orig. installer.

3.Copy setup.iss in extracted folder (alongside setup.exe and the other files).

4.Build the installer with /s /sms switch.

It works for me.

This is my setup.iss:

[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-DlgOrder]
Dlg0={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdWelcome-0
Count=8
Dlg1={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdLicense2-0
Dlg2={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdAskDestPath2-0
Dlg3={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-0
Dlg4={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-1
Dlg5={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-2
Dlg6={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdStartCopy2-0
Dlg7={DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdFinish-0
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdWelcome-0]
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdLicense2-0]
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdAskDestPath2-0]
szDir=C:\Program Files\JetAudio
Result=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-0]
Result=1
Sel-0=1
Sel-1=1
Sel-2=1
Sel-3=1
Sel-4=1
Sel-5=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-1]
Result=1
Sel-0=1
Sel-1=1
Sel-2=1
Sel-3=1
Sel-4=1
Sel-5=1
Sel-6=1
Sel-7=1
Sel-8=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-AskOptions-2]
Result=1
Sel-0=1
Sel-1=1
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdStartCopy2-0]
Result=1
[Application]
Name=COWON Media Center - jetAudio Plus VX
Version=7.0.0
Company=COWON
Lang=0009
[{DF8195AF-8E6F-4487-A0EE-196F7E3F4B8A}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=0

Change szdir path if you don't like it.

My version is jetAudio 7.0.3.3016 Plus VX

Thank you Very very Much my Dear :thumbup

its Working.

the wrong comes from my setup.iss (i dont know why just i follow the Wizard and generate the file)

but when copy your file and in my Extracted installer. make it work

Posted

i have a problem. when i extract the installer with winrar i dont end up with a setup.exe. i get

ctor.dll
dotnetinstaller.exe
ikernel.dll
ikernel.rgs
iscript.exe
isprobe9x.tlb
isprobent.tlb
iuser.dll
objectps.dll

Posted
i have a problem. when i extract the installer with winrar i dont end up with a setup.exe. i get

ctor.dll
dotnetinstaller.exe
ikernel.dll
ikernel.rgs
iscript.exe
isprobe9x.tlb
isprobent.tlb
iuser.dll
objectps.dll

No Dear Extract it with Universal Extractor you can found it Here

or run the installer and search you temp folder you will find the extracted files in a sub folder called Disk1

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...