Jump to content

Need help with some applications


Pauly

Recommended Posts

i got a few problems running those applications silently:

DivXPro52.exe

ABC-win32-v2.6.8.exe

winamp504_full.exe

heres is what i have in my batch file:

ECHO Installing DivX 5.2
ECHO Please wait...
start /wait %systemdrive%\install\DivXPro52.exe /s

ECHO.
ECHO Installing ABC 2.6.8
ECHO Please wait...
start /wait %systemdrive%\install\ABC-win32-v2.6.8.exe /s

ECHO.
ECHO Installing Winamp 5.04
ECHO Please wait...
start /wait %systemdrive%\install\winamp504_full.exe /s /install=SRFQ
taskkill.exe /F /IM winamp.exe

some help would be really appreciated !! :)

if possible id like to be able to edit the options of winamp too..

thanks a lot

Link to comment
Share on other sites


i've worked out the silent install with the big Winamp 5.04 MSI thread

i'm gonna try the capital S for ABC 2.6.8

would still need Divx 5.2 though gonna try with a capital S for this one too

and i am also using those lines to delete the shortcuts created on the desktop:

DEL "%systemdrive%\Documents and Settings\All Users\Desktop\*.lnk"
DEL "%systemdrive%\Documents and Settings\Benoit\Desktop\*.lnk"

The thing is, i think VMWare creates a somewhat different account on the virtual OS. It creates it like: <Virtual Account created>.<Current REAL Account>

for example, my real account right now is "Ben" and i want my unattended XP CD to create an account named "Benoit"

which produces in VMWare an account "Benoit.Ben"

therefore the second line doesnt quite work. But will it work okay when i use the real CD on a real HD ?

Link to comment
Share on other sites

  • 3 weeks later...

I use Wmware too, and i found the following code snippet to be better for getting rid of those annyoing and useless shortcuts :)

DEL /Q /F "%AllUsersProfile%\Desktop\*.lnk" > NUL
DEL /Q /F "%HomePath%\Desktop\*.lnk" > NUL

These variables point to the complete path to the relevant directories. I've never personally had any problems with WMWare. What version are you using?

Link to comment
Share on other sites

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...