Jump to content

Recommended Posts

Posted

:)

hi again... please is there a command for no wait for a install, coz i got a mp3 in one exe but if i dont exit of the player the installation dont continue, thanks again


Posted
12. Very often we see meaningless subjects in topic title. They give no clue of what the posts are all about. For example:

- Oh no!

- Help

- I'm mad

- Please help

- Question

- I need your help

- Hmmmm ....

This should be avoided. Users should enter something more specific in topic title so that it is easier for others to help.

Topic title changed.

Posted

im not sure what u mean :S installing something without /wait CAN cause problems.. i would suggest u use it, as for the mp3 exe thing, im not 100% sure what u mean

Posted

hehe ok, im going to explain it, (my english isnt good)...

when im installing the programs (with RunOnceEx) i put this command first:

REG ADD %KEY%\001 /V 3 /D "%systemdrive%\Inst\Musica\Lagrimas.exe" /f

Lagrimas.exe is a song in a exe ( it have a player). it work fine, but to continue the installation i need to close the player...

and im looking for a command in runonceex for no wait...

thanks

Posted

hmm, would "cmd /c start /min %systemdrive%\Inst\Musica\Lagrimas.exe" work in place of what MolTraS already has? Would cmd /c by itself without the start /min do what MolTraS wants?

Posted

sounds like (maybe im still misunderstanding) but u just wanna end task on the player and let other stuff continue?

goto sysinternals, and download pskill

then type

pskill <application name> example pskill ypager kills yahoo from starting up after a silent install

Posted

cmdow @ /HID

@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "MolTraS Unattended XPCD v2.0" /f

REG ADD %KEY%\001 /VE /D "Preparando para instalar..." /f

REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Inst\prepare.cmd" /f

REG ADD %KEY%\001 /V 2 /D "%systemdrive%\Inst\soft.exe" /f

REG ADD %KEY%\001 /V 3 /D "%systemdrive%\Inst\Musica\Lagrimas.exe" /f

REG ADD %KEY%\010 /VE /D "Instalando Winrar 3" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Inst\Soft\WinRAR\WinRAR.exe /s" /f

REG ADD %KEY%\015 /VE /D "Instalando MSN Messenger 6" /f

REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Inst\Soft\MSN\MsnMsgs.msi /QB" /f

REG ADD %KEY%\020 /VE /D "Instalando MDAC y sú actualización" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Inst\Soft\MDAC.EXE /C:"dasetup.exe /q /n" /q" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\Inst\Soft\Q832483.EXE /C:"dahotfix.exe /q /n" /q" /f

REG ADD %KEY%\025 /VE /D "Instalando Office 2003" /f

REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Inst\Soft\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\030 /VE /D "Instalando Nero 6 y Plugins" /f

REG ADD %KEY%\030 /V 1 /D "REGEDIT /S %systemdrive%\Inst\Soft\Nero\register.reg" /f

REG ADD %KEY%\030 /V 2 /D "%systemdrive%\Inst\Soft\Nero\Nero63110.exe /silent /noreboot" /f

REG ADD %KEY%\030 /V 3 /D "%systemdrive%\Inst\Soft\Nero\NBR63110ESP.exe /silent /noreboot" /f

REG ADD %KEY%\030 /V 4 /D "%systemdrive%\Inst\Soft\Nero\Neroplugins.exe" /f

REG ADD %KEY%\035 /VE /D "Instalando NET Framework 1" /f

REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Inst\Soft\Framework\netfx.msi /qb" /f

REG ADD %KEY%\040 /VE /D "Instalando Symantec Anti Virus 9" /f

REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Inst\Soft\SAV\sav.msi /qn RUNLIVEUPDATE=0 REBOOT=REALLYSUPPRESS" /f

REG ADD %KEY%\040 /V 2 /D "%systemdrive%\Inst\Soft\SAV\x86.exe /Q-" /f

REG ADD %KEY%\045 /VE /D "Instalando Codecs" /f

REG ADD %KEY%\045 /V 1 /D "%systemdrive%\WINDOWS\System32\register.cmd" /f

REG ADD %KEY%\050 /VE /D "Instalando WinISO 5" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Inst\Soft\WinISO\winiso.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\050 /V 2 /D "%systemdrive%\Inst\Soft\WinISO\language.exe" /f

REG ADD %KEY%\050 /V 3 /D "REGEDIT /S %systemdrive%\Inst\Soft\WinISO\winiso.reg" /f

REG ADD %KEY%\055 /VE /D "Instalando Daemon Tools 3" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Inst\Soft\DaemonTools\dt.exe /qn /Reboot=Suppress" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Inst\Soft\DaemonTools\3082.exe" /f

REG ADD %KEY%\055 /VE /D "Instalando Adobe Reader 6" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Inst\Soft\AR6\AR6.exe -p"-s /v\"/qn\""" /f

REG ADD %KEY%\055 /VE /D "Instalando Alcohol 120º" /f

REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Inst\Soft\Alcohol\trial_setup.msi /qn" /f

REG ADD %KEY%\030 /V 1 /D "REGEDIT /S %systemdrive%\Inst\Soft\Alcohol\alcohol.reg" /f

REG ADD %KEY%\060 /VE /D "Preparando para reiniciar" /f

REG ADD %KEY%\060 /V 1 /D "%systemdrive%\Inst\cleanup.cmd" /f

EXIT

Its in spanish, coz im Mexican :)

Posted

What I would do is remove this entry from your RunOnceEx.cmd:

REG ADD %KEY%\001 /V 3 /D "%systemdrive%\Inst\Musica\Lagrimas.exe" /f

Then put this in your prepare.cmd:

start /min %systemdrive%\Inst\Musica\Lagrimas.exe

That should do what you need.

buena suerte,

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