Jump to content

testesser1

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by testesser1

  1. This is not fixed. If i download a selected update directly then all is ok. But if i add it to queue und then download it, it creates a second folder with the same name, that i was choosen to store the update there in. And this update has an extra extension too. For Example: Choosen folder: C:\W7TUpdates\KB*.msu Stored in folder: C:\W7TUpdates\W7TUpdates\KB*.msu.msu And as i said in my last bug-report, the downloaded update overwrites the existing one without prompt.
  2. @Lego Here's my log from Win7 Pro x64 German. In the attachment you will find 2 files. The first ist the original and in the second i've added the german umlauts (like 1 - org.txt 2 - fixed.txt
  3. I've written a german guide/tutorial for W7T. Maybe it helps you to manage this Tool. You can find the guide here: http://www.german-unattended.de/wbb/index.php?page=Thread&threadID=3123
  4. Hi, is it possible, to install the "whatevername.themepack" file silently? Or is there a tool that can do that? Thanks
  5. You only need a txt-file somewhere on a server, where the actual version is in. The W7T downloads this txt-file, compares the versions and if they are different, it gives a hint for new version and open this thread for download.
  6. Why do you need a FTP? Do you need it only for the Addons, which we can download with W7T? I think it's not so important to download addons with W7T. Everybody can download the addons from a filehoster or create own addons (with the guide). So, a new version of W7T would be nice for testing. greets PS: Keep up the good work :prop:
  7. Hi, i've a problem with registy-entries in an addon. I created a addon for "VLC Media Player" (German). For the contextmenu on directories the following code is used: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\AddToPlaylistVLC] @="Zur VLC's Wiedergabeliste hinzufügen" The Problem is that after integration with W7T and installation the "ü" from "hinzufügen" is converted to somthing strange. The Reg is saved as "Unicode". Do i have to save the Reg as "ANSI" or "UTF-8"? What can i do? Maybe its a bug in W7T? Please help me Thanks
  8. Hi, i created a WA-Addon, which only consists of the "tasks.txt" and a "tweaks.reg". In "tweaks.reg" Windows Registry Editor Version 5.00 ;delete old Server [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers] ;new Server [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DateTime\Servers] @="0" "0"="ptbtime1.ptb.de" "1"="ptbtime2.ptb.de" "2"="0.de.pool.ntp.org" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters] "NtpServer"="ptbtime1.ptb.de,0x1" "Type"="NTP" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient] "SpecialPollInterval"=dword:00093a80i tried to delete the old server ("minus" in reg), but it doesn't delete it. If i manually start this reg, then the old server were deleted. Is it not possible to delete reg-entries within addon, or isn't it implemented yet?
  9. Hi, i figured out, why i couldn't uninstall the Winrar-addon (from *reaper*). The problem is the WA installer. He imports the reg.reg inside the winrar-addon to the false subkey in the registry. Normally the reg should be imported to "HKLM\Software\...", but your tool imports the reg to "HKLM\Software\Wow6432Node\...". Maybe this is the problem with shortcuts too. I don't know, which "regedit.exe" your tool is using, but if you start the "regedit.exe" from "%systemroot%\SysWOW64" than ALL reg-entries are redirected to "HKLM\Software\Wow6432Node\..." This subkey is for 32bit only. Maybe this article from MS helps. I've also a problem with the new v2.6.0.0. I get this error on every Addon i try to install. And no files were copied. I found another cosmetic error. If i install an addon, which contains only a reg-file (for tweaks), then the statusbar isn't "green" at finish.
  10. Here it is [installer]UpperLabel=WA Installer auf deinem Computer installieren SecondLabel=WA Installer wird auf deinem Computer installiert&Zum Fortsetzen auf "Installieren" dr
  11. Ok, I think the WA installer installed the addon correctly (except the links). It was installed to "C:\Program Files\Winrar".But if i want to uninstall through control panel, the "UninstallString" from registry rundll32.exe advpack.dll,LaunchINFSection WinRAR.INF,Uninstall calls the "Winrar.inf". There at section [Run.Uninstall] it calls "%16422%\%PROG_NAME%\Uninstall.exe". In this case it calls "%16422%\WinRAR\Uninstall.exe". But windows tries to execute So i think that the DirID %16422% isn't redirected correctly.
  12. I got i working now. The Registry-Entry is correct! I installed a new clean Win7 x64 without addons or anything. I removed the (x86) in the registry. After that i installed original winrar-setup x86, but it installed it to "C:\Program Files\Winrar" - which is the false dir for a x86-application. That's why i think the Registry is correct. I got managed it changing the target-path from link to "%ProgramFiles%\Winrar\Winrar.exe". and now it's working well. EDIT: Now i installed winrar-addon (links were corrected) with WA-Installer (all links are correct) and tried to uninstall with control panel. But it gaves me the same error again. So a think it's a MS bug. The DirID %16422% from winrar.inf isn't redirected correctly from Windows. Or the DirID isn't correct, i don't know.
  13. OK, thanks for your answer. I asked because *reaper* is distributing it here. So he is responsible if MS realises that the filter is distributing here?
  14. Hi *reaper*, thank you for the addons. I installed the winrar-x64-addon with WA-installer on Win7 x64 on running system. Installation was working well, but the links from startmenu point to wrong install-dir. They point to "C:\Program Files (x86)". Another Problem that i have. I tried to uninstall winrar x64 from control panel but it gave me this error. So i was looking to winrar.inf. [uninstall] BeginPrompt =BeginUnInsPrompt RunPreSetupCommands=Run.Uninstall ... [Run.Uninstall] %16422%\%PROG_NAME%\Uninstall.exe For me it looks correctly. So i searched the registry and found a strange entry. Shouldn't be the two entries the same, without the red (x86)? After removing the two "(x86)" i could uninstall winrar without problems. Did MS make a BIG mistake, or are the entries correctly? Thanks for your help.
  15. Hi *Reaper*, i have a question about spreeding the Wim-Filter. I know that nuhi (developer of vLite) doesn't include the Filter in vLite for some legal reasons. Can i spreed the wim-filter, or do i need permission from MS?
  16. Hi, i've added a new lang-file. I only changed the "LangInFo" to "German", so nobody can confuse with "Dutch". Another Question. Is it possible that i can change the language of you tool, without editing "Option.ini"? German_lang_WA_2.5_v2.7z
  17. Do you mean this picture? Which window do you mean? The DriverInstall in the middle or the one on the upper left side? I'm running Win7 in VirtualBox on a XP-SP3 host. I made a video with a digital-camera (because i saw the "DriverInst" only for a second), played this video in MediaPlayer 12 and made a screenshot from Mediaplayer. I've also written a german tutorial for usage of W7T at www.german-winlite.de. It describes how you can activate the DriverInstallation at Runonce. EDIT: Link removed, because this topic was moved to internal forum and only special user have access.
  18. no, you misunderstand me. i'll try to explain. Country - - - - - - - -> speech United Kingdom (UK) -> english USA - - - - - - - - - -> english Netherland (Holland) -> dutch Germany - - - - - - -> german the english word "german" translated to german language is called "Deutsch". it has nothing to do with "dutch". I hope that's clear now.
  19. The difference is the speech and the country: German (Deutsch) --> Germany (Deutschland) Dutch --> Holland or Netherland (Niederlande) They are only bordering countries, and have not the same speech.
  20. Me again :welcome: i solved the problem, that the "DrvInst.exe" wasn't startet at RunOnce (missing Reg-Entry), with manuelly editing the registry. Now the "DrvInst.exe" starts, but no driver were copied or installed. The window closes less than 1 second. As you can see, it seems that it's looking in "W7TDrivers\DRIVERS" only. But the folder with drivers look so. I tried moving the driver-files to the folder "W7TDrivers\DRIVERS" - but had no luck. The "CleanUp-Tool" is crashing at startup. The "Language Pack Converter" doesn't extract lp.cab correctly. lp.exe and lp.cab have the same md5-checksum after converting. I can't integrate the "lp.cab" and "Windows6.1-KB974332-x64.msu". If i select of of these files, it's working but it's not adding, so i can't start integration. My source is "Win7 x64 Professional" from MSDNAA. My Win7 is running in Virtualbox on XP-SP3-Host, but i don't think thats the problem. If you could fix the problem with integration drivers, it would be great. Maybe you could change the registry-entry [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "DevicePath"="%SystemRoot%\inf"to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion] "DevicePath"="%SystemDrive%\W7TDrivers;%SystemRoot%\inf" It that case win-setup looks firstly in the folder "%SystemDrive%\W7TDrivers" and installs the newest drivers. thanks and greets testesser1 PS: Sorry that i "spam" your thread. I know that it's a alpha and you are hard working hard on it. :prop: Edit: Here are the links for Realtek AC 97 (v6305) and Intel-Lan (v14.5) driver. Maybe it helps.
  21. Hi, thanks for your great tool. :thumbsup_anim: I've translated the language-file to german. Maybe you can add it to your next release? greets testesser1 German_lang_WA_2.5.7z
  22. Hi, i have a problem with viewing this forum. On some thread's a have a lot of empty space between two post's. The scrollbar on the right side is very very long. I'm using IE7 on Win XP. I also tried to view this thread with IE8 on Win7 x64 and i had no problems with viewing. But when i activated the compability-mode, i had the same issue. What can i do? greets testesser1
  23. Hi again, i think i've found the problem. After the DriverIntegrator ends, he doesn't unload the Hive (WIM_Software) and because of this, there where no changes made in "Windows\System32\Config\Software" and so he doesn't stored it to "install.wim". Another Bug: The "WIM Tweaker" doesn't unload the Hives "WIM_Default" and "WIM_Software" too. Question: Could you make the Tool like nLite or vLite? That means that the user can choose the options to edit the source (Driver,Addons,Tweaks,...) and after all options were done, it creates a new "install.wim". Now it creates after every run a new "install.wim" (3 times for me (addons/driver/tweaks)) and take a lot of time. PS: Keep up the good work :thumbsup_anim:
  24. Hello i had the same problem like beatmaster. I tried to integrate the Realtek-driver and Intel-LAN-Driver. It seems that the DriverIntegrator doesn't updates the registry-entry under "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion" DevicePath. I manuelly edited this key after mounting "install.wim" and loading the hive "SOFTWARE" (in Windows\System32\config) with the Reg-Editor to "%SystemDrive%\W7TDrivers;%SystemRoot%\inf". After a new installation the LAN-Driver was installed, but the Realtek-Driver was not. Maybe it was because the Realtek-Driver is not digitally signed. But i choosed this option in DriverIntegrator. What do you mean with this? Could you explain how the DriverIntegrator is working?Anyway i found some other bugs: If i download some tools or addons (i put them to queue), the queue was not empty after downloading. And if i download a addon that was already stored to harddisk, is was overwritten without prompt. I thinks it's better to ask to overwrite existing files. I tried to change the "DevicePath" with RegistryHiveMounter, but the changes i mad were not stored. I had to mount the "install.wim" and load hive with reg-editor (see above). I tried to add the availibly Updates for Win7 x64 with the UpdateIntegrator, but none of these updates were integrated. I hope you can help me (us). PS: I'm working with the latest alpha 0.5.0 on Win7 x64.
×
×
  • Create New...