Jump to content

ivicav

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Serbia

Everything posted by ivicav

  1. Well, I made MSP file for unattended install, but there is no way to splitstream it in WinXP successfully. Any time started install there is a message that I miss windows installer 3.1. I made a script to install installer before I start setup for office, but it didn't work. Just popup that it can't restart program. I know I made mistake but WHERE? It's really annoying thing. Anyway, is there any way to add WinInstaller 3.1 BEFORE I start Office setup file?
  2. Is there any other way to slipstream Office 2007 or any other sw into WinXP? I ask that 'cause I tried few times to make CAB pack, but it just don't work. Installer always say that there is corrupted files in CAB pack. My idea is to just put Office with WinXP CD and just start silent install after all. Is there any posibilities to do something like that?
  3. Well, I made a script for TC PowerPack 1.7. Tested and working. ;English version ;runs the installer Run ("tcmdpp17.exe") WinWait ("Language / Jêzyk / Jazyk") Send ("e{enter}") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Welcome to the Total Commander PowerPack 1.7 Setup Wizard") Send ("!n") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Description Total Commander PowerPack edition") Send ("!n") WinWaitActive("Total Commander PowerPack 1.7 Setup", "License Agreement") Send ("!a") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Choose Components") Send ("!n") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Installation type") Send ("!n") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Choose Install Location") Send ("!i") WinWaitActive("Total Commander PowerPack 1.7 Setup", "Click Finish to close this wizard.") FileCopy("wincmd.key", "C:\Program Files\TC PowerPack\") ; You can remove line above if you don't have licence key;) WinClose ("Total Commander PowerPack 1.7 Setup ")
×
×
  • Create New...