Jump to content

svortevik

Member
  • Posts

    27
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

About svortevik

svortevik's Achievements

0

Reputation

  1. FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\Install\ So I think the path is ok, it works with every other program.
  2. Form my runoneex file I try to install winamp and msn messenger, but none of them is in place when my windows instalation is in place. Can anyone take a look at my file and tell me whats wrong? REG ADD %KEY%\024 /VE /D "MSN Messenger 7" /f REG ADD %KEY%\024 /V 1 /D "%PP%MsnMsgs.msi IAGREE="Yes" ADDEXPLORERTOOLBAR="" SETSEARCHENGINE="" SETHOMEPAGE="" /QB" /f REG ADD %KEY%\048 /VE /D "WinAmp 5.092" /f REG ADD %KEY%\048 /V 1 /D "%PP%Winamp5092.msi XUser="Eirik Svortevik" XKey="US427-xxxxx-1E07C-xxxxx" /qn/qn" /f REG ADD %KEY%\048 /V 2 /D "REGEDIT /S %PP%winamp.reg" /f rundll32.exe iernonce.dll,RunOnceExProcess
  3. PP=%cdrom%\Install\ I`ll try to use "\" and see if that helps.
  4. When installing some of my programs I need taskkill to run, but it wont. Can anyone look over my commands and tell med whats wrong? REG ADD %KEY%\009 /VE /D "BulletProof FTP Server" /f REG ADD %KEY%\009 /V 1 /D "%PP%ftpsetup.exe /verysilent" /f REG ADD %KEY%\009 /V 2 /D "taskkill.exe /IM bpftpserver.exe" /f REG ADD %KEY%\009 /V 3 /D "%PP%bpftpserver.exe" /f REG ADD %KEY%\016 /VE /D "DVD Identifier" /f REG ADD %KEY%\016 /V 1 /D "%PP%DVDIdentifier3.6.3.1.exe /VERYSILENT" /f REG ADD %KEY%\016 /V 2 /D "taskkill.exe /IM "DVD Identifier.exe"" /f REG ADD %KEY%\038 /VE /D "Opera Search ini editor" /f REG ADD %KEY%\038 /V 1 /D "%PP%OperaSearchIni\opsedsetup123.exe /SILENT" /f REG ADD %KEY%\038 /V 2 /D "taskkill.exe /IM opsed.exe" /f REG ADD %KEY%\052 /VE /D "TuneXp 1.5" /f REG ADD %KEY%\052 /V 1 /D "%PP%TuneXP15.exe /VERYSILENT /SP-" /f REG ADD %KEY%\052 /V 2 /D "%PP%Sleep.exe 10" /f REG ADD %KEY%\052 /V 3 /D "taskkill.exe /IM tunexp.exe" /f
  5. Is there any way to get my program to instal before I logon to my user account? I got it to work with wpi, but not with an cmd file..It seems kind of wasted if I have to log on before it will start installing my programs. If there is no way of doing this, can someone please tell me how to skip the "customise" windows before I get to the logon screen? No mater what I do the instalation prosses stop at some point.
  6. Not sure, but think this will help: Windows Registry Editor Version 5.00 ; Disable Adobe EULA [HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer] "EULA"=dword:00000001
  7. Is it posible to make 7z file with languagepack included?
  8. Is there some way to choose a different dir for the instalation?
  9. Is there any way to get mp3tag to instal with english? I end up with a language I really dont understand. I use /S...
  10. When I install tunexp from my wpi, and then run taskkill from my wpi script it runs to fast. Tunexp runs after taskkill is done. Is there som way to slow down taskkill from my wpi script?
  11. Do I have to use the /f? Even if I Install from cdrom and not from systemdrive?
  12. How do I set it to silent extract? Is this correct? Setup=netfx.msi TempMode Silent=1 Overwrite=1 One last thing...Do I add QB to the netfx.exe I made with win rar, or do I add it to the text over in code? "Setup=netfx.msi /QB"??
  13. Can this be done with other programs too?
×
×
  • Create New...