Jump to content

Recommended Posts


Posted

iam using wpi to install softawre.i downloaded winamp.msi file from 1st post and used this code to install

prog[pn]=['Winamp 5.0.7']

desc[pn]=['With Winamp Pro,']

cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\Install\winamp\winamp.ini&quot]

cmd2[pn]=['pskill.exe winamp.exe']

dflt[pn]=['yes']

pn++

and my winamp.ini consist of

[sETUP]

XAUDIO=1

XVIDEO=0

XNAME=xxxxxxxxx

XKEY=xxxxxxxxxxx

this setting failed when i tested it on virtual machine.

what to do

help pls

Posted
cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\Install\winamp\winamp.ini&quot]

it should be

cmd1[pn]=['%cdrom%\\Install\\winamp\\winamp.msi INI=%CDROM%\\Install\\winamp\\winamp.ini"']

Posted

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

@bmn

I believe Astalavista is correct, however I can't confirm as I don't use WPI.

Posted

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&quot]

now i'm just waiting for the MSI release of 5.07. but the method will be the same.

Posted

@a06lp

you do know it's been released right? The only thing missing is the XREGAUD to allow you to say "NO DON'T REGISTER ASSOCAITIONS"

Posted

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.

Posted
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. :)

Posted
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.... :realmad:

Posted

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.

Posted

i need help.. here;s my .cmd for winamp

"winamp.msi INI="c:\winamp.ini" /qb"

and here's my ini file

[SETUP]
xagent=1
xlibrary=1
xintex=1
xmodernskin=1
xaduio=1
xvideo=0
xvisual=0
xextra=1
xdircont=1
xtypecont=1
xnetscape=0
xtray=0

well, 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...