Jump to content

ggfinder

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About ggfinder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ggfinder's Achievements

0

Reputation

  1. Hi everybody, Here are the switches for the Pro Version (that is in Installshield) Extract the exe in a directory and put the key in it. ECHO. ECHO Installation de Kaspersky Anti-Virus ECHO Please wait... start /wait %systemdrive%\install\apps\kasperskyav\setup.exe -s taskkill /IM KAV.exe /F taskkill /IM kavmm.exe/F ECHO. If you want to add the last updates of the bases, download the zip from the website, extract it and create a sfx with this path : C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\KAV Personal Pro\5.0\Bases and here is the code : ECHO. ECHO Installation des bases Kaspersky à jour ECHO Please wait... start /wait %systemdrive%\install\apps\kasperskyav\cumul.exe ECHO.
  2. I don't understand your answer... Personnaly, I install a clean XP SP2 under vmware and i try each applications separetely with a .bat file. When a switch is good, I add it to my total list. I don't use Runonce so I can't help you...
  3. Ok, you are at the stage creating a new XP CD. Here, you can't do anything else that installing each time and it's a bit long... The things I've told you is for the part of installing applications. Personnaly, I do batch for 5 to 10 applications for testing, if it's ok, I do a snapshot. If it's not a correct silent, I go back and so on. HAve fun.
  4. There are three things you could do. 1) If You have the last version ov vmware, use the clone option just after the clean install. With the clone, you'll have a clean version to use whenever you want. 2) You could also use the snapshot option. With this, you can come back to different stages, after each bad install. 3) The old way : Your vmware save is in : My Documents\My Virtual Machines\ You just have to copy the Directory "Windows XP Professional" (If it is XP) and paste it here with an other name (for ex. "clean Windows XP Professional"). When you want to have a clean Vmware version just delete the "Windows XP Professional" and rename the old one as "Windows XP Professional". Don't forget to do a copy and paste again. Excuse my english, this is not my natural language. GG
  5. Hi everybody, I am new in programming... Excuse my ignorance. I use dos command in a batch to install programs, copy files and delete icons. I would like to add a few lines at the end of the batch. If no errors appends, i would like the batch to tell me something like : Everything OK. If some errors (missings files, wrong directory or whatever appends, I would like the errors written in a txt or a window. I'm sure this is possible, but I can't make it. I've been heard of sth like : >> texte.tx Unfortunately ... Please and thanks in advance. GG
  6. I give you my script it works fine to delete icons and quicklaunchs icons. If your native language has accents here's is the solution : in a dos windows type dir /X and you will see the 8 characters name. Exemple : you want to del "Sauvegarder et éteindre.lnk" becomes "Sauveg~1.lnk". Have fun deleting Icons and quicklaunchs icons. Del "%AllUsersProfile%\Bureau\CloneCD.lnk" del "%AllUsersProfile%\Bureau\DAEMON Tools.lnk" Del "%AllUsersProfile%\Bureau\Mozilla Firefox.lnk" Del "%AllUsersProfile%\Bureau\Nero StartSmart.lnk" Del "%UserProfile%\Bureau\Opera.lnk" Del "%UserProfile%\Bureau\Ultr@VNC Viewer.lnk" Del "%UserProfile%\Bureau\Ultr@VNC Server.lnk" Del "%UserProfile%\Bureau\Serv-U.lnk" Del "%UserProfile%\Bureau\Maxthon.lnk" Del "%UserProfile%\Bureau\Ultr@VNC Repeater.lnk" Del "%UserProfile%\Bureau\UltraBackup.lnk" Del "%UserProfile%\Bureau\DVD Shrink 3.2.lnk" Del "%UserProfile%\Bureau\TVTAD.lnk" Del "%UserProfile%\Bureau\Spybot - Search & Destroy.lnk" Del "%UserProfile%\Bureau\CCleaner.lnk" Del "%UserProfile%\Bureau\BSplayer.lnk" Del "%UserProfile%\Bureau\BitComet.lnk" Del "%UserProfile%\Bureau\Ad-Watch SE Professional.lnk" Del "%UserProfile%\Bureau\Ad-Aware SE Professional.lnk" Del "%UserProfile%\Bureau\Sauveg~1.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Ad-Aware SE Professional.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Ad-Watch SE Professional.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Mozilla Firefox.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Winamp.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Opera.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" Del "%UserProfile%\Application Data\Microsoft\Internet Explorer\Quick Launch\Spybot - Search & Destroy.lnk"
  7. I don't know your method, I don't use REg ADD KEY method, but il can see a double quote at the end. Usuallt the program doesn'tlike that, no ? Maybe I'm completely wrong... don't hurt me... GG
  8. Ok guys, we're talking about Kaspersky Personnal PRO and 5.0.20., it has an installshield. The kaspersky *.exe downloaded on the kaspersky site must be extract in a directory where you put the .key. Then you launch this to get it silent : setup.exe -s and it works with no reboot. I hope it helps... Thanks again GG
  9. Hi, I just have read this in an other thread ... "maybe consider adding %CDROM% support. All that you'd need in the GUI is a checkbox, and then when writing the script just write the FOR loop just after the TITLE line." Or this to check in all the CD player (I think)... 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:\CD.txt SET CDROM=%%i:
  10. Hi, I saw something like this one day, Maybe he could try things like : %cdromdrive%\Install\Applications\ I don't know if this work and it depends of the numbers of drive there is. CD must be in the primary CD Drive. I hope it could work, because I am interested in your solution. GG
  11. Thanks to you, The kaspersky personnal pro 5.0.20 that I use asks for reboot. It is not an other application, because actually I'm trying each application separetely. I am under XP SP2. I will try different switches. Thanks again.
  12. Unfortunately, I tried your code and it doesn't work for avoiding rebooting... I confirmed that under vmware the 5.0.20 version asks for reboot at the end of the process. I giving you my method just to be sure. I extract the kav 5.0.20.exe to get all the files. Then i put my key with these files. I use Winrar to re-compress all of the files, with the sfx box ticked and in the comments tab I put ;Comments Setup=setup.exe /S /v/qn TempMode Silent=1 Overwrite=1 I didn't know this method, so I don't know the way to write. Do I have to put the " ; Comments " at the beginning of the code ? Thanks for your help. GG
  13. Hi everybody ! The SFX method works fine BUT windows reboot after the install. Does anyone found a solution to this problem ? Thanks again. GG
×
×
  • Create New...