Alanoll Posted December 16, 2004 Author Posted December 16, 2004 Well, I don't even think the screenshot resembles the current build anyways
bmn Posted December 17, 2004 Posted December 17, 2004 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
Astalavista Posted December 17, 2004 Posted December 17, 2004 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"']
Alanoll Posted December 17, 2004 Author Posted December 17, 2004 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.
a06lp Posted December 17, 2004 Posted December 17, 2004 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.
Alanoll Posted December 18, 2004 Author Posted December 18, 2004 @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"
a06lp Posted December 19, 2004 Posted December 19, 2004 i thought there was some kind of problem with .WAV files???<confused>
Alanoll Posted December 19, 2004 Author Posted December 19, 2004 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.
a06lp Posted December 19, 2004 Posted December 19, 2004 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.
a06lp Posted December 21, 2004 Posted December 21, 2004 have you had a chance to fix that wav problem?
Alanoll Posted December 21, 2004 Author Posted December 21, 2004 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....
durex Posted December 21, 2004 Posted December 21, 2004 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.
Alanoll Posted December 22, 2004 Author Posted December 22, 2004 the skin must be in the DESTINATION install directory, and use the NAME of the skin, not the filename of it.
larciel Posted December 22, 2004 Posted December 22, 2004 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now