Jump to content

radix

Member
  • Posts

    755
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by radix

  1. /S /NCRC switch don't perform a correct installation, so you need a script.
  2. It's simple. You need a .cmd file like this: @echo off start /wait firstapp.exe /s /sms start /wait secondapp.exe /s /sms . . . exit But first run every program with switch /r and copy result file setup.iss from %windir% in the same folder with setup.exe. Then build an installer with 7zsfx with .cmd file as executable after extraction. The bad thing is that your applications will be installed in the same locations e.g. C:\Program Files\App Name\ not in %programfiles&\App Name\ (usefull when Windows is installed on other disk then C).
  3. Try a BIOS reset. I had a similar problem in the past but not because Daemon Tools and solved it with a BIOS reset.
  4. YourWare Solutions FreeRAM XP Pro 1.52 YourWare_Solutions_FreeRAM_XP_Pro_1.52.au3
  5. Yahoo! Messenger 11.5.0.152 Instructions about how to obtain the offline installer (it's easier and recommended to download the installer from softpedia.com because after a new version is released will take a few days untill the installer will be available using the method below): 1.Download the online installer from http://messenger.yahoo.com/ 2.Run the online installer and then when will start to download, go to %Temp% (usually C:\Documents and Settings\User Name\Local Settings\Temp) and in a folder from there you will find the installer. 3.Wait untill the installation window said "Installing Yahoo Messenger" and copy from that folder from %Temp% the installer in other place (when installation is done, the installer from %Temp% will be deleted). Yahoo!_Messenger_11.5.0.152.au3
  6. Hi! I have a question: I try to make a script for DivX 6.6.1, but after "Choose Components" window, the installer stop responding to the script, installing Firefox and goes to finish even the script lines is finished. What command can I use to "taming" this installer? "Sleep" command does not work.
  7. Windows Installer Guide: http://msdn2.microsoft.com/en-us/library/aa372845.aspx
  8. Don't need to search on AutoIt site. Help is in the file AutoIt3Help.exe from AutoIt installation folder.
  9. The AutoIt script can be found here: http://www.msfn.org/board/index.php?s=&amp...st&p=690487
  10. DivX Plus 8.2.2 Build 1.8.5.36 DivX_Plus_8.2.2_Build_1.8.5.36.au3 DivX_Plus_8.2.2_Build_1.8.5.36_Deutsch.au3
  11. COWON Media Center - jetAudio 8.0.16.2000 Plus VX 1. Unpack the original installer with Universal Extractor (use isxunpack extraction method). 2. Copy all files extracted in the previous step into a folder called Setup. 3. Edit the AutoIt script file with your desired settings, compile it and put the compiled file in a folder at the same level with the folder Setup (created in the step #2) and run the silent installation from the compiled AutoIt file. COWON_Media_Center_-_jetAudio_8.0.16.2000_Plus_VX.au3
  12. I made an AutoIt script for JetAudio 7.0.3.3016 Plus VX: http://www.msfn.org/board/index.php?s=&amp...st&p=690291
  13. It's simple: start the SP1 installer, accept EULA and when unpacked is finished, go to Temp folder and copy from there Maya8.5.msi and AutodeskDirectConnect2.0.msi and install them in this order with switch /qn /norestart
  14. Good work slipk487 but you can use %allusersprofile% instead of "%systemdrive%\Documents and Settings\All Users
  15. Version 1.6 Beta don't extract one file from WinAVI 3GP/MP4/PSP/iPod Video Converter from this page: http://www.winavi.com/en/download/download.htm File is min,2.bmp from extracted folder winavi_ipod_video_converter\{app}\Skins Version 1.5 extract whole content correctly.
  16. For those who want to build an installer with Inno: 1.Use Universal Extractor 1.5 to extract the content of installer (don't use Universal Extractor 1.6 beta coz don't extract 2 files !). 2.Go to extraction folder and open install_script.iss file with Inno and in Tasks section delete {code:MyConst} from first line of this section. 3.Compile script. Note: Seems that is imposible to kill the process who is responsible with activation at the end of the installation. I tried taskkill command in some ways but unsuccessfully. So the right method is to build a silent installer with files extracted with Universal Extractor 1.5 and set this installer to extract the files in a folder, make a shortcut, import registry with username and s/n, delete MP4debug.log file from %systemdrive% all automatically. I found a tool that make shortcuts in this site: http://www.optimumx.com/download/ useful for those who work with 7zS.sfx
  17. I have a Seagate 320gb 16mb sata2 which install Windows XP with 3,5 min faster than Maxtor 200gb 8mb sata2. So I recomend Seagate instead Maxtor but you can take a look here: http://www.anandtech.com/ in section storage at the tests.
  18. @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
  19. 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
  20. Use this in your cmd or bat file: taskkill /F /IM ares.exe Note: if ares.exe is not the corect name of process, then change it.
  21. Hi Oleg! I build a package with this config.txt: ;!@Install@!UTF-8! RunProgram="hidcon:install.cmd" GUIMode="2" Shortcut="Du, {%%T\\%programfiles%\\DU Meter\\DUMeter.exe}, {}, {}, {}, {DU Meter}" ;!@InstallEnd@! But, in icon properties on Target field appear this: "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\7ZipSfx.000\%programfiles%\DU Meter\DUMeter.exe" Is posible to appear this: "%programfiles%\DU Meter\DUMeter.exe" Or better this: "C:\Program Files\DU Meter\DUMeter.exe" Thanks!
  22. First copy the content of CD/DVD/image in a folder named Autodesk_Maya_8.5 Place one of the next batch files in the root of the folder Autodesk_Maya_8.5: Maya_x86_install.bat if you install in Windows XP x86: @echo off start /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\Maya8.5.msi /qn start /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\AutodeskDirectConnect2.0.msi /qn start /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win\Maya\Maya_Docs_en_US8.5.msi /qn rd /s /q "%systemdrive%\Autodesk_Maya_8.5" exit Maya_x64_install.bat if you install in Windows XP x64: @echo off start /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win-amd64\Maya\Maya8.5.msi /qn start /wait %systemdrive%\Autodesk_Maya_8.5\Maya\win-amd64\Maya\Maya_Docs_en_US8.5.msi /qn rd /s /q "%systemdrive%\Autodesk_Maya_8.5" exit If your folders configuration is diferent, you can change the path of the folders in the batch file. Now you can make a sfx archive for the content of folder Autodesk_Maya_8.5 using WinRAR with these options: -In SFX options->Path to extract write %systemdrive%\Autodesk_Maya_8.5 -In SFX options->Run after extraction, write %systemdrive%\Autodesk_Maya_8.5\Maya_x86_install.bat or %systemdrive%\Autodesk_Maya_8.5\Maya_x64_install.bat etc.
  23. That is Skype Business 3.5.32.202 not 3.5.32.214
  24. WMP11 slipstreamer works perfectly. Work first with WMP11 slipstreamer and then with nLite not vice versa.
  25. Well, I found the problem . Is Kels Uber Addon that I used to integrate in Windows installation CD.
×
×
  • Create New...