Everything posted by Etz
-
[Solved] Unpack MSI Context Menu Tweak
OK, will try to debug whats actually going on with this under Windows 8(.1), thanks Will keep you updated aswell, if I discover something interesting.
- Any chance of an update for windows 8.1 soon?
-
Minor post install Icon problem on Win 8/8.1
Still exists on 1.4.30.15
-
[Solved] BUG or ME?
HKCU variation didnt work out. Tested HKLM & HKCR parts afterwards, both did work as expected, so its looks like solved indeed...at least for me Thank you. Just for reference, this works now: ; Show Libraries on Navigation Panel[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042[HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042
-
[Solved] Unpack MSI Context Menu Tweak
Doesnt seem to work, at least Built-in tweak doesnt.
-
[Solved] AIO Tool Preset manager in 1.4.30.15
Just noted that ISO-Maker wont allow any of the checkboxes (under options) to be unchecked or checked... They dont seem to interact at all from GUI perspective.
-
[Solved] AIO Tool Preset manager in 1.4.30.15
For some strange reason, it only shows Last preset in preset manager. Also it wont allow you to import any, complaining that file already exists. All preset are created with 1.4.29 so are basically equal from that perspective.
- New Design v1.4.30
-
[Solved] Unpack MSI Context Menu Tweak
Will definately do it, when I get home
-
[Solved] Unpack MSI Context Menu Tweak
Bumping this... Probably solved by: http://www.wincert.net/forum/topic/11811-solved-bug-or-me/
-
Minor post install Icon problem on Win 8/8.1
Or Just Include that Icon being used, with WinToolkit Itself? :g:
-
[Solved] BUG or ME?
You can? That would be great, as I could move all registry stuff out from "scripts" then... :dancing: EDIT: This probably falls in the same category, can be accomplished via scripts but not via WinToolkit on Windows 8(.1): http://www.wincert.net/forum/topic/11553-unpack-msi-context-menu-tweak/ Works fine on Windows 7 though...
-
Minor post install Icon problem on Win 8/8.1
Apparently this "Windows" Icon doesnt exist on Windows 8/8.1 so maybe it can be changed to something else when Windows 8(.1) Image is being worked on?
-
[Solved] BUG or ME?
Hmm, so there is basically no way to edit those offline... Only via SetupComplete.cmd then for HKLM keys. Actually I was able to edit at least this as Regular user with admin rights: ; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042Also HKCU keys can be edited by User post-install... Fair enough, will have to continue using SetupComplete.cmd & RunOnce.cmd for those then...
-
[Solved] BUG or ME?
Actually, some of those can be applied and I actually remember Lego saying that those are being mapped to "Default User" registry Hive by WinToolkit. Maybe Lego can comment actually where does WinToolkit Import or apply all the HKCU stuff? Anyway I`m more interested why HKLM & HKCR doesnt work out, and thats not the only ones which I`m currently struggling with.
-
[Solved] BUG or ME?
For some strange reason, I cannot get two Reg tweaks to get applied via WinToolkit if I do the very same tweaks via SetupComplete.cmd or as HKCU via RunOnce.cmd they work just fine... Question is about those (works fine via SetupComplete.cmd but not via WinToolkit AIO tool): ; Show Libraries on Navigation Panel[HKEY_LOCAL_MACHINE\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_LOCAL_MACHINE\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001; Move Libraries above "My PC" on Navigation panel[HKEY_CLASSES_ROOT\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"SortOrderIndex"=dword:00000042Also tried as (works fine via RunOnce.cmd but not via WinToolkit AIO tool): ; Show Libraries on Navigation Panel[HKEY_CURRENT_USER\Software\Classes\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001[HKEY_CURRENT_USER\Software\Classes\Wow6432Node\CLSID\{031E4825-7B94-4dc3-B131-E946B44C8DD5}]"System.IsPinnedToNameSpaceTree"=dword:00000001Difference between those is, that HKCU is for user HKLM is System wide version of the very same for all Users (existing and non existing). Now wondering is it somekind of WinToolkit bug, or... Have been trying to solve this from version x.26 but never succeeded importing those two tweaks one way or another. PS: For clarification those all are Windows 8.1 Specific tweaks
-
[Solved] WinToolkit Installer 1.4.29 - Skype Install
Apparently, it was "one time" failure without any obvious reason, second Install using the very same Image succeeded... So apparently, it wasnt WiNtoolkit fault after all.
-
[Solved] WinToolkit Installer 1.4.29 - Skype Install
Apparently, Installing Skype MSI with /qn TRANSFORMS=:RemoveStartup.mst ALLUSERS=1just fails, no error message is shown or any indication why it didnt install. It has been worked fine on earlier versions (1.4.1.27) also works fine when executed on commandline with the very same switches.
-
Win 7 ToolKit 1.5.0.x on Windows 8 Image
Technically it works on windows 8.1 also, only removals dont. You only have to use it on the very same Host OS due to newer Dism requirement as it doesnt allow you to choose dism.exe location. Hence you are limited to using OS built in version. (Change has been requested to make it possible to select it)
-
Win 7 ToolKit 1.5.0.x on Windows 8 Image
Yes you can...
-
[Solved] AIO Tool & Wim manager - Applying Unattended from UNC
Maybe Lego could have a look, now
- Update Catalog
-
[Howto] Integrate IE11 with Win Toolkit ?
Dont worry, it doesnt...
-
[Howto] Integrate IE11 with Win Toolkit ?
I can offer about 6GB of FTP space which actually just idles at the moment...
-
[Howto] Integrate IE11 with Win Toolkit ?
Thx for a link havent read that topic for a while... But if it is true, it is real bad for us as there is no serious alternative to that repo...