Jump to content

Martin Zugec

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by Martin Zugec

  1. Try Resource Kit documentation for beginning... U can buy a book or U can find it online on Microsoft
  2. 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...
  3. 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
  4. 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
  5. What is ACL on server?
  6. 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
  7. Could I help U? I made a lot of network installations and WPI looks great to use with network
  8. 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
  9. 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
  10. I created ExePath directory in systemdrive and add it to Path variable. I store there utilities I would like to use (including RK)
  11. 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
  12. cacls directory /e /g administrator:f
  13. Remeber, that if U want to keep variable U must use it like %%PP%%!
  14. commands SubInAcl or Xcacls
  15. Have a look here - it is list of netsh dependencies - http://msdn.microsoft.com/library/default....sXPEmbedded.asp
  16. Sorry, list disabled items pls...
  17. I should try enabling RPC - many frameworks like wmi or netsh depends on this service
  18. 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"
  19. and if U go to %windir%\system32 and try to run ipconfig, what will happen?
  20. Wait, netsh works from cmd? So when it is not working? Second question - which services did U disable?
  21. Any returned error?
  22. I am extracting almost every archive (including exe and even msi) by using Total Commander XP Edition
  23. 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
  24. //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']; // //---------------------------------------------------------------------------------------------
×
×
  • Create New...