Content Type
Profiles
Forums
Events
Everything posted by Martin Zugec
-
Try Resource Kit documentation for beginning... U can buy a book or U can find it online on Microsoft
-
Silent Install BATCH miss-interpretation problem
Martin Zugec replied to HpVaC's topic in Application Installs
Old problems with localised versions of windows... I was using "echo Localised_string > temp.txt" - in that file U will see, what U need to use. Now I created script, that automatically "translate" code from batch files... -
Hah, my problems with ROE continue My RunOnceEx is processed under special domain account. After ROE computer is restarted and automated run is disabled. My problem is this: SOMETIMES, after first user logon the RunOnceEx is executed again! Of course the files are unaccessible to this user, so script fails. Why is it running two times? Today I was monitoring ROE processing - every component (e.g. 005,010,015 etc.) is deleted from registry right after it is performed
-
Random Admin Password Unattended Setup
Martin Zugec replied to jfmartel's topic in Unattended Windows 2000/XP/2003
Agree with Travelar - dont think so it is smart idea... BTW have a look here: http://blogs.msdn.com/robert_hensing/archi.../10/350344.aspx Find your security priorities -
What is ACL on server?
-
Small problem = restart Big problem = reinstall I am trying to solve problems like this only if it happens on more than 50 computers in short time period
-
Network installation problem
Martin Zugec replied to Martin Zugec's topic in Windows Post-Install Wizard (WPI)
Could I help U? I made a lot of network installations and WPI looks great to use with network -
Hi! I am using network unattended instead of cd/dvd. When I tried to defined something in WPI, my command "call \\server\share\test.bat" is renamed to "call \server\share\test.bat" In debug info there is Found CDROM as from registry \\p
-
Unattended network install
Martin Zugec replied to dreamtime's topic in Unattended Windows 2000/XP/2003
2Dreamtime: this is the solution for schools: 1.) create list of computers with MAC adresses and classroom (e.g. PC1xx is form 1st classrom, PC2xx is from second classroom etc.) 2.) use set2var and install PC with name from beginning 3.) create packages for classrooms and call them by the PC name (e.g. if PC is from 1st classroom (PC1xx is PC name mask), call class1.bat -
I created ExePath directory in systemdrive and add it to Path variable. I store there utilities I would like to use (including RK)
-
Method U use for Application Install?
Martin Zugec replied to iwod's topic in Unattended Windows 2000/XP/2003
Unicenter -
not format, delete all files except user accounts
Martin Zugec replied to pmcx9's topic in Unattended Windows 2000/XP/2003
2pmcx9: I am using USMT to generate documents and settings image and after installation I am tranfering it back (and of course aplying). Have a look at Microsoft and find User State Migration Tool -
cacls directory /e /g administrator:f
-
Remeber, that if U want to keep variable U must use it like %%PP%%!
-
commands SubInAcl or Xcacls
-
Have a look here - it is list of netsh dependencies - http://msdn.microsoft.com/library/default....sXPEmbedded.asp
-
Sorry, list disabled items pls...
-
I should try enabling RPC - many frameworks like wmi or netsh depends on this service
-
When U run that command from netsh cmd, what error do U get? I mean run netsh and input interface ip set address name="Local Area Connection" static 192.168.1.102 255.255.255.0 192.168.1.1 1"
-
and if U go to %windir%\system32 and try to run ipconfig, what will happen?
-
Wait, netsh works from cmd? So when it is not working? Second question - which services did U disable?
-
Any returned error?
-
I am extracting almost every archive (including exe and even msi) by using Total Commander XP Edition
-
Almost every win cmd utility is just frontend (for WMI or other frameworks)... It depends on following dll libraries: msvcrt.dll advapi32.dll kernel32.dll mprapi.dll ntdll.dll ole32.dll oleaut32.dll rasapi32.dll user32.dll iphlpapi.dll
-
//Czech language (soulinprague@gmail.com) lang = 'cz'; msgStartInstall[lang] = ['Windows Post-Installation Wizard bude ukonèen a aplikace budou nainstalovány. \nPoèkejte na dokonèení instalace.\n\nDìkujeme Vám za použití WPI.']; lblTimerTitle[lang] = ['Instalátor<br>bude spuštìn za']; lblTimerStop[lang] = ['Kliknìte sem pro zastavení èasu']; lblInstall[lang] = ['Zahájit instalaci']; lblExit[lang] = ['Konec']; lblHelp[lang] = ['Nápovìda']; lblSelectAll[lang] = ['Vyber všechno']; lblSelectNone[lang] = ['Zruš výbìr']; lblSelectDefaults[lang] = ['Doporuèený výbìr']; lblOptions[lang] = ['Možnosti WPI']; lblConfig[lang] = ['Konfigurace']; ttInstall[lang] = ['Zahájit instalaci','Zahájí generování skriptu<br /><br />Kliknìte sem pro zahájení generování skriptu.']; ttExit[lang] = ['Konec','Ukonèí tuto aplikaci.<br /><br />Jestli chcete použít standartní nastavení, kliknìte sem. Minimum aplikací a hotfixù bude nainstalováno. Toto zahnuje záplaty windows.']; ttHelp[lang] = ['Nápovìda','Informace o zpùsobu použití.']; ttSelectAll[lang] = ['Vyber všechno','Oznaèí všechny možnosti.']; ttSelectNone[lang] = ['Zruš výbìr','Zruší všechny možnosti.']; ttSelectDefaults[lang] = ['Doporuèený výbìr','Tato možnost oznaèí doporuèená nastavení..<br /><br />Kliknìte, jestli si pøejete nainstalovat jen základní doporuèené aplikace.']; ttOptions[lang] = ['Možnosti','Pøizpùsobte si WPI.']; ttConfig[lang] = ['Konfigurace','Konfigurace seznamu softwaru.']; txtRunOnceExTitle[lang] = ['Instaluji aplikace ...']; txtUsage[lang] = ['Zahájit instalaci - nainstaluje vybrané komponenty\nVyber doporuèené - Nainstaluje jenom doporuèené komponenty\nVyber všechno- Nainstaluje všechny dostupné komponenty\nZruš výbìr- Odstraní z výbìru všechny komponenty.\n\nMožnosti WPI - Pøizpùsobte si WPI.\nKonfigurace - Konfigurace seznamu softwaru.\n\nKonec - Ukonèí WPI bez instalace komponent']; // //---------------------------------------------------------------------------------------------