Content Type
Profiles
Forums
Events
Everything posted by tramadol
-
hi everybody i have a problem when installing xp from usb iam using windows xp sp3 modified on nlite with adding driver packs and update packs before the first logon windows is asking for original cd because three files are missing these files are : AGT0401 C_10021.NL_ DOSAPP.FO_ plesa how can i fix this i tried to make multibbot be mutiboot_usb10 and tried to install from iso file but the same result windows is doing good except for this error please for your help thanks in advance
-
hi everybody i have a problem when installing xp from usb iam using windows xp sp3 modified on nlite with adding driver packs and update packs before the first logon windows is asking for original cd because three files are missing these files are : AGT0401 C_10021.NL_ DOSAPP.FO_ plesa how can i fix this i tried to make multibbot be mutiboot_usb10 and tried to install from iso file but the same result windows is doing good except for this error please for your help thanks in advance
-
hi everybody i want to make internet download manager silent. how to do that ? any help? thanks in advance
-
the installer is not msi and i cant find silent switch for it i tried autoit but it stops in the middle of setup process anyone have an autoit script for norton ?
-
i already googled but nothing found
-
hi everybody i want to install norton antivirus 2010 silently please help thanks in advance
-
hi everybody i use wpi 7.7.0 ineed to run cleanup.cmd after installing an application. this application is creating some folder and i need to delete this folder created after install of this application i made my cleanup.cmd but i dont know how to use it in wpi. please any help? thanks in advance
-
hi everybody can i use both winnt.sif and regopts.txt together to set my regional settings? or i should use only one of them? i need both of them because everyone of them is not setting all regional settings. thanks in advance
-
hi everybody i made my WPI folder and i put it in the root of my cd beside I386 folder how can i edit WINNT.SIF to make wpi run after the first login of windows ? thanks in advance
-
how to install silent appelications via WPI
tramadol replied to tramadol's topic in Windows Post-Install Wizard (WPI)
thanks for great help but i have more two quisetions 1-if i put ( /S) as a switch for these silent installers, is there any problem ? 2- how can i edit winnt.sif to make wpi run after the first login ? (i put WPI folder in the root of my cd beside I386 folder ) thanks in advance -
hi everybody. i made a theme to be the default theme in windws after insallation. i could change icons of desktop . but i need to make a theme that changes drive icons and files icons also i dont want to change icons in shell32.dll file i want to integrate these new icons inside the theme . in other words, in want to make a theme that changes drives icons and files icons. is there any help please ? thanks in advance
-
can any one help me to make ini file to install it without toolbar?
-
hi everybody i want to install dfx audio enhancer silently but i have a problem i includes install to alot toolbar i want to install it without this toolbar i use RunOnceEx.cmd for installing applications silent switch for dfx audio enhancer is /s thanks in advance
-
thanks for great help. ( %%comspec%% )? what is this? can i edit it? thanks for help
-
hi everybody. i want to make cleanup.cmd to just remove install folder after setup of programs by RunOnceEX.CMD. i want to make it run from RunOnceEx.cmd. i dont want it to reboot the system. just remove the install folder without reboot can i have any help? thanks in advance
-
hi everybody iwant to make multiboot made by easyboot but i have a problem. i have two iso images both have the same folder name (boot) if i want to extract both isos to the directory easyboot/disk1 ,on of the isos willnot work these two iso images are: windows vista sp2.iso EASEUS.Partition.Master.iso please for help thanks in advance
-
vmware workstation is using easyinstall,it means is doesnt depend on your winnt.sif file.thats why it asks about product key and if you dont put it ,it will ask about it during install.if it reads winnt.sif it will not ask about product key . anyway, here is a copy of my winnt.sif : ; Generated by nLite 1.4.9 [Data] Autopartition=0 MsDosInitiated=0 UnattendedInstall="Yes" [unattended] UnattendMode=DefaultHide UnattendSwitch="No" OemPreinstall="Yes" OemSkipEula="Yes" FileSystem=* WaitForReboot="No" NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore [systemRestore] [GuiUnattended] OemSkipWelcome=1 [Components] [userData] ProductKey="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx" [RegionalSettings] LanguageGroup=1 Language= "0409" [Networking] InstallDefaultComponents="Yes" and here is list of my cd content: $$OEM$$ DOTNETFIX I386 SUPPORT VALUEADD AUTORUN.INF WIN51 WIN51IPWIN51IP.SP2 README.HTM SETUP.EXE SETUPXP.HTM thanks for great help
-
here is my RunOnceEX.cmd cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Mr.REDA" /f REG ADD %KEY%\005 /VE /D "avg" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AVG9\avgsetup.exe /script_file %systemdrive%\install\AVG9\avgsetup.ini" /f EXIT