Jump to content

Dogway

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • OS
    Windows XP Pro

Recent Profile Visitors

1,415 profile views

Dogway's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello. I have set this to unattended: <FolderLocations> <ProfilesDirectory>D:\Profiles\Usuarios</ProfilesDirectory> <ProgramData>D:\Profiles\ProgramData</ProgramData> </FolderLocations>But when installed my profile folders (Users, Document and Settings, ProgramData) are spread on root D:, am I doing something wrong, is there a way to forcely use that path? Thank you!
  2. Hello, I would like to know how to lighten the image further by removing some components, issue is I don't find options for that in WinToolkit, I want to remove these: Sound Recorder Initial Tasks Space Cleaner (Disk Cleanup) Windows Easy Transfer I also want to remove the Language Packs bundled inside the Ultimate ISO: French -> Package_for_KB976933~31bf3856ad364e35~amd64~fr-FR~6.1.7601.17514 German -> Package_for_KB976933~31bf3856ad364e35~amd64~de-DE~6.1.7601.17514 Dism /Image:C:\Windows7x64\sources /Remove-Package /PackageName:Package_for_KB976933~31bf3856ad364e35~amd64~fr-FR~6.1.7601.17514 But I get nothing at all. Thank you!
  3. Ok, I think they belong to the "User" account I was forced to create upon Win7 install. I deleted that "user" account (currently using admin account) but I believe I had these folders orphan on root drive from the very beginning. I can tell due to the security tab in properties, they have the "User" group listed unlike the homonym folder inside "Users\Public folders". I know this is a minor issue and that I can move the folders without further complications, or even now that I know they belong to my deleted account, delete them along as well. Questions therefore change: Will I solve this (and the annoying halt of the unattended) if I create an "User account" with the WinToolkit unattended creator? And second, how can I make from the Unattended.xml to have blank passwords (both User and Administrator account)? Thank you! edit: yes, I created back again the user account, and Public Folders are created on root D:, why is this?
  4. Since most of my critical past issues are solved, I thought I would open a new thread. I get many public folders on root of my profiles drive. This shouldn't be normal. They are a bit different from those inside Users by having an extra tab in properties called "Location" and pointing to the variable, for example: This is my unattend.xml
  5. I don't know which of them fixed it, but I did both at the same time. First instead of "D:" I wrote "D:\Usuarios" <ProfilesDirectory>D:\Usuarios</ProfilesDirectory><ProgramData>D:\ProgramData</ProgramData>Then I added my language, for the "Desktop" issue: <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>es-ES</UILanguage> </SetupUILanguage> <InputLocale>040a:0000040a</InputLocale> <SystemLocale>es-ES</SystemLocale> <UILanguage>es-ES</UILanguage> <UserLocale>es-ES</UserLocale> </component> <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SetupUILanguage> <UILanguage>es-ES</UILanguage> </SetupUILanguage> <InputLocale>040a:0000040a</InputLocale> <SystemLocale>es-ES</SystemLocale> <UILanguage>es-ES</UILanguage> <UserLocale>es-ES</UserLocale> </component>Now everything is almost perfect, only a few minor issues remain. Like applying theme automatically, or skip/unattend the creation of the User account which still prompts in the middle of install. I would also like to leave passwords blank, for both Administrator and User, in case a User account is mandatory. There's also some folders spread on D:, they are the public folders that should be inside Usuarios, so I don't know really what is happening.
  6. Ok, I think I spotted the issue now that I gave 7 a large install space, it doesn't show the first 2 error screens, but the rest is the same. WinToolkit expects English folders, it expects "Desktop" when it should be "Escritorio", the same with users profile, Windows looks for Usuarios in D: but WinTookit only created Users, so instead Windows decides to create a default Profile Folder on C. called Usuarios. Maybe that's the main reason I'm prompted with a "create User Name" dialog when the whole process should be fully unattended, I'm automatically logged onto administrator, but 7 wants a guest account, and the prompted "user" account to sum 3 accounts in total... Any workaround to this? or should I use another slipstreamer?
  7. Thank you Legolash2o. I didn't notice you reply. I suspect 2 things, one either I didn't give D: partition enough room (I have wrongly given small space to it), or there's something wrong with install language. I'm redoing the process and halted here so I don't mess again. Shouldn't that be "Usuarios" and "Archivos de Programa (x86)". Thank you!
  8. For me it installs version x86 automatically, from the moment I drop it onto Win Toolkit it already says x86.
  9. I dont know what I did wrong. I'm on XP but the only "strange" thing I did was set the profiles directory to D: partition, and also autologon to Administrator account. When I set this on Win Toolit it asked me for a password so I didn't bother and entered 1234. Well, on 7 install I shift+F10 to enter diskpart and make both partitions then install 7, later it asks me for a user name and password (?) and then I get several errors. "-This install package can't be opened. Check the package exists or access is granted, or contact with manufacturer to know if it's a valid Windows Installer." "-INF install error. Cause: System cannot find specified path." "-Desktop makes reference to a path not available. This could make reference to a HDD on this system or a network. Check disk is correctly plugged or internet connection is available and try again. If still that doesn't solve it, the information could have moved to another place." The above also happens when I enter %appdata% on address bar. the strange thing is that Profile folders are also installed on C:. And this my unattend.xml on the Panther folder (the autounattend.xml file here and settings file here):
  10. Ok got deleted after I shut down Win Toolkit. I was brave enough and finished the image. Now I got all sorts of issues, but I will open a new thread for that.
  11. dism, as imagined : / I run the first code and I get error 50: log 2013-11-30 22:00:48, Info DISM PID=216 Scratch directory set to 'C:\DOCUME~1\ADMINI~1\CONFIG~1\Temp\'. - CDISMManager::put_ScratchDir2013-11-30 22:00:48, Info DISM PID=216 Successfully loaded the ImageSession at "C:\WINDOWS\System32\Dism" - CDISMManager::LoadImageSession2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Getting Provider DISMLogger - CDISMProviderStore::GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Getting Provider DISMLogger - CDISMProviderStore::GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Manager: PID=216 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Getting Provider DISMLogger - CDISMProviderStore::GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM.EXE: 2013-11-30 22:00:48, Info DISM DISM.EXE: <----- Starting Dism.exe session ----->2013-11-30 22:00:48, Info DISM DISM.EXE: 2013-11-30 22:00:48, Info DISM DISM.EXE: Host machine information: OS Version=5.1.2600, Running architecture=x86, Number of processors=22013-11-30 22:00:48, Info DISM DISM.EXE: Executing command line: dism /Unmount-Wim /MountDir:C: /discard2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Loading Provider from location C:\WINDOWS\System32\Dism\WimProvider.dll - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Connecting to the provider located at C:\WINDOWS\System32\Dism\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Loading Provider from location C:\WINDOWS\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Connecting to the provider located at C:\WINDOWS\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Loading Provider from location C:\WINDOWS\System32\Dism\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Connecting to the provider located at C:\WINDOWS\System32\Dism\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider2013-11-30 22:00:48, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.2013-11-30 22:00:48, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager2013-11-30 22:00:48, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager.2013-11-30 22:00:48, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager2013-11-30 22:00:48, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider2013-11-30 22:00:48, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager2013-11-30 22:00:48, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager.2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Getting Provider WimManager - CDISMProviderStore::GetProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider2013-11-30 22:00:48, Info DISM DISM WIM Provider: PID=216 [C:] is not a WIM mount point. - CWimMountedImageInfo::Initialize2013-11-30 22:00:48, Error DISM DISM WIM Provider: PID=216 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1039 - CWimManager::InternalOpUnmount(hr:0x80070032)2013-11-30 22:00:48, Error DISM DISM WIM Provider: PID=216 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2318 - CWimManager::InternalCmdUnmount(hr:0x80070032)2013-11-30 22:00:48, Error DISM DISM WIM Provider: PID=216 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070032)2013-11-30 22:00:48, Error DISM DISM WIM Provider: PID=216 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0x80070032)2013-11-30 22:00:48, Error DISM DISM.EXE: WimManager processed the command line but failed. HRESULT=800700322013-11-30 22:00:48, Info DISM DISM.EXE: Image session has been closed. Reboot required=no.2013-11-30 22:00:48, Info DISM DISM.EXE: 2013-11-30 22:00:48, Info DISM DISM.EXE: <----- Ending Dism.exe session ----->2013-11-30 22:00:48, Info DISM DISM.EXE: 2013-11-30 22:00:48, Info DISM DISM Image Session: PID=216 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider2013-11-30 22:00:48, Info DISM DISM Provider Store: PID=216 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProviderI didn't run the second because I just finished to build an image after almost 5 hours, and don't want to mess anything (Win Toolkit is still open). A file called install.wim is created, what am I supposed to do now? Where do I put setupcomplete.cmd and unattended.xml. After that I guess I create the ISO right away.
  12. Please help. Customizing Win7 is becoming a nightmare. I manually deleted the title folder, but some files can't be deleted (about 400Mb), then I realised I had to previously "unmount" or something, it seems to happen that these folders/files have only granted access to some hidden account. Aside from that, I'm really shooting at the dark here with Win Toolkit, I don't find any guides at all. I don't know where to put the setupcomplete.cmd, unattended.xml, etc. Once after 3 hours (having integrated hotfixes) Win Toolkit freezed my machine when stage of removing components (DVD Maker). On my second attempt, it finished promptly, so I think it did nothing at all, all the log says is: [0x8007007f] WimLazyInitialize:(1206).
×
×
  • Create New...