Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. If you know how to create an add-on and don't know the switch use this: a2FreeSetup.exe /sp- /verysilent /norestart
  2. Try this: Rainlendar-Lite-2.2.exe /S /NCRC
  3. My silent installer: http://rapidshare.com/files/70867603/Irfan...th_plug-ins.rar
  4. It's a Nullsoft installer. Use " /S /NCRC" switch, but without quotes. Use the upper case.
  5. Better try this: @echo off start /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn" start /wait regedit /s settings.reg exit
  6. Use a cmd file like this: @echo off start /wait systemupdate302-2007-9-21.exe -s -a /s /v" /qn" regedit /s settings.reg exit
  7. That script need some modifications to work. You can send a request to the author NaDer_GenKO.
  8. This is a good method, but for those who have installed Yahoo Messenger client, ACDSee will install Yahoo Toolbar. If don't exist a switch for this, you can edit msi file with Microsoft Orca. Load msi file in Orca, go to Property Table and change YAHOO_TOOLBAR_SHOW value from 1 to 0. Save and repack.
  9. Again C:\Documents and Settings\Your Name\Local Settings\Temp\...). Your Name could be Administrator or George or else. And the file is: ACDSee 10 Photo Manager.msi, about 33.8 MB That directory( C:\Windows\Installer is for other purposes not for unpacking the installers)
  10. In order to install Babylon with those Glossaries you need to install them manually and then copy from installation directory the folders Data and Gloss and put them into a folder with the installer and compiled script. Add this to the end of my script: ; Glossaries DirCopy(@ScriptDir & "\Data", $INSTALLLOCATION & "\Data", 1) DirCopy(@ScriptDir & "\Gloss", $INSTALLLOCATION & "\Gloss", 1)
  11. Where can be found Glossaries?
  12. Start installation and when the first window appear, go to Temp folder and pick up from there the file ACDSee 10 Photo Manager.msi (is located in a folder C:\Documents and Settings\Your Name\Local Settings\Temp\...).
  13. My script install the trial version. http://www.msfn.org/board/index.php?showto...st&p=704603
  14. Babylon Pro 8.0.2 (r11) Babylon_Pro_8.0.2_r11.au3
  15. Well, since you don't want to learn AutoIt script , let us know what settings do you want to be done by the script I mean install the program and remember what settings do you check in every window of the installation process (like language, toolbar, desktop icon etc.).
  16. Read this about installshield and others: http://unattended.sourceforge.net/installers.php An AutoIt script for JetAudio can be found here: http://www.msfn.org/board/index.php?showto...st&p=690291
  17. You can use a single reg file like this: =======Begin=========== Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\CyberLink\PowerDVD] "CDKey"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" "HasCDKEY"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "RemoteControl"=- "LanguageShortcut"=- =======End==========
  18. My script do these: -remove RichVideo (from script directory or Temp folder after extraction); Is no need to edit Custom.ini. -Prevent PDVDServ.exe and Language.exe to run at start up; -Make registration with s/n. http://www.msfn.org/board/index.php?showto...st&p=698477
  19. No man. It not works. Nor in a clean Windows installation. I have that error Nero 8 installation failed.
  20. CEoCEo, with your script for Nero 8.1.1.0, the installation of Nero 8.1.1.0b is stopped on first screen (Nero Ask Toolbar window). I think that something is missed in the script.
  21. http://unattended.sourceforge.net/installers.php
  22. Azureus 3.1.1.0 Azureus_3.1.1.0.au3
  23. QuarkXPress 9.2 QuarkXPress_9.2.au3
  24. Try to copy MSECache folder after installation and make a silent installer with 7-zip sfx with switch /qn /norestart after the name of msi file.
  25. I slipstreamed SP3 into Office 2003 with SP1 and I made the ISO with CDImage GUI using these switches: -l -yd -n -h -x -o -m -d with label CD_ROM With label Office2003 I have that error from the first post.
×
×
  • Create New...