Everything posted by alekc
-
what's your computer's performance?
2.6 on Rc1 with athlon 3200, 1.5gb ram, 6600GT... Ram is given 2.6 hmm........
-
Audio Problems.
Hi, i have Asus k8v-se deluxe with soundmax chip as audio. My problem is the following: audio is installed correctly, but during playback of mp3/divx there are short cutouts (usualy when cpu hits 80%), and it's very annoying I've tried to change default windows vista driver with latest (beta) available from asus, but nothing problem remains... Btw i use Windows Vista 5600 x86. Suggestions?
-
I haven't internet in windows vista
Google desktop search has always had incompatibles problems with NetLimiter Were you able to go on internet before installing google desktop search or Netlimiter. And if not, your nic card is based on Marvel Yukon Chip?
-
Microsoft MCE remote & Drivers.
Hi to all I've recently installed xp 64bit pro but i was unable to find drivers for my remote controller (see picture below). Does anybody can give me a hand?
-
How to rid off the pre-1st logon window
Hi to all, is it possible to automate window which you see right before the first login (activation of automatic updates, registration on microsoft, setting up internet connections) I've made a research on forums without find nothing :/ Thx in advance
-
AutoIT Script Collection - Contributions Only
Edit Plus 2.20 Installer's name: epp220_en.exe
-
Easy RunOnceEx.cmd
File which i open cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\020 /VE /D "DU Meter 3" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f REG ADD %KEY%\025 /VE /D "IsoBuster 1.5" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\IsoBuster1.5.exe /VERYSILENT /SP-" /f REG ADD %KEY%\025 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\030 /VE /D "Kerio Personal Firewall 2.1.5" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\install\KPF\Setup.exe -s" /f REG ADD %KEY%\035 /VE /D "MDAC 2.7 SP1 Hotfix" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\mdac\mdac.cmd" /f REG ADD %KEY%\040 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f REG ADD %KEY%\045 /VE /D "Nero Burning ROM 5.5" /f REG ADD %KEY%\045 /V 1 /D "REGEDIT /S %systemdrive%\install\nero\register.reg" /f REG ADD %KEY%\045 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT And runonce cmd creator transofrm it in this mode if i save: cmdow @ /HID @Echo Off 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%\Apps\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\000 /VE /D "Adobe Reader 6" /f REG ADD %KEY%\000 /V 1 /D "%PP%%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f REG ADD %KEY%\000 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f REG ADD %KEY%\001 /VE /D "Diskeeper 8" /f REG ADD %KEY%\001 /V 1 /D "%PP%%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f REG ADD %KEY%\002 /VE /D "DU Meter 3" /f REG ADD %KEY%\002 /V 1 /D "%PP%%systemdrive%\install\dumeter3.exe /VERYSILENT /SP-" /f REG ADD %KEY%\002 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\003 /VE /D "Kerio Personal Firewall 2.1.5" /f REG ADD %KEY%\003 /V 1 /D "%PP%%systemdrive%\install\KPF\Setup.exe -s" /f REG ADD %KEY%\004 /VE /D "MDAC 2.7 SP1 Hotfix" /f REG ADD %KEY%\004 /V 1 /D "%PP%%systemdrive%\install\mdac\mdac.cmd" /f REG ADD %KEY%\005 /VE /D "MSN Messenger 6.1" /f REG ADD %KEY%\005 /V 1 /D "%PP%%systemdrive%\install\MSN_Messenger_6.1.0202.msi /qn" /f REG ADD %KEY%\005 /V 2 /D "%systemdrive%\install\Nero\Nero551054.exe /silent /noreboot" /f REG ADD %KEY%\006 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\006 /V 1 /D "%PP%REGEDIT /S %systemdrive%\install\regtweaks.reg" /f REG ADD %KEY%\007 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\007 /V 1 /D "%PP%%systemdrive%\install\cleanup.cmd" /f REG ADD %KEY%\008 /VE /D "" /f REG ADD %KEY%\008 /V 1 /D "%PP%" /f REG ADD %KEY%\009 /VE /D "" /f REG ADD %KEY%\009 /V 1 /D "%PP%" /f REG ADD %KEY%\010 /VE /D "" /f REG ADD %KEY%\010 /V 1 /D "%PP%" /f EXIT
-
Easy RunOnceEx.cmd
Hmm, thx for the prog, but it seemes that it has some problem in parsing multiple lines. For example if you try to open RunOnceEx.cmd from http://unattended.msfn.org/intermediate/me...s/runonceex.htm you will see that it makes an error on entries like REG ADD %KEY%\010 /VE /D "Alcohol 120" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f
-
NetBeans unattended?
Netbeans and Jre use Installshield as installer. Have you tried this guide to general installshield silent installation (http://unattended.msfn.org/intermediate/apps/installshield.htm)? (i've never had such necessity like preinstall netbeans )
-
Office 2003 Service Pack 2! Oh Yeah
Nice segnalation ,thx
-
Unattended Option
Yes, it's called full unattend. You can create file with all answers by using deploy.cab (unattended.msfn.org)
-
Choose type of partition and window's path
Thx god i've finaly found it I have not putted these lines in winnt.sif [Data] AutoPartition=0 [unattended] FileSystem=*
-
Im Admin, but cant use cacls on some folders
in my case it wasn't work unfortunatly. The only possibility was booting with bartpe: in 2 words: Window's Power ghgh
-
Choose type of partition and window's path
Yes i know all that, it was just example for explaining my problem. My question is Why windows doesn't ask me what i want to do!!! I can't write the voices because my version of windows is italian, but the dialog's voices were somehing like this: Installation program has found installed windows on the drive x, are you sure that you want to install in this hd anyway? Whould you like to delete all files within folder c:\windows? I hopei explain my issue
-
Im Admin, but cant use cacls on some folders
i have had this issue after awindows reinstall. Some folders wew protected (with ntfs) and it's creators account doesn't exists anymore... I've solved it by loading with bartpe and copying all files on the usb flash drive
-
Choose type of partition and window's path
i want to have choises as in normal windows setup: 1) format hd and make clean install or 2) delete all files in the windows folder and install a new windows there (obviously installed aplicaction may not works if they need registry entries) 3) install in c:\windows2 for example creating multiboot
-
Choose type of partition and window's path
Hi to all, i have a little problem with unattended window's install. Here is mine winnt.sif file: ;SetupMgrTag [Data] UnattendedInstall="Yes" [Unattended] UnattendMode=DefaultHide OemPreinstall=Yes [GuiUnattended] EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=110 [UserData] ProductID=XXXXxxxxxxxxxxxxxxxxxxxxx [Display] BitsPerPel=32 Xresolution=1024 YResolution=768 [Identification] JoinWorkgroup=WORKGROUP [Networking] InstallDefaultComponents=Yes [Branding] BrandIEUsingUnattended=Yes [Proxy] Proxy_Enable=0 Use_Same_Proxy=0 [URL] Home_Page=http://www.google.it Search_Page=http://www.google.it Now when i launch my cd it asks me in which partition i would like to install windows. In partition there is already winxp installed in the folder c:\windows. Window's installation DOESN't ask me if i want to install in windows folder and if i want to delete existing windows, but creates windows.x folder and install windowz there. Is there any mode to return dialog of asking which folder etc? Thx in advance
-
Version checking
if you register at betanews.com, you can create a list of "watched programs", so when a new version is available you receive an email.
-
upload website problem
post here one of the image's tag
-
Silence of the foxes
Excellent Work!