Jump to content

hfrfc

Member
  • Posts

    74
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by hfrfc

  1. Hi ! I have to deploy 200 computers (windows xp) with clonezilla in a non-AD environment. I also have a DNS and static DHCP server. My only concern is with the computer's hostname ! I have a master computer image with sysprep on it. I want to fill hostname automatically from the DNS or DHCP server on every computer after cloning. Is it possible with syspred (or by script), and how to do ? Thx !
  2. thx http://kb.mozillazine.org/Setting_Your_Default_Browser Hope it works for thunderbird too !!
  3. Hi I cant register FF 2 as the default browser on Xp :/ My registry tweak looks good, but the default program is still IE on the start menu !! Do you have a tweak ? REGEDIT [HKEY_CLASSES_ROOT\.htm] @="FirefoxHTML" [HKEY_CLASSES_ROOT\.html] @="FirefoxHTML" [HKEY_CLASSES_ROOT\ftp\DefaultIcon] @="@ShortProgFiles\\Mozilla Firefox\\FIREFOX.EXE,0" [HKEY_CLASSES_ROOT\ftp\shell\open\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe-url \"%1\" -requestPending" [HKEY_CLASSES_ROOT\ftp\shell\open\ddeexec] @="\"%1\",,0,0,,,," [HKEY_CLASSES_ROOT\ftp\shell\open\ddeexec\Application] @="Firefox" [HKEY_CLASSES_ROOT\gopher\DefaultIcon] @="@ShortProgFiles\\Mozilla Firefox\\FIREFOX.EXE,0" [HKEY_CLASSES_ROOT\gopher\shell\open\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe-url \"%1\" -requestPending" [HKEY_CLASSES_ROOT\gopher\shell\open\ddeexec] @="\"%1\",,0,0,,,," [HKEY_CLASSES_ROOT\gopher\shell\open\ddeexec\Application] @="Firefox" [HKEY_CLASSES_ROOT\HTTP\DefaultIcon] @="@ShortProgFiles\\Mozilla Firefox\\FIREFOX.EXE,0" [HKEY_CLASSES_ROOT\HTTP\shell\open\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe-url \"%1\" -requestPending" [HKEY_CLASSES_ROOT\HTTP\shell\open\ddeexec] @="\"%1\",,0,0,,,," [HKEY_CLASSES_ROOT\HTTP\shell\open\ddeexec\Application] @="Firefox" [HKEY_CLASSES_ROOT\https\DefaultIcon] @="@ShortProgFiles\\Mozilla Firefox\\FIREFOX.EXE,0" [HKEY_CLASSES_ROOT\https\shell\open\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe-url \"%1\" -requestPending" [HKEY_CLASSES_ROOT\https\shell\open\ddeexec] @="\"%1\",,0,0,,,," [HKEY_CLASSES_ROOT\https\shell\open\ddeexec\Application] @="Firefox" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet] @="FIREFOX.EXE" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\DefaultIcon] @="@ShortProgFiles\\Mozilla Firefox\\FIREFOX.EXE,0" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\open\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties] @="&Options de Firefox" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\properties\command] @="@ShortProgFiles\\Mozilla Firefox\\firefox.exe-preferences" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREFOX.EXE\shell\safemode] @="Firefox &Mode sans échec" [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\FIREF
  4. How to run multiple commands (runprogram) inside txt file ?? thx
  5. Hi It is quite hard to install catia silently... This will cover the installation of a network client under windows. So here we go ! We'll use default options for this install. 1/ Copy all the Cds into the SAME directory, for example cd1+2 (answer 'yes' to all questions) 2/ Go to cd1+2/Intel : startB.exe -u "g:\applis\catiar17" -newdir -v -noLang "it ko" -all -allextra_prd -noreboot This will install catia with all modules/data available into g:\applis\catiar17. Italian and korean interface will not be installed. 3/ Install VBA cd1+2/VBA : msiexec /qb /i vba6.msi 4/ Install LUM client (licence manager) with all features arkwin468.exe /s /v"/qb LUM_SILENT=1 /l c:\log.txt" 5/ Configure LUM We use a network licence type (1 server). Go to c:\Ifor\win\bin i4cfg -a c -b "'network ip:name_of_the_server'" Reboot or i4cfg -start Enjoy
  6. Ok, but will ati control panel/catalyst install if ktd=no ? thx a lot
  7. After the first boot into windows, is it normal to see a windows with "trying to integrate..." ?. I think it comes from chipset pack but not sure..
  8. Can i use old Graphics_A_V5111 with base 6.01, instead of the new one ? I don't want CCC.
  9. I have a problem... I use base 5.11.8 + all packs (except storage). At the first login, I have a cmd windows (SetupCopyOemInf.exe) with "trying to integrate..." at the screen. However, i have the warning windows concerning non WHQL files and i have to press "Enter" each time (+/- 50 times ) Is this normal ?
  10. i think that this new installer is less effective than the older. There were more options before this one :/
  11. DriverPack_Sound_A_V511.7z seems to be offline.
  12. Salut et bravo pour ton soft Existe il une version Fr ? edit : je passe par proxy et le download ne marche pas , une fois le soft installé..
  13. http://www.miktex.org/manual/advins.html
  14. Error with dell optiplex gx620 with latest sound packs.
  15. Ok i've found a way. You need to use CPAU http://www.joeware.net/win/free/tools/cpau.htm . It is much more powerful than runas (password encryption ,crc check). I lauch WPI from a network share. Try this first (job encryption) CPAU.exe -u DOM\admin -p password -ex "\\server\WPI.cmd" -file JOB -enc And then, call WPI.cmd with this : CPAU.exe -file \\server\JOB -dec -profile CPAU will lauch WPI with admin rights and ALL sub-process called from WPI.cmd will have admin rights !
  16. hello Is it possible tu run WPI without admin right ? I think not because WPI needs to access to HKLM and for this, admin rights are necessary :/ My question is : Is there a way , for exemple, an utility, to elevate user's rights during WPI setup ? Do you think it is possible ? thx !
  17. Hello I need to check destination drive before installing some appz. The G: drive must be present. How can you do that ? Btw i want ot check if at least 500 MB of drive is available. Is it possible ? thx
  18. Just a question, how to deploy m$ hotfix from network with his solution ? I know that the hotfixes installation will execute at the "13 minutes left" stage, but how to execute them from a network share ? I have already a working svcpack folder + inf and dosnet.inf on my cd. In dosnet.inf can i make this ? : [OptionalSrcDirs] \\serveur\SVCPACK instead of [OptionalSrcDirs] SVCPACK thx
  19. Is a "multiple users" setup or does it works only for the current user ?
  20. OK it works fine. I mount a share with netlogon and then it executes a start.cmd like. It works just fine but it lacks a GUi for example for selecting appz or tweaks.
  21. One question, is there a way to install the DP from network ? For example, u can mount a share and install DP from network. Is it possible ?
  22. Yes. No money for cals nor for ghost servers, etc. We use a lot of open source software (samba/openldap, debian..). We have 3/4 windows , 1/4 linux btw (total : 200 computers)
×
×
  • Create New...