IPB

Google Frontpage Forums Unattended CD/DVD Guide

> Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules

24 Pages V  « < 20 21 22 23 24 >  
Closed TopicStart new topic
> [Release] Adobe Reader 9.0 Lite, available in 15 languages - new releases allow form filling
Sereby
post Sep 8 2008, 03:39 PM
Post #421


Member
**

Group: Members
Posts: 183
Joined: 16-August 04
Member No.: 27760
OS: XP Pro x86
Country Flag


hi shark,

i'm not able to install the new (german) version silent!
every time when i try to run it with /q /qb /qr or so its just opening msiexec.exe (happens when wrong parameters are added)...

just run the file works but is no longer silent like in the older version.

I'm on Xp Pro SP3 with Installer 4.5
Go to the top of the page
 
+Quote Post
Shark007
post Sep 8 2008, 05:00 PM
Post #422


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (Sereby @ Sep 8 2008, 05:39 PM) *
hi shark,

i'm not able to install the new (german) version silent!
every time when i try to run it with /q /qb /qr or so its just opening msiexec.exe (happens when wrong parameters are added)...

just run the file works but is no longer silent like in the older version.

I'm on Xp Pro SP3 with Installer 4.5

hmmmm, I tested the file, you are correct. I dont know why though. checked the config.txt, all was OK.
I suggest you repackage it yourself, upload it to rapidshare, post the url, and I'll use it to replace the one I have on there now.
btw, in the config file I used "msistub.exe AcroRead.msi"
msistube passes the switch parameters to the msi.
I didnt default it to unattended (with switches) because there are 100's of users out there using this for desktop installations.

(and thanks) thumbup.gif


shark
Go to the top of the page
 
+Quote Post
ricktendo64
post Sep 8 2008, 05:48 PM
Post #423


Group: Banned Members
*******

Group: Members
Posts: 1637
Joined: 6-June 06
From: Honduras
Member No.: 98200
OS: Vista Ultimate x86
Country Flag


Shark you know you can make a 7zip sfx with optional auto install switches

CODE
;!@Install@!UTF-8!
;Normal
RunProgram="AcroRead.msi"
;Passive [-ai1]
AutoInstall1="AcroRead.msi /qb"
;Silent [-ai2]
AutoInstall2="AcroRead.msi /qn"
GUIMode="2"
;!@InstallEnd@!

So all Sereby would need to do is run ar9lite_xxx.exe -ai1[or 2] and it will launch the installer with /qb or /qn

Edit: nm I see you are still using the old 7zip sfx method

This post has been edited by ricktendo64: Sep 8 2008, 05:54 PM
Go to the top of the page
 
+Quote Post
Sereby
post Sep 9 2008, 03:46 AM
Post #424


Member
**

Group: Members
Posts: 183
Joined: 16-August 04
Member No.: 27760
OS: XP Pro x86
Country Flag


hi shark,

i tryed the following sfx header and it works for me now repacked:
- SFX-Header + config file
- Repacked German Lite-Installer (Rapidshare)
Go to the top of the page
 
+Quote Post
Shark007
post Sep 9 2008, 04:06 PM
Post #425


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (Sereby @ Sep 9 2008, 05:46 AM) *
hi shark,

i tryed the following sfx header and it works for me now repacked:
- SFX-Header + config file
- Repacked German Lite-Installer (Rapidshare)

Thank you Sereby, your assistance in this matter was greatly appreciated.


shark
Go to the top of the page
 
+Quote Post
ricktendo64
post Sep 9 2008, 04:16 PM
Post #426


Group: Banned Members
*******

Group: Members
Posts: 1637
Joined: 6-June 06
From: Honduras
Member No.: 98200
OS: Vista Ultimate x86
Country Flag


msistub is no longer needed if you use the new 7zsd.sfx
Go to the top of the page
 
+Quote Post
Shark007
post Sep 9 2008, 04:25 PM
Post #427


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


QUOTE (ricktendo64 @ Sep 9 2008, 06:16 PM) *
msistub is no longer needed if you use the new 7zsd.sfx

do you know if this newer sfx module will pass the commandline parameters to the msi as msistub does?
currently I prefer msistub for this reason. A user can type /? and be informed as to what is available via the commandline

I don't want users trying to figure out what switch does what. This is not released solely for MSFN where users can read about switches.
ai1 .. ai2 do these switches appear and thier use explained when /? is used on the exe with the newer sfx?

1 last thing, can you link to this newer sfx module?


shark

This post has been edited by Shark007: Sep 9 2008, 04:26 PM
Go to the top of the page
 
+Quote Post
ricktendo64
post Sep 9 2008, 06:30 PM
Post #428


Group: Banned Members
*******

Group: Members
Posts: 1637
Joined: 6-June 06
From: Honduras
Member No.: 98200
OS: Vista Ultimate x86
Country Flag


You can add info on the -ai switches but you will have to do this manually, a great example is RogueSpears Java installer. You can use 7zip splitter to decomplile it and look at his config.txt



Here is the link to the new 7zip sfx and you can find 7zip splitter and the CHM on all the new features

Source: http://7zsfx.solta.ru/en/

This post has been edited by ricktendo64: Sep 9 2008, 06:34 PM
Go to the top of the page
 
+Quote Post
ykchanaed
post Sep 11 2008, 12:05 AM
Post #429


Junior
*

Group: Members
Posts: 56
Joined: 18-January 07
Member No.: 122212
Country Flag


QUOTE
ALL 9.0 distributed EXE's accept MSI switches


I tried to install it silently. But when I used " ar9lite_cht.exe /qb-" , the msi swithes help window appeared only!

I decomplied this installer with 7zip , the config.txt was "msistub.exe acroread.msi"

I recomplied using "msistub.exe acroread.msi /qb-!", it stll ended up the same old config.txt.
Go to the top of the page
 
+Quote Post
Inferi0r
post Sep 11 2008, 09:56 AM
Post #430


Little dude
**

Group: Members
Posts: 180
Joined: 28-July 06
From: The Netherlands
Member No.: 106147
OS: XP Pro x86
Country Flag


A year ago when there was nothing known in the English forums about 7zsd.sfx from Igor Pavlov (the script was there orginally in 2005), I've written here a tutorial. A few days after that 7zSD site was translated to English and that makes it populair. But the latest version of 7zSD from Igor Pavlov is from July 14, 2007 (1.2 RC1 build 715), then te code was optimalized with the source code of 7-Zip version 4.49 beta. Now a year later 7-zip is meantime by v4.60 and I saw in the extra binary package that 7zS.sfx and 7zSD.sfx (uses msvcrt.dll) are from august 2008.... so anyone know of the 7zSD from Igor Pavlov still is the best and the official 7zSD now also support more parameters?

This post has been edited by Inferi0r: Sep 11 2008, 10:00 AM
Go to the top of the page
 
+Quote Post
darks0ul
post Sep 13 2008, 01:59 PM
Post #431


Member
**

Group: Members
Posts: 125
Joined: 15-September 04
Member No.: 31158



QUOTE (ykchanaed @ Sep 11 2008, 08:05 AM) *
QUOTE
ALL 9.0 distributed EXE's accept MSI switches


I tried to install it silently. But when I used " ar9lite_cht.exe /qb-" , the msi swithes help window appeared only!

I decomplied this installer with 7zip , the config.txt was "msistub.exe acroread.msi"

I recomplied using "msistub.exe acroread.msi /qb-!", it stll ended up the same old config.txt.

same problem (windows installer 4.5)
Go to the top of the page
 
+Quote Post
efrain
post Sep 13 2008, 06:37 PM
Post #432


Beta Tester?
*

Group: Members
Posts: 81
Joined: 16-July 07
Member No.: 146759
OS: XP Pro x86
Country Flag


same here.... sad.gif
Go to the top of the page
 
+Quote Post
Shark007
post Sep 14 2008, 03:38 AM
Post #433


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


Its getting quite obvious that I messed up the installers 'switch' functionality. (somehow)
Silent install IS NOT working for most releases.
I do not have highspeed internet acces so there is little hope I will fix this soon.

If someone (an msfn user with some longegity here) has the time to spare and is capable of repackaging all the releases
and re-upping them to rapidshare I would be greatful.


shark
Go to the top of the page
 
+Quote Post
Sereby
post Sep 17 2008, 11:58 AM
Post #434


Member
**

Group: Members
Posts: 183
Joined: 16-August 04
Member No.: 27760
OS: XP Pro x86
Country Flag


here are all languages updated with the new header file:

http://sereby.org/downloads/ar9lite/

uploaded to my server because rapidshare is SLOOOOOOW -.-

have fun

This post has been edited by Sereby: Sep 17 2008, 12:04 PM
Go to the top of the page
 
+Quote Post
efrain
post Sep 17 2008, 11:12 PM
Post #435


Beta Tester?
*

Group: Members
Posts: 81
Joined: 16-July 07
Member No.: 146759
OS: XP Pro x86
Country Flag


awesome!!! thanks man!
Go to the top of the page
 
+Quote Post
Inferi0r
post Sep 18 2008, 07:52 AM
Post #436


Little dude
**

Group: Members
Posts: 180
Joined: 28-July 06
From: The Netherlands
Member No.: 106147
OS: XP Pro x86
Country Flag


So many thanks to Sereby thumbup.gif
Go to the top of the page
 
+Quote Post
jinkazama
post Sep 21 2008, 05:39 PM
Post #437


Member
**

Group: Members
Posts: 106
Joined: 16-November 03
From: Italy
Member No.: 9577
OS: Windows 7 x86
Country Flag


Thank you sereby!!! smile.gif
Go to the top of the page
 
+Quote Post
Manta
post Sep 23 2008, 07:12 AM
Post #438





Group: Members
Posts: 7
Joined: 31-March 04
Member No.: 16963



Thanks for updating ar9lite Sereby. Just a heads-up: AVG detects your ar9lite_eng.exe as being infected with Trojan horse Generic10.UZZ The previous version by Shark wasn't detected.
Go to the top of the page
 
+Quote Post
provolino
post Sep 24 2008, 01:06 AM
Post #439


Member
**

Group: Members
Posts: 151
Joined: 22-December 06
Member No.: 119086
Country Flag


Adobe Reader 9 Lite is not able to open this file:
http://www.adobe.com/products/acrobat/pdfs/3d_pdf_demo.pdf

It gives error on missing "Updater" plugin.

Here is a screenshot:


Hope it can be fixed newwink.gif
Go to the top of the page
 
+Quote Post
intersolar
post Sep 24 2008, 02:17 AM
Post #440





Group: Members
Posts: 3
Joined: 28-August 06
From: Kiev
Member No.: 108775
OS: XP Pro x86
Country Flag


Hi, shark!

Adobe Reader 9.0 Russian is released. Could you, please, make Adobe Reader 9.0 Russian Lite?

Many thanks for your work!
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

24 Pages V  « < 20 21 22 23 24 >
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 11:11 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy