Jump to content

Major

Member
  • Posts

    322
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Spain

Everything posted by Major

  1. Hello Men, I have tried to change icons during unattended installation for .mp3, .avi, .mpeg, and only mp3 has changed. here are the lines which i put in my registry tweaks: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AVIFile\DefaultIcon] @="C:\\Archivos de programa\\Windows Media Player\\wmplayer.exe,0" "MPlayer2.BAK"="mplay32.exe,3" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\mpegfile\DefaultIcon] @="C:\\Archivos de programa\\Windows Media Player\\mplayer2.exe,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Winamp.File\DefaultIcon] @="C:\\Archivos de programa\\Winamp\\Winamp.exe,0" And only mp3 files have changed the icon. Any Suggestions please?
  2. It Works a charm Thanks very much and to every one who helps in the forum. Here is what i have done: here is my cleaun.cmd cmdow @ /HID shutdown.exe -r -f -t 120 -c "Windows XP se reiniciara en un minuto para actualizarse, asi que en breves momentos lo tendras todo instalado" net user aspnet /delete RD /S /Q "%systemdrive%\drivers\" RD /S /Q "%systemdrive%\install\" COPY "%SystemDrive%\CleanUp\ExtraCleanUp.cmd" "%UserProfile%\Men£ Inicio\Programas\Inicio\" EXIT An in ExtraCleanup.cmd @echo off DEL /Q %APPDATA%\Microsoft\Internet Explorer\Quick Launch\Reproductor de Windows Media.lnk" RD /S /Q "%systemdrive%\CleanUp\" DEL /Q "%UserProfile%\Men£ Inicio\Programas\Inicio\ExtraCleanUp.cmd" EXIT
  3. I have tried differents methods but withou success Can i put the cleanup2.cmd in the cmdlines.txt, it will work? [COMMANDS] "RunOnceEx.cmd" "\CleanUP\CleanUp2.cmd" I want to execute Cleanup2.cmd in the second reboot, after finishing execute Runonceex.cmd and Cleanup.cmd in order to remove windows player from quick launch, i couldnt remove it anyway. Thanks
  4. It doesn´t work. here is my RunOnceEx: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /f REG ADD %KEY%\024 /VE /D "Google Toolbar" /f REG ADD %KEY%\024 /V 1 / D "%SystemDrive%\install\Google.Toolbar\GoogleToolbarInstaller.exe /q /d" /f REG ADD %KEY%\025 /VE /D "Importando Datos de Registro" /f REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\Install\RegTweaks.reg" /f REG ADD %KEY%\026 /VE /D "Limpiando y Reiniciando" /f REG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\CleanUp.cmd" /f REG ADD %KEY%\026 /V 2 /D "%systemdrive%\Cleanup\CleanUp2.cmd" /f Exit and here is my cleanup.cmd cmdow @ /HID shutdown.exe -r -f -t 120 -c "Windows XP se reiniciara en un minuto para actualizarse, asi que en breves momentos lo tendras todo instalado" net user aspnet /delete DEL /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Reproductor de Windows Media.lnk" RD /S /Q "%systemdrive%\drivers\" RD /S /Q "%systemdrive%\install\" EXIT And here is my cleanup2.cmd cmdow @ /HID DEL /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Reproductor de Windows Media.lnk" RD /S /Q "%systemdrive%\CleanUp\" EXIT CleanUp2.cmd seems to have been done at the time when the computer was in the 120 seconds shutdown. not after the reboot, i think.
  5. Hi Men, here is my RunOnceEx (only some entries in order to be shorter) cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /f REG ADD %KEY%\024 /VE /D "Google Toolbar" /f REG ADD %KEY%\024 /V 1 / D "%SystemDrive%\install\Google.Toolbar\GoogleToolbarInstaller.exe /q /d" /f REG ADD %KEY%\025 /VE /D "Importando Datos de Registro" /f REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\Install\RegTweaks.reg" /f REG ADD %KEY%\026 /VE /D "Limpiando y Reiniciando" /f REG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\CleanUp.cmd" /f Exit And Here is my Cleanup.cmd cmdow @ /HID shutdown.exe -r -f -t 120 -c "Windows XP se reiniciara en un minuto para actualizarse, asi que en breves momentos lo tendras todo instalado" net user aspnet /delete DEL /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Reproductor de Windows Media.lnk" RD /S /Q "%systemdrive%\drivers\" RD /S /Q "%systemdrive%\install\" EXIT And my cleanup2.cmd cmdow @ /HID DEL /Q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Reproductor de Windows Media.lnk" RD /S /Q "%systemdrive%\CleanUp\" EXIT So you tell me that i must put another entry at the end of the RunOnceEx: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones" /f REG ADD %KEY%\024 /VE /D "Google Toolbar" /f REG ADD %KEY%\024 /V 1 / D "%SystemDrive%\install\Google.Toolbar\GoogleToolbarInstaller.exe /q /d" /f REG ADD %KEY%\025 /VE /D "Importando Datos de Registro" /f REG ADD %KEY%\025 /V 1 /D "REGEDIT /S %systemdrive%\Install\RegTweaks.reg" /f REG ADD %KEY%\026 /VE /D "Limpiando y Reiniciando" /f REG ADD %KEY%\026 /V 1 /D "%systemdrive%\install\CleanUp.cmd" /f [b]REG ADD %KEY%\027 /VE /D "Limpiando y Reiniciando" /f REG ADD %KEY%\027 /V 1 /D "%systemdrive%\Cleanup\CleanUp2.cmd" /f[/b] Exit My question, how will call it (cleanup2.cmd) if the RunOnceEx at first must call CleanUp.cmd and reboot??
  6. Hello Men I have the same problem, there is no way to remove the shortcut of the windows media player in the quick launch bar, i have tried a lot of methods but without success. A simple question @durex: If i move the entry to the startup it will be there. There is another method to do it? for example, to create another cleanup2.cmd which it execute during the next login. Where must i put it? Any suggestions please. Thanks
  7. I Have tried both of them and they work Thanks very much
  8. Yes you are right I must put these line? Taskkill /F TDA-1.6.26.73-install-EN.exe The problem is that this process isnt seen, so do you think it is will be killed?
  9. I do unattended windows Xp with some programs, the cleanup.cmd does his work, all of the files and directories have been deleted but only one file hasnot been deleted, and i have tried many methods to delete it but always it has been there, it let me the file: C:\Install\TMPGEnc.DVD.1.6.26.73\TDA-1.6.26.73-install-EN.exe here is my RunOnceEx of the file: REG ADD %KEY%\015 /VE /D "Tmpgenc DVDAuthor 1.6.26.73" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Tmpgenc.DVD.1.6.26.73\SetupDVDAuthor-1.6.26.73.exe" /f REG ADD %KEY%\015 /V 2 /D "%systemdrive%\install\Tmpgenc.DVD.1.6.26.73\RegisterDVDAuthor.exe" /f REG ADD %KEY%\015 /V 3 /D "REGEDIT /S %systemdrive%\install\Tmpgenc.DVD.1.6.26.73\DVDAuthor.reg" /f Here is my cleanup.cmd of the part concerning the file RD /S /Q "%systemdrive%\install\" Any Suggestions Please??
  10. Hi Men, i have some questions: ************************************************************************************** I Understand what mean these lines: ;----------------------[ Enable Auto-Complete Only For Webs and Explorer ]--------------------------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete] "AutoSuggest"="yes" [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main] "Use FormSuggest"="No" "FormSuggest Passwords"="No" "FormSuggest PW Ask"="No" But I do not know what means this line ;----- Disable Internet Explorer Auto-Complete prompt [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms] "AskUser"=dword:00000000 ************************************************************************************** What is the diference between these lines? ;---------------------------[ Disable Automatic Updates ]---------------------------------------------------------------------- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wuauserv] "Start"=dword:00000004 ;Disable Automatic Updates Notifications [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "UpdatesDisableNotify"=dword:00000001 ;----- Disable Autoupdates (to conserve bandwidth) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] ;"NoAutoUpdate"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "AUOptions"=dword:00000001 ;"AUState"=dword:00000007 ************************************************************************************** If i put this line ;----- Turns off the balloon tips altogether [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] ;"NoSMBalloonTip"=dword:00000000 I think that There is no need to put any line to refer to ballon tip, for example these lines, it is really? ;--------------------------[ Disable the Desktop Cleanup Wizard ]---------------------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz] "NoRun"=dword:00000001 ;-------------------------[ Disable Windows Tour ]---------------------------------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour] "RunCount"=dword:00000000
  11. Hello, I have done an unattended Windows XP. All was perfect except a program avisynth told me that i hadnt the adminstr rights and the cleanup.cmd (the problem of the cleanup.cmd, i will let him until i investigate a new method, in order to know if it works). About the problem of avisynth: i tought the problem could be that i have copied a directory "plugin" with the method $Oem$\$Progs\Avis....., effectively, was the problem. So when the program began to install, had found the directory "plugin" already there, and coulnt be installed. How can i copy the plugin directory with the method $oem$\&pros\... and also get installed avisynth? the other method "COPY" work fine and the program install perfectly because i copy the directory plugin after i have installed the program. this is my RunOnceEx.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Instalando Aplicaciones, Este proceso va a tardar varios minutos" /f IF EXIST %SYSTEMROOT%\system32\atiddc.dll REG ADD %KEY%\000 /VE /D "Control Panel de ATI" /f IF EXIST %SYSTEMROOT%\system32\atiddc.dll REG ADD %KEY%\000 /V 1 /D "%SYSTEMDRIVE%\install\ATI-CPanel\Setup.exe /K" /f REG ADD %KEY%\001 /VE /D ".Net Framework 1.1 SP1" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\Install\Framework.1.1.SP1\netfx.msi /qb" /f REG ADD %KEY%\002 /VE /D "Adobe Reader 7.0" /f REG ADD %KEY%\002 /V 1 /D "msiexec.exe /i "%systemdrive%\install\Adobe.reader.7.0\Adobe7.0.msi" /qr" /f REG ADD %KEY%\002 /V 2 /D "REGEDIT /S %systemdrive%\install\Adobe.Reader.7.0\Adobe7.reg" /f REG ADD %KEY%\003 /VE /D "UltraISO 7.5.2 Build 986" /f REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\UltraIso.7.5.2\uiso7_me.exe /Silent" /f REG ADD %KEY%\003 /V 2 /D "REGEDIT /S %systemdrive%\install\UltraIso.7.5.2\Ultraiso.reg" /f REG ADD %KEY%\004 /VE /D "WinZip 9.0 SR1" /f REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\WinZip.9.0.SR1\WinZip.exe /S" /f REG ADD %KEY%\004 /V 2 /D "REGEDIT /S %systemdrive%\install\WinZip.9.0.SR1\WinZip.reg" /f REG ADD %KEY%\004 /V 3 /D "\"%PROGRAMFILES%\WinZip\WinZip32.exe\" /noqp /notip /autoinstall" /f REG ADD %KEY%\005 /VE /D "WinAmp 2.91" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\WinAmp.2.91\SetupWinamp_2.91.exe" /f REG ADD %KEY%\006 /VE /D "DivX 5.2.1" /f REG ADD %KEY%\006 /V 1 /D "%systemdrive%\Install\Codecs\SetupDivX-5.2.1.exe" /f REG ADD %KEY%\007 /VE /D "XviD 1.03" /f REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\Codecs\SetupXviD-1.03.exe" /f REG ADD %KEY%\008 /VE /D "RadLight OGG 1.0.0.2" /f REG ADD %KEY%\008 /V 1 /D "%systemdrive%\Install\Codecs\SetupRadLightOgg-1.0.0.2.exe" /f REG ADD %KEY%\009 /VE /D "AC3 Filter 1.01RC5" /f REG ADD %KEY%\009 /V 1 /D "%systemdrive%\Install\Codecs\ac3filter.1.01aRC5.exe /S" /f REG ADD %KEY%\010 /VE /D "AviSynth 2.5.5" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\Avisynth.2.55\SetupAvisynth-2.55.exe" /f REG ADD %KEY%\011 /VE /D "Importando Datos de Registro" /f REG ADD %KEY%\011/V 1 /D "REGEDIT /S %systemdrive%\Install\RegTweaks.reg" /f REG ADD %KEY%\012 /VE /D "Limpiando y Reiniciando" /f REG ADD %KEY%\012 /V 1 /D "%systemdrive%\install\CleanUp.cmd" /f Exit
  12. @Trainee, here is my TxtSetup.oem [Disks] disk1 = "Intel Storage Driver", idechndr.sys, \ [Defaults] scsi = idebusdr [scsi] idechndr0 = "Primary IDE Channel" idechndr1 = "Secondary IDE Channel" idebusdr = "Intel® 82801BA Ultra ATA Controller" ;------------------------------------------- [Files.scsi.idechndr0] driver = disk1, idechndr.sys, idechndr inf = disk1, idechndr.inf catalog = disk1, iata3000.cat [Files.scsi.idechndr1] driver = disk1, idechndr.sys, idechndr inf = disk1, idechndr.inf catalog = disk1, iata3000.cat [Files.scsi.idebusdr] driver = disk1, idebusdr.sys, idebusdr inf = disk1, idechndr.inf catalog = disk1, iata3000.cat ;------------------------------------------- [Config.idechndr] value = "", tag, REG_DWORD, 1b value = "", ErrorControl, REG_DWORD, 1 value = "", Group, REG_SZ, "SCSI miniport" value = "", Start, REG_DWORD, 0 value = "", Type, REG_DWORD, 1 [Config.idebusdr] value = "", tag, REG_DWORD, 1a value = "", ErrorControl, REG_DWORD, 1 value = "", Group, REG_SZ, "System Bus Extender" value = "", Start, REG_DWORD, 0 value = "", Type, REG_DWORD, 1 ;------------------------------------------------------- ; Only one HardwareID can be uncommented. ; Uncomment the appropriate ID string by removing the semi-colon. ; Then comment out the others. ;------------------------------------------------------- [HardwareIds.scsi.idebusdr] ;id = "PCI\VEN_8086&DEV_2411&CC_0101","idebusdr" ;id = "PCI\VEN_8086&DEV_2421&CC_0101","idebusdr" ;id = "PCI\VEN_8086&DEV_244B&CC_0101","idebusdr" id = "PCI\VEN_8086&DEV_24CB&CC_0101","idebusdr" [HardwareIds.scsi.idechndr0] id = "I_Primary_IDE_Channel","idechndr" [HardwareIds.scsi.idechndr1] id = "I_Secondary_IDE_Channel","idechndr" And for listing both channels i have read it in the readme file of the intel application accelerator, here is the text: [b]************************************************************ * 6. ADVANCED INSTALLATION INSTRUCTIONS ************************************************************ The following SETUP flags are available: -? Help information for the setup flags (shown below) -S Silent install (no user prompts) -B Forces a system reboot after installation -P <path> Supplies target installation path -A Extracts all driver files (does not install driver) to <path> if -P is also supplied, or the default directory otherwise -N Installs all components except driver -O <name> Supplies target Start Menu Program Folder name if installing Companion applet -L <lang code> Forces a particular language install (See Section 3 for a table mapping <lang code> to language) -build Displays build number -f2 <path\name> Creates a log file in <path> with <name>; this is to be used during silent installation. -noqfe Prevents Microsoft patch from being installed. The patch prevents a blue screen from occurring when attempting to play audio content from CDs in digital mode on Windows 98, Windows 98 SE, and Windows Me. -PIO_ALL Causes all devices installed in system to run in standard PIO transfer mode rather than optimal transfer mode. Useful for troubleshooting device issues. *** "Package-for-the-web" requires that an additional -A be placed before any flag. Therefore, an example file extraction would be IATA_CD -A -A -P C:\<path> *** Notes: Flags and their parameters are not case-sensitive. Flags may be supplied in any order, with the exception of the -S and -L flags which must be supplied last. When using the -A flag, a target path may be specified via the -P flag, and the -O, -L, -S, and -N flags are ignored. When using the -P or -O flags, a space is required between the flag and the argument; when using -L and -f2, however, there should be no space. When using the -f2 flag, a log file name and path must be specified. To load just the driver as outlined in the Microsoft* document, "Deployment Guide Automating Windows NT Setup," use the supplied TXTSETUP.OEM file included in this package and insert the lines below into the UNATTEND.TXT file. This method is available for Microsoft* Windows* NT* 4.0, Windows 2000, and Windows XP. (For Windows NT 4.0, the TXTSETUP.OEM, INTELATA.INF, and INTELATA.SYS files need to first be extracted from the compressed .CAB file. For Windows 2000 and Windows XP, the idechndr.inf, IdeBusDr.sys, idechndr.sys, and Txtsetup.oem files need to be extracted. To extract these files, run 'SETUP -A -P <path>' as described above.) Microsoft Windows NT 4.0: // Insert the lines below into the UNATTEND.TXT file [MassStorageDrivers] "Intel Ultra ATA Controller" = OEM [OEMBootFiles] INTELATA.INF INTELATA.SYS TXTSETUP.OEM Microsoft Windows 2000 and Windows XP: // Insert the lines below into the UNATTEND.TXT file [MassStorageDrivers] "Intel® 82801BA Ultra ATA Controller" = OEM "Primary IDE Channel" = OEM "Secondary IDE Channel" = OEM [OEMBootFiles] idechndr.inf IdeBusDr.sys IdeChnDr.sys Txtsetup.oem The IprtCnst.dll file must be placed in the following folder in your directory structure in order to be loaded during driver installation: C:\I386\$Oem$\$$\System32 Please refer to the following Microsoft Knowledge Base article for information on why the IprtCnst.dll file cannot be listed in the [OEMBootFiles] location in the unattend.txt file: [url="http://support.microsoft.com/support/kb/articles/Q275"]http://support.microsoft.com/support/kb/articles/Q275[/url] /3/34.ASP?LN=EN-US&SD=gn&FR=0&qry=Q275334&rnk=1&src= DHCS_MSPSS_gn_SRCH&SPR=CHS[/b] Thanks
  13. after reading the post and the readme file of the intel application accelerator 2.3. I have extracted the setup.exe and i have found 6 files: idechndr.inf IdeBusDr.sys IdeChnDr.sys Txtsetup.oem IprtCnst.dll and [b]IATA3000.CAT[/b] i have to put this line in the unattended: [MassStorageDrivers] "Intel® 82801BA Ultra ATA Controller" = OEM "Primary IDE Channel" = OEM "Secondary IDE Channel" = OEM [OEMBootFiles] idechndr.inf IdeBusDr.sys IdeChnDr.sys Txtsetup.oem and also i must put these 4 files in the directory \$OEM$\TextMode and the file IprtCnst.dll in \$Oem$\$$\System32, but my question about the file [b]IATA3000.CAT[/b], must i put it in the same directory like the 4 files? must i write it in the list of [OEMBootFiles]? Thanks
  14. I have followed the method described above by prathapml and the result was 45MB and 152 archives. this is because i have downloaded the internatinal file. my question, i jmust put the all files 152 archives in the folder $OEM$\$1\Drivers\002_NVIDIA, and point it in winnt.sif?
  15. I have installed a basic unattended windows SP1 with only hotfixes. it seems that the hotfixes have been installed correctly, because i see them in the panel of control (section of eliminate programs: agregar o quitar programas). But i have noticed that all the hotfixes have the same size: 0.7 MB and i think that is strange. Is there any way to know if the the hotfices are properly installed or maybe i have made something wrong. here is my svcpack.inf: ;Windows XP [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [setupData] CatalogSubDir="\i386\SVCPACK" [ProductCatalogsToInstall] [setupHotfixesToRun] KB828741.exe /Q /O /N /Z KB835732.exe /Q /O /N /Z KB833987.exe /passive /norestart /quiet KB840987.exe /passive /norestart /quiet KB841356.exe /passive /norestart /quiet KB841533.exe /passive /norestart /quiet KB873376.exe /passive /norestart /quiet KB889293.exe /passive /norestart /quiet KB873339.exe /passive /norestart /quiet KB885835.exe /passive /norestart /quiet KB885836.exe /passive /norestart /quiet KB890175.exe /passive /norestart /quiet KB891711.exe /passive /norestart /quiet KB871250.exe /passive /norestart /quiet KB890830.exe /q qchain.exe Any suggestions please?
  16. Hello Men, after reading all the posts regarding thoses terms, i have a doubt. I have two HDD; The first HDD1: is Master and has already operative system OS (windows xp sp1) The second HDD2: is Slave and Has my datas and storage. I want to do unatteded windows setup and I will write what i have understood. Autopartition=1: means that unattended setup will install OS on any free partition available: in my case, as the HDD1 has already OS installed, the unattended setup will install OS in my HDD2, is it true? Repartition=yes means that unattended will delete all the partitions on the first drive and will format it and install. in my case, the unattended setup will install OS in my HDD1 as it is the first drive. is it true? My question: which of the two actions will be done? i means where will OS unattended be installed, in HDD1 or HDD2? Thanks
  17. Hi Men, I have read the post, is a great work. i have seen that amazin has updated the js script for winamp 5.04, and i decided to update mine for winamp 2.91, i did few changes. but the problem when i execute it, in the second execution, it tells me error in the line 10: i search the line 10 and i see that is wright. i have the files .js associated to the wscript.exe, also i has sleep.exe in the folder system32. Here is my RunOnceEx.cmd and my winamp.js any suggestions please
  18. I am sorry for my double post, i havent seen it until now when i was searching my post. yesterday i have written the post, but then i haven seen it and i thougt that i didnt do something good, so i write an other. that is all. to moderatos, please if you can move the post to the forum applications install where it must be. sorry Thanks
  19. @astalavista, I have searched and read the post, that is why i have put the batch file, if i didn´t read the post, i will not be able to write the batch. I have resolved the problem, the problem was that when i have saved the .reg, it wasnot encrypted, and then when i execute the batch, it hasnot get registered. finally i decided to try desinstalling the aplication and clean all of registry entries. and i reinstall again, i saved the .reg, it was encrypted. . astalavista, you tell me that i dont use search, for your information, every day since i have registered, i spend 6 hours and i read all ths posts, but as i am newbie in this world of unattended, i dont get all the information that i must get. SP- SP-, what doesdo? i have seen that some people didnt use it Thanks to every body.
  20. I have tried to register but without success, i have followed the following method: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing application" /f REG ADD %KEY%\065 /VE /D "UltraISO 7.51 Build 926" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\install\uiso7_me.exe /verysilent" /f REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %systemdrive%\install\Ultraiso.reg" /f exit Any suggestions please? Thanks
  21. Hello and thans men, I have followed your advice and I have created file aside with the name: cleanup.cmd my runonce.cmd: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing application" /f REG ADD %KEY%\005 /VE /D "Nero Burning Rom 6.6.0.5" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Nero6605.exe /silent /noreboot /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /Write_SN" /f REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\NBR6605ESP.exe /silent /noreboot" /f REG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Cleanup.cmd" /f and my cleanup.cmd: cmdow @ /HID @echo off DEL /f /q "%ALLUSERSPROFILE%\Escritorio\Nero StartSmart.lnk" DEL /f /q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" exit Thanks again men and it works perfectly
  22. Hi Men, I try to install unattended applications. all seem to be good except it doesnt detele the shortcuts i have specified, my runonceex.cmd: REG ADD %KEY%\002 /VE /D "WinZip 9.0" /f REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\winzip.exe /S" /f REG ADD %KEY%\002 /V 2 /D "REGEDIT /S %systemdrive%\install\winzip.reg" /f REG ADD %KEY%\002 /V 3 /D "\"%PROGRAMFILES%\WinZip\winzip32.exe\" /noqp /notip /autoinstall" /f DEL /f /q "%ALLUSERSPROFILE%\Menu inicio\WinZip.lnk" REG ADD %KEY%\005 /VE /D "Nero Burning Rom 6.6.0.5" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Nero6605.exe /silent /noreboot /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /Write_SN" /f REG ADD %KEY%\005 /V 3 /D "%systemdrive%\install\Nero6605ESP.exe /silent /noreboot" /f DEL /f /q "%ALLUSERSPROFILE%\Escritorio\Nero StartSmart.lnk" DEL /f /q "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Nero StartSmart.lnk" Any suggestions, Thanks.
  23. I have the idea to make unattended installation of the windows xp and my applications in the future and also for my friends. but first i am trying to install the applications silently to try if it works or not.
×
×
  • Create New...