Jump to content

testesser1

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by testesser1

  1. *FIX: Downloading sometimes added an extra extension i.e. .msu.msu

    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. well i'm with you in that part but what about if there is an update to the program

    that can only be done that way but i think you don't need a big ftp server for that just a small one

    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.

  3. EDIT: I have been working on W7T but again need a FTP server to upload the updated versions.

    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:

  4. 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

  5. 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:00093a80

    i tried to delete the old server ("minus" in reg), but it doesn't delete it.

    registry_deletem8gl.jpg

    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?

  6. 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.

    wa2.6_errorh4w4.jpg

    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.

    wa2.6_statusbar30wd.jpg

  7. i told you before the issue from this addon

    is not reaper fault

    it's my WA Installer issue

    this version should already be installed to Program Files not Program Files (x86) << that my tool problem

    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

    C:\Program Files (x86)\WinRAR\Uninstall.exe

    So i think that the DirID %16422% isn't redirected correctly.

  8. I got i working now. The Registry-Entry is correct!

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion]

    "CommonFilesDir"="C:\\Program Files (x86)\\Common Files"

    "CommonFilesDir (x86)"="C:\\Program Files (x86)\\Common Files"

    "CommonW6432Dir"="C:\\Program Files\\Common Files"

    "ProgramFilesDir"="C:\\Program Files (x86)"

    "ProgramFilesDir (x86)"="%ProgramFiles(x86)%

    "ProgramW6432Dir"="C:\\Program Files"

    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.

    winrar_uninstall_fehlesfwv.jpg

    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.

  9. 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.winrar_uninstall_fehlesfwv.jpg

    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.

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]

    "CommonFilesDir"="C:\\Program Files\\Common Files"

    "CommonFilesDir (x86)"="C:\\Program Files (x86)\\Common Files"

    "CommonW6432Dir"="C:\\Program Files\\Common Files"

    "ProgramFilesDir"="C:\\Program Files"

    "ProgramFilesDir (x86)"="C:\\Program Files (x86)"

    "ProgramFilesPath"=%ProgramFiles%

    "ProgramW6432Dir"="C:\\Program Files"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion]

    "CommonFilesDir"="C:\\Program Files (x86)\\Common Files"

    "CommonFilesDir (x86)"="C:\\Program Files (x86)\\Common Files"

    "CommonW6432Dir"="C:\\Program Files\\Common Files"

    "ProgramFilesDir"="C:\\Program Files (x86)"

    "ProgramFilesDir (x86)"="%ProgramFiles(x86)%

    "ProgramW6432Dir"="C:\\Program Files"

    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.

  10. Try this....

    Unzip either the wimfltr.7z (x86) or winfltr_x64.7z (x64) attached file.

    Right click the .inf file and choose install....

    Then try toolkit again.... Worked for me....

    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?

  11. How did you get that little RunOnce screeny in Windows 7? I havent found a way to get that yet, you do?

    Do you mean this picture?

    drvinst_runoncen6s0.jpg

    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.

  12. 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. ;)

  13. didn't testesser1 translated to Dutch

    and a dutch translation is already done by Rauol

    what is the difference then ??

    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.

  14. Me again :welcome:

    i solved the problem, that the "DrvInst.exe" wasn't startet at RunOnce (missing Reg-Entry), with manuelly editing the registry.

    post-18580-125483349152_thumb.jpg

    Now the "DrvInst.exe" starts, but no driver were copied or installed. The window closes less than 1 second.

    post-18580-125483352705_thumb.jpg

    As you can see, it seems that it's looking in "W7TDrivers\DRIVERS" only. But the folder with drivers look so.

    post-18580-125483353799_thumb.jpg

    I tried moving the driver-files to the folder "W7TDrivers\DRIVERS" - but had no luck.

    The "CleanUp-Tool" is crashing at startup.

    clean_up_tool_crashzmk4.jpg

    The "Language Pack Converter" doesn't extract lp.cab correctly. lp.exe and lp.cab have the same md5-checksum after converting.

    lang_pack_converter_md6mcf.jpg

    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.

  15. Hi,

    i have a problem with viewing this forum. On some thread's a have a lot of empty space between two post's.

    forum_empty_space1wymm.jpgforum_empty_space21zn6.jpg

    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

  16. 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:

  17. 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.

    Did you get a little program running after installation of windows?
    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...