18.05.2012: Dimpel's Addons für WinXP 32bit (Stand 18.05.2012)
18.05.2012: Unantastbar's SFX-Archive (Stand 18.05.2012)
14.04.2012: Ganesha-UpdatePackSP3-inkl.IE8-2012-04-14
, solange bis der Notarzt kummt
This post has been edited 3 times, last edit by "Smile558" (Dec 28th 2009, 3:29am)
@testesser warum ist das in deinen augen "totaler Blödsinn"
Quoted
weil man ja nach zylinder 1024 nicht mehr korrekt bzw. garnicht mehr booten kann

Es werden viele Sachen auch nach - Programme\Gemeinsame Dateien ( aka %CommonProgramFiles% ) - kopiert, allen voran die großen Softwarehersteller wie MS und Adobe.Es ist schlicht oftmals Augenwischerei, wenn man meint, Anwendungen würden ausschließlich in das gewählte Installationsverzeichnis installiert
Ich denke, dass es hier nicht darum geht, ob die geplante Anpassung sinnvoll ist oder nicht, sondern doch viel eher darum, ob es überhaupt eine Möglichkeit gibt. Wenn man sich über den Sinn von Windows 7 und seinen begrenzten Anpassungsmöglichkeiten und deren Ausweitung streiten möchte, kann ma da sicherlich ganze Bände drüber vefassen.Die Trennung von System und Proggs macht wenig Sinn
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
<RunSynchronousCommand wcm:action="add">
<Order>1</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v ProgramFilesDir /t REG_EXPAND_SZ /d E:\Programme</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>4</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v CommonFilesDir /t REG_EXPAND_SZ /d "E:\Programme\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>2</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v "ProgramFilesDir (x86)" /t REG_EXPAND_SZ /d E:\Programme_32Bit</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>5</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v "CommonFilesDir (x86)" /t REG_EXPAND_SZ /d "E:\Programme_32Bit\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>3</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v ProgramW6432Dir /t REG_EXPAND_SZ /d E:\Programme</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>6</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion /v CommonW6432Dir /t REG_EXPAND_SZ /d "E:\Programme\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>7</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v ProgramFilesDir /t REG_EXPAND_SZ /d E:\Programme</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>8</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v "ProgramFilesDir (x86)" /t REG_EXPAND_SZ /d E:\Programme_32Bit</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>9</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v ProgramW6432Dir /t REG_EXPAND_SZ /d E:\Programme</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>10</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v CommonFilesDir /t REG_EXPAND_SZ /d "E:\Programme\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>11</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v "CommonFilesDir (x86)" /t REG_EXPAND_SZ /d "E:\Programme_32Bit\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
<RunSynchronousCommand wcm:action="add">
<Order>12</Order>
<Path>%windir%\System32\reg.exe ADD HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion /v CommonW6432Dir /t REG_EXPAND_SZ /d "E:\Programme\Gemeinsame Dateien"</Path>
</RunSynchronousCommand>
|
, solange bis der Notarzt kummt
This post has been edited 5 times, last edit by "gelber Meister" (Mar 22nd 2011, 7:05pm)
, scheint mir eine saubere Lösung zu sein um vor der Installation die Systempfade anzupassen. |
|
Source code |
1 2 3 4 5 |
HKEY_LOCAL_MACHINE\WIN_IMG_SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList D:\Users D:\Users\Default D:\Users\Public D:\ProgramData |
This post has been edited 1 times, last edit by "gonzogonzales" (Aug 6th 2010, 11:34pm)
This post has been edited 1 times, last edit by "gonzogonzales" (Aug 9th 2010, 10:42am)
This post has been edited 1 times, last edit by "Thomas Mc Kie" (Sep 5th 2010, 10:28pm)
This post has been edited 3 times, last edit by "gelber Meister" (Sep 9th 2010, 11:22am)
.This post has been edited 1 times, last edit by "Thomas Mc Kie" (Sep 9th 2010, 11:28am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="oobeSystem">
<component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FolderLocations>
<ProfilesDirectory>D:\Profiles</ProfilesDirectory>
<ProgramData>D:\ProgramData</ProgramData>
</FolderLocations>
</component>
</settings>
<settings pass="windowsPE">
<component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ComplianceCheck>
<DisplayReport>OnError</DisplayReport>
</ComplianceCheck>
</component>
</settings>
</unattend>
|
This post has been edited 1 times, last edit by "edsa" (Sep 16th 2010, 1:15pm)
This post has been edited 1 times, last edit by "Janosch85" (Sep 21st 2010, 10:06pm)
Bei mir ist es einfach:
Quoted
...und zum wiederholten Male (wie auch schon bei XP) - was macht das Verschieben dieser Dateien/Ordner für einen Sinn?![]()
Quoted
Ich hatte auch zur Sicherheit das geänderte Image nochmal geladen und importiert, da waren die Änderungen aber auch richtigerweise so drin, wie sie ich sie geändert hatte.
Quoted
Die einfachste Variante, die Ordner "Users" und "ProgramData" zu verschieben, ist über eine AutoUnattend.xml
Quoted
Außerdem habe ich eine alternative Anleitung gefunden, mit der man die Ordner verschieben kann:
This post has been edited 4 times, last edit by "gelber Meister" (Sep 17th 2010, 3:03pm)
Quoted
[..] ich habe das gewünschte Image explizit in der AutoUnattended.xml angeben. Ohne AutoUnattended.xml wird vielleicht einfach eines der unbearbeiteten galaden.
This post has been edited 3 times, last edit by "Thomas Mc Kie" (Sep 26th 2010, 9:29pm)
This post has been edited 3 times, last edit by "gelber Meister" (Sep 28th 2010, 9:41pm) with the following reason: Rächtschreybunk
Wenn Du das Verzeichnis ansprechen willst, dann bitte mit "%PUBLIC%" !... C:\Benutzer\Öffentlich , der aber in Wirklichkeit C:\User\Public heisst. Aber die Variable %Userpath%\Public passt immer...
This post has been edited 1 times, last edit by "Nemo" (Nov 4th 2010, 10:06pm)

This post has been edited 1 times, last edit by "ssd_maddin" (Nov 19th 2010, 12:21pm)
Hits today: 3,260 | Hits yesterday: 4,138 | Hits record: 14,378 | Hits total: 3,118,733
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH