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
![]() ![]() |
Sep 8 2008, 03:39 PM Post
#421 | |
| Member ![]() ![]() Group: Members Posts: 183 Joined: 16-August 04 Member No.: 27760 OS: XP Pro x86 |
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 |
| | |
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 | 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) shark |
| | |
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 |
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 |
| | |
Sep 9 2008, 03:46 AM Post
#424 | |
| Member ![]() ![]() Group: Members Posts: 183 Joined: 16-August 04 Member No.: 27760 OS: XP Pro x86 |
hi shark, i tryed the following sfx header and it works for me now repacked: - SFX-Header + config file - Repacked German Lite-Installer (Rapidshare) |
| | |
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 | 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 |
| | |
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 |
msistub is no longer needed if you use the new 7zsd.sfx
|
| | |
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 | 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 |
| | |
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 |
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 |
| | |
Sep 11 2008, 12:05 AM Post
#429 | |
| Junior ![]() Group: Members Posts: 56 Joined: 18-January 07 Member No.: 122212 | 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. |
| | |
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 |
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 |
| | |
Sep 13 2008, 01:59 PM Post
#431 | |
| Member ![]() ![]() Group: Members Posts: 125 Joined: 15-September 04 Member No.: 31158 | 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) |
| | |
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 |
same here.... |
| | |
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 |
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 |
| | |
Sep 17 2008, 11:58 AM Post
#434 | |
| Member ![]() ![]() Group: Members Posts: 183 Joined: 16-August 04 Member No.: 27760 OS: XP Pro x86 |
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 |
| | |
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 |
awesome!!! thanks man!
|
| | |
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 |
So many thanks to Sereby |
| | |
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 |
Thank you sereby!!! |
| | |
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.
|
| | |
Sep 24 2008, 01:06 AM Post
#439 | |
| Member ![]() ![]() Group: Members Posts: 151 Joined: 22-December 06 Member No.: 119086 |
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 |
| | |
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 |
Hi, shark! Adobe Reader 9.0 Russian is released. Could you, please, make Adobe Reader 9.0 Russian Lite? Many thanks for your work! |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 10:47 PM |