Jump to content

DomZ

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by DomZ

  1. Wow this installer has stressed me out, after messing around with INI support and not having any luck, I tried simply parsing the arguments at command line. here's my line: %systemdrive%\XPCD\$OEM$\$1\install\Winamp\winamp512.msi XAUDIO=1 XVIDEO=1 XLIBRARY=1 XVISUAL=1 XEXTRA=1 XREGAUD=1 XREGVID=1 XREGPLS=1 XSkinSetting="Winamp Classic" XDESKTOP=0 XNAME="XXXX" XKEY="XXXXX-ETU4Z-R1S04-XXXXX" XMODERNSKIN=1 ^ That's one line My "XPCD" dir is on c:\. When parsing that^ to command prompt, the installer pops up as if I had double clicked it. As for the INI trouble, here's my INI: [SETUP] XAUDIO=1 XVIDEO=1 XLIBRARY=1 XVISUAL=1 XEXTRA=1 XREGAUD=1 XREGVID=1 XREGPLS=1 XSkinSetting="Winamp Classic" XDESKTOP=0 XNAME="XXXX" XKEY="XXXXX-ETU4Z-R1S04-XXXXX" XMODERNSKIN=1 And the command line: %systemdrive%\XPCD\$OEM$\$1\install\Winamp\winamp512.msi INI="%systemdrive%\XPCD\$OEM$\$1\install\Applications\Winamp\install.ini" ^ Also one line This generates error 1720: A script required to install could not be run. The reason they are pointing to XPCD\etc is because I am testing it before actually making the ISO. Also the INI file is called install.ini. So, anyway, please someone point out my stupid mistake or something, this is driving me nuts!
×
×
  • Create New...