Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. I think you can use EnumShell to know how is writed the text for $programs. TEXT:Running applications => with Hebrew language. *Edit: download EnumShell
  2. Thanks coucou! I think Hebrew is write: right to left, No? You can maybe try to set your language to Hebrew inside your computer and use Enumshell to see how it's writed in Hebrew language! Hebrew Alphabet You can also test with no value for Hebrew. $title = "" *Edit: maybe some help about Bi-directionnal text: Bi-directional text
  3. OK! Nice to clarify this point I think it would be better to use commands parameters shorter like for example: 7QuickLaunch.exe /N /S /L Thanks *Edit: And it's needed to write this reg value first otherwise the silent install fails! RegWrite("HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3")
  4. @wazer I think it's better to leave this part of the script because it isn't correct even if that works! In AutoIt forum I read that is like a glitch mutilply param ;Switchless commands If $CMDLINE[0] Then For $i = 1 To $CMDLINE[0] Switch $CMDLINE[$i] Case '/?' MsgBox(0x40000, 'Help', 'Switchless Commands: /NOPIN /TGL /TSI /AUTOTRAY /LBS3 /EXPLORER') Exit Case '/NOPIN' RegWrite("HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer", "TaskbarNoPinnedList", "REG_DWORD", "1") Case '/TGL' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarGlomLevel", "REG_DWORD", "2") Case '/TSI' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "TaskbarSmallIcons", "REG_DWORD", "1") Case '/AUTOTRAY' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "REG_DWORD", "0") Case '/LBS3' RegWrite("HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3") Case '/EXPLORER' ProcessClose("explorer.exe") EndSwitch Next EndIf Wikipedia article extract: Glitch - Wikipedia I think it's better to look for another method for this part (switchless commands)! Thanks!
  5. You can check your Autounattend.xml with WSIM (Windows System Image Manager) include with WAIK for Windows 7 to see if there is errors. It's needed to take care with the settings pass order! You can also read examples here: Ask your Seven xml?
  6. You have used a component without value inside your "Autounattend.xml" pass [specialize] (writed in bold) You can delete or add a value!
  7. You can find help here about changing the text inside dll file: Windows 7 Setup Font
  8. @bensam56 Please check your PM. I've given a new amended resource.fr-FR since 11 january 2011! Here is the new file: resource.fr-FR.zip Regards
  9. Install WAIK for Windows 7! You can just delete the last line and change to am64: Delete: Change to "amd64": You can also use WSIM to check your "Autounattend.xml"! *Edit 1: I hope that can help you habsfan! J'espère que cela t'aidera! *Edit 2: If you need more help, you can find documentation here (and just choose the French language if you need with Microsoft Documentation links): Windows 7 Deployment Documentation Bienvenue dans le forum!
  10. I have uploaded the lastest. To mediafire and rapidshare plus attachment to the first post
  11. Please test le last QuickLaunchClassic7.au3, I've attached! Works with all cases!
  12. I've made some changes and works for me with Quick Launch attached (or not) and Langbar on the Taskbar or not! *Edit 1: Of course at first it's needed to close all others toolbars if exit, except Langbar!!! *Edit 2:New Script!
  13. Many thanks wazer. I will do my best and try to give some help if I can! *Edit: In fact works fine without the Langbar on the Taskbar and when the Langbar is on the Taskbar two Quick Launch are created! One condition between two conditions need to be solved: 1) Quick Launch is already attached and Langbar is on the Taskbar. 2) Quick Launch is already attached and the Langbar is closed => works fine!
  14. Tested quicklaunch7 final.exe! Nice! Many thanks wazer But doesn't works if the Quick Launch is already installed! It was OK with the file before quicklaunch7newest_edit.exe. I think this is just a little detail to check! Quick Launch Image
  15. Tested the new quicklaunch7newest_edit.exe on my computer! Taskbar locked and Quick Launch already attached, with Langbar on the Taskbar or not....without swtiches: works fine! I need to try with silent install (but for me the dialog box is not usefull for silent install)
  16. Tested without switches: always 2 Quick Launch are created only with the name on the Taskbar! I think it's better to do not have an already Quick Launch attached and all is fine !! But I need to try with silent install!
  17. Tested with the Taskbar Unlocked and the Quick Launch already attached: 2 new toolbars Quick Launch are created but only there names inside the Taskbar! I think the problem is when you use to close explorer.exe => two Quick Launch are created!!
  18. I think the dialog box isn't usefull for an silent install!
  19. Tested and works fine with the Langbar on the Taskbar or not, with my Windows 7 x86 French version- without using switches! I think we can add a new reg for the WindwMetrics like maxXPsoft was talking about this issue!! With this reg value the 7QuickLaunch.exe doesn't work! [HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics] "MinWidth"="40" It's needded to delete this value and add at the end of the script to restore this one! *Edit: I need to test with silent install! Tested with the reg file WindowMetrics "MinWidth"="40" and the 7QuickLaunch works fine!!! I don't understand where was the trouble! Maybe it was about another reg value?
  20. This reg value means that the Langbar is closed and you will not see inside the Taskbar! RegWrite("HKEY_CURRENT_USER\Software\Microsoft\CTF\LangBar", "ShowStatus", "REG_DWORD", "3")
  21. If you want you can integrate the reg file inside the install.wim image like my example here: Ask your Seven xml ? here *Edit: my posts #91 and #93
  22. I've made some changes inside the script and works fine for me with the Langbar on the Taskbar or not! First it's needed to have the Taskbar locked! *Edit: I see that you are looking for a new value to add at first for 7QuickLaunch.au3: mutilply param
  23. On my computer Windows 7 64 bit, I've only the values for Windows Updates inside: And there is no values for Windows Updates inside the registry for Wow6432Node! You can look inside: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion]
  24. Ok, I understand, but how do I integrate that reg file into Windows 7 DVD so it would change Windows Update settings..? Preferably using Rt7lite... You can read the tutorail here to add custom registry settings with RT Se7en Lite: How to add Custom registry using RT Seven Lite?
×
×
  • Create New...