Jump to content

bobthenob

Member
  • Posts

    118
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by bobthenob

  1. thanks for the reply thats sorted me out thanks
  2. hi in my winnt.sif i set my full name and org name right click on my computer and the data i set is correct Registered to Mr Smith. but in the documents and settings the documents folder is owner can i set this to be the same as the full name .Thanks For Looking [Data] Autopartition=0 MsDosInitiated=0 UnattendedInstall="Yes" [Unattended] UnattendMode=DefaultHide UnattendSwitch="Yes" OemPreinstall="Yes" OemSkipEula="Yes" FileSystem=* WaitForReboot="No" NoWaitAfterTextMode=1 NoWaitAfterGUIMode=1 DriverSigningPolicy=Ignore NonDriverSigningPolicy=Ignore [SystemRestore] [GuiUnattended] TimeZone=085 OEMSkipRegional=1 OemSkipWelcome=1 [Components] [UserData] ProductKey="O_ No_U_Dont" ComputerName = "comp" FullName = "Mr" OrgName = "Smith" [RegionalSettings] LanguageGroup=1 SystemLocale="0809" UserLocale="0809" UserLocale_DefaultUser="0809" InputLocale="0809:00000809" InputLocale_DefaultUser="0809:00000809" [Networking] InstallDefaultComponents="Yes" [GuiRunOnce] %systemdrive%\install\start.cmd
  3. hi do you load the exsample xml file or one of your own? if its your own can you send it to me if poss remove your product key. if you load the exsample xml and save it is that blank? ive just dowloaded it to test. I loaded loads of differnt xml files and they save fine? wierd
  4. sorry im confused does it work or not?
  5. hi you need the comdlg32.ocx i thought that was part of windows? comdialog ive added it to the rar file so it should work if you download it again or just download comdlg32.ocx and stick in the folder with my program or in Windows\System32 folder. cheers robin
  6. no problem hi what is the ocx file thats missing? what operating system are you runing it on?
  7. hi if i used "wmic useraccount where "name='MrJinje'" set PasswordExpires=FALSE" where would i put it in my autonated xml cheers and if ive already installed and want to stop the password expiring how would i do that cheers
  8. hi I made a simple visual basic program that lets me edit my autonnated xml file as i fix friends computers so its easier to change details it might be of use to somebody. Here is a screen shot it includes a sample xml very easy to use saves manual editing My link
  9. you take what ever time you need blue (this is a fully working piece of software) you've made a great bit of of software and I for 1 really appreciate it its a shame people who make less professional stuff seem to have a problem it looks like sower grapes good luck in your other work blue if I can help in any way i will
  10. but he hasn't done that yet, Nlite and also Vlite done the removing first and then later the other stuff.They are waiting on you not a guide to your program which does nothing which several others also do. Prove it blue4603 or do the right thing. Change your post title cause you are not a Replacement for Vlite yet. Tell them you can't do the removes. I know it's a nightmare cause I been experimentimg also. come on give the guy a break he's done a great job on this software
  11. hi here is my AUTOUNATTEND.XML <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <SystemLocale>en-us</SystemLocale> <UserLocale>en-us</UserLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-us</UILanguageFallback> <InputLocale>0409:00000409</InputLocale> </component> <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"> <UserData> <ProductKey> <Key>****************</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>owner</Organization> <FullName>owner</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <Display> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <ColorDepth>32</ColorDepth> </Display> </component> </settings> <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"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>owner</Name> <Group>Administrators</Group> <Password> <PlainText>false</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <RegisteredOrganization>Davis</RegisteredOrganization> <RegisteredOwner>owner</RegisteredOwner> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /C start /wait %systemdrive%\Install\RUN.cmd</CommandLine> <Description></Description> <RequiresUserInput>false</RequiresUserInput> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-International-Core" 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"> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> <InputLocale>0809:00000809</InputLocale> </component> </settings> <settings pass="specialize"> <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"> <AutoLogon> <Enabled>true</Enabled> <Username>owner</Username> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <TimeZone>GMT Standard Time</TimeZone> <ComputerName>mrcomputer</ComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim:j:/vistawork/dvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  12. hi blue thanks again for a great bit of software i have my unattended all working fine then some updates came out i just added them using your software didnt select anything else made a iso bidabadboom jobs a good one thanks best tool for adding updates cheers
  13. hi have you cpoied your windows dvd to a folder ? is it with no spaces like say D:/windowsdvd/ not D:/windows dvd/
  14. hi i run sevaral things from my run.cmd i then run a autoit file wich has a pause so it waits till the descktop is loaded CLS @echo off Echo.....Installing things So You dont have too start /wait regedit /s %AppsRoot%\install\REGTWEAKS.REG Echo..........Install Firefox Browser start /wait %AppsRoot%\install\Firefox\Firefox.exe Echo..........Install Flash Plugin For Firefox start /wait %AppsRoot%\install\Flash\install_flash_player.exe /s start /wait %AppsRoot%\install\Flash\install_flash_player_ax.exe /s Echo..........Install Avg Virus Software start /wait %AppsRoot%\install\Avg\avg.exe /hide /no_welcome /REMOVE_FEATURE fea_AVG_SafeSurf /REMOVE_FEATURE fea_AVG_SafeSearch /NOAVGTOOLBAR Echo..........Install Foxit Pdf Reader start /wait %AppsRoot%\install\Foxit\FOXITAU.EXE Echo..........Install Winrar start /wait %AppsRoot%\INSTALL\WINRAR\WINRAR.EXE Echo..........InstallOffice 2007 ECHO..........Take A while Please Be Patient start /wait %AppsRoot%\install\office2007\setup.exe /config custom-uA.XML Echo..........Install infraBurn start /wait %AppsRoot%\install\infrarecorder\ir050.exe /S start %AppsRoot%\autoit\wait.EXE Echo..........Deleting Temporary Files start %AppsRoot%\Fix\Cleanup.bat
  15. thanks for your reply i thought as much cheers
  16. its a great program blue has made glad other people are making avalibale to all
  17. hi to use first logon this is my autonatted xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <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"> <SystemLocale>en-us</SystemLocale> <UserLocale>en-us</UserLocale> <UILanguage>en-US</UILanguage> <UILanguageFallback>en-us</UILanguageFallback> <InputLocale>0409:00000409</InputLocale> </component> <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"> <UserData> <ProductKey> <Key>productkey</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <Organization>owner</Organization> <FullName>owner</FullName> <AcceptEula>true</AcceptEula> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <Display> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> <ColorDepth>32</ColorDepth> </Display> </component> </settings> <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"> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Name>owner</Name> <Group>Administrators</Group> <Password> <PlainText>false</PlainText> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> </Password> </LocalAccount> </LocalAccounts> </UserAccounts> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <RegisteredOrganization>owner</RegisteredOrganization> <RegisteredOwner>owner</RegisteredOwner> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /C start /wait %systemdrive%\Install\RUN.cmd</CommandLine> <Description></Description> <RequiresUserInput>false</RequiresUserInput> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> <FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> </FolderLocations> </component> <component name="Microsoft-Windows-International-Core" 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"> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> <InputLocale>0809:00000809</InputLocale> </component> </settings> <settings pass="specialize"> <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"> <AutoLogon> <Enabled>true</Enabled> <Username>owner</Username> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <LogonCount>9999999</LogonCount> </AutoLogon> <TimeZone>GMT Standard Time</TimeZone> <ComputerName>owner</ComputerName> </component> </settings> <cpi:offlineImage cpi:source="wim:j:/vistawork/dvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> my cmd file is in DVD\SOURCES\$OEM$\$1\INSTALL\run.cmd remove this if you want your users on c: <FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> </FolderLocations> with this you need a d:
  18. hi could you try running from first logon <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <CommandLine>cmd /C start /wait %systemdrive%\Install\RUN.cmd</CommandLine> <Description></Description> <RequiresUserInput>false</RequiresUserInput> <Order>1</Order> </SynchronousCommand> </FirstLogonCommands> <Display>
  19. Hi thanks for a great forum its helped me out loads I set my users folder to D: </FirstLogonCommands> - <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1024</HorizontalResolution> <VerticalResolution>768</VerticalResolution> </Display> - <FolderLocations> <ProfilesDirectory>D:\Users</ProfilesDirectory> </FolderLocations> </component> which works fine for my uattended dvd my user is set as owner if i format c then reinstall my user becomes owner.mrcomputer (the name i used for computer name in unattended.xml) is there any way around this other than add a user (temp)logon to new user Temp delete owner.mrcomputer rename owner to owner.mrcomputer
  20. what error its a good program will help you do what you need
×
×
  • Create New...