December 16, 200421 yr Author Well, I don't even think the screenshot resembles the current build anyways
December 17, 200421 yr iam using wpi to install softawre.i downloaded winamp.msi file from 1st post and used this code to installprog[pn]=['Winamp 5.0.7']desc[pn]=['With Winamp Pro,']cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\Install\winamp\winamp.ini"]cmd2[pn]=['pskill.exe winamp.exe']dflt[pn]=['yes']pn++and my winamp.ini consist of [sETUP]XAUDIO=1XVIDEO=0XNAME=xxxxxxxxxXKEY=xxxxxxxxxxxthis setting failed when i tested it on virtual machine.what to dohelp pls
December 17, 200421 yr cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\Install\winamp\winamp.ini"]it should be cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\\Install\\winamp\\winamp.ini"']
December 17, 200421 yr Author I really need to put a disclaimer somewhere....If you use a method other then BATCH SCRIPT, I have NO GUARANTEE that I will be able to get your code to work@bmnI believe Astalavista is correct, however I can't confirm as I don't use WPI.
December 17, 200421 yr actually, this is the correct code, and ive tested it a million times:cmd1[pn]=['msiexec.exe /qb /i %cdrom%\\Applications\\Winamp\\Winamp505.msi INI=%cdrom%\\Applications\\Winamp\\winamp505.ini"]now i'm just waiting for the MSI release of 5.07. but the method will be the same.
December 18, 200421 yr Author @a06lpyou do know it's been released right? The only thing missing is the XREGAUD to allow you to say "NO DON'T REGISTER ASSOCAITIONS"
December 19, 200421 yr Author oh, you're waiting for that?It's a slight problem in the INI file created during install. Typed in the wrong number or something, I'll fix that right away. Workaround is to go into the plugins, select the WAV one, and then select the file types.
December 19, 200421 yr oh, you're waiting for that?Yeah, only because I use my UDVD on many computers and don't want to be bothered fixing each one.Let me know when it's ready.
December 21, 200421 yr Author have you had a chance to fix that wav problem?yes, but I've been trying to get the XREGAUD working as well, but my mother has been putting me to work since I came home for hte holidays....
December 21, 200421 yr Quick question.. to use the "XSkinsetting", does the skin need to be in the same directory as the msi or already placed in the winamp skin directory? Also, do you set it to the skin filename or the name of the skin?Thanks.
December 22, 200421 yr Author the skin must be in the DESTINATION install directory, and use the NAME of the skin, not the filename of it.
December 22, 200421 yr i need help.. here;s my .cmd for winamp"winamp.msi INI="c:\winamp.ini" /qb"and here's my ini file[SETUP]xagent=1xlibrary=1xintex=1xmodernskin=1xaduio=1xvideo=0xvisual=0xextra=1xdircont=1xtypecont=1xnetscape=0xtray=0well, when i click the .cmd file.. nothing happens. no error signs, so i guess the files are in correct place. any guess?tia*edit* removed the silent switch and clicked 'run' button when windows prompted for it, and INI file was recognized and installed according to it.. so i'm guessing problem w/ silent switch.
Create an account or sign in to comment