Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. The answer is a little above if you want change the text (post #2).
  2. Maybe you can find help also here: http://www.msfn.org/...tended-install/ http://www.msfn.org/board/topic/149884-cant-activate-xp-pro/page__pid__968682#entry968682
  3. jaclaz Yes, I think it is an oximoron! With french language, I think it's as (difficult to translate): Son honneur s'enracinait dans le déshonneur établi, Et la foi en état d'incrédulité le préservait faussement dans l'authenticité. Regards @Jirka (George) It's XP Pro corporate or Not corporate????? oximoron http://technet.micro...078(en-us).aspx http://technet.micro...n-us).aspx#EGAA
  4. Thanks Kels! B) I've made some search about "ph34r" (emoticon) because it's not really clear for me, but I think I understand a little now! http://simple.wikipedia.org/wiki/Leet http://www.thaivisa....s-smiley-means/ I kown my question seems stupid! = perplexed Regards
  5. Happy to see that the problem is solved! http://www.msfn.org/board/topic/101552-7z-sfx-modified-module-and-tools/page__pid__968970__st__240#entry968970
  6. This is an incorrect line Variable %%T can contain spaces Correctly written as: RunProgram="hidcon:cmd /c xcopy *.* %SYSTEMDRIVE%\\ /s /e /i /y /h" or so: RunProgram="hidcon:cmd /c xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\ /s /e /i /y /h" Thanks The two methods works fine for me, but I think it's better to write like your example above: \"%%T\\*.*\" @eltunisie download link updated with the new config.txt: http://www.mediafire.com/?3s43j1jw65ycd *Edit: file updated and moved
  7. Ok! You can try this one I've tested like you want! Just double-click on the .exe file to launch the program and see immediately the result on your C:\ drive
  8. I think the best way is to use sysprep like explained insdie the videos, here: http://www.wincert.net/forum/index.php?/topic/7384-video-windows-7-aikopk-deployment-101-updated/
  9. You need to create a config.bat to have your .exe file for silent installation! Rename your run.cmd as config.bat and launch this batch file! You will have your .exe file! *Edit: just add the switch /h inside config.txt for the hiden files! like this: ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c xcopy %%T\\*.* %SYSTEMDRIVE%\\ /s /e /i /y /h" ;!@InstallEnd@! Tested and works fine! Of course you need to choose Show hiden files and folders to see your files on C:\ drive!
  10. Inside WPI I can see: You can burn your UA-CD I think it is Unattended CD Is that correct? Thanks!
  11. You can also find help here: http://www.windowsvalley.com/create-windows-7-aio-all-in-one-dvd-or-merge-all-editions-of-windows-7-in-single-dvd/ http://forums.overclockers.co.uk/showthread.php?t=18040679
  12. Works fine like below!! You can do like this and your folders will be copied on C:\ drive config.txt ---------------- ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c xcopy %%T\\*.* %SYSTEMDRIVE%\\ /s /e /i /y" ;!@InstallEnd@! Tested and works fine! Enjoy!
  13. I've updated my last post about a little error and added hidcon: (to hide the command window) RunProgram="hidcon:cmd /c xcopy %%T\\*.* %SYSTEMDRIVE%\\Folders /s /e /i /y" You can also use a batch file to copy your files inside C:\ using SFX modified module! config.txt ------------- ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:install.cmd" ;!@InstallEnd@!
  14. @eltunisie After many tests I see that works if I add a folder to copy the files inside "Systemdrive%\\Folders", like this: config.txt ------------- ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c xcopy %%T\\*.* %SYSTEMDRIVE%\\Folders /s /e /i /y" ;!@InstallEnd@! Give the name you want for the destination folder! This one will be created with the name you give! Works fine! Remember to save the config.txt in UTF-8 encoding
  15. Yes! Or just double-click on the iso file and Nero will open a window to burn the DVD. Insert a clean DVD and select burn!
  16. For French people I've made the translation French.xml. http://www.mediafire.com/?0f9oidqij3ga8 For Mz 7 Optimizer or individual downloaded programs here: http://www.mztweak.com/products.html Just set after the installation the French.xml file inside: .\Program Files\Mz 7 Optimizer\Languages\ Enjoy!
  17. Many thanks MAVERICKS
  18. After many tests, I found another method to have Gadgets customized on the Desktop when the silent installation is complete! 1) Set the wanted Gadgets on your computer with your prefered settings 2) Select: Options = Show hiden files and folders 3) Browse to C:\%userprofile%\AppData\Local\Microsoft\Windows Sidebar\ 4) Copy/paste the Settings.ini file inside a folder of your choice 5) Mount the image install.wim you want customize with DISM 6) Copy the Settings.ini file inside: %SystemDrive%\%Mounted_Folder%\Programs\Windows Sidebar\Settings.ini (remove the existing one) 7) No need to add the settings for Gadgets inside your Autounattend.xml (But you can add if you want) 8) Unmount /Commit 9) Add also this registry reg: You can use SetupComplete.cmd and set your Tweaks registry file (Example: Gadgets.reg) inside: \%DVD%\sources\$OEM$\$\Setup\Scripts\ SetupComplete.cmd @echo off REGEDIT /S "%systemroot%\Setup\Scripts\Gadgets.reg" EXIT Gadgets.reg Windows Registry Editor Version 5.00 ;------------------------- ; - Show Gadgets - ;------------------------- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run] "Sidebar"="\"C:\\Program Files\\Windows Sidebar\\sidebar.exe /autoRun"" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Sidebar] [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Sidebar\Settings] "ShowGadgets"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\DesktopBackground\Shell\Gadgets\command] @="\"C:\\Program Files\\Windows Sidebar\\sidebar.exe /showGadgets"" ;-------------------------------------------------------- ; - Allows installation for unsigned Gadgets - ;-------------------------------------------------------- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Sidebar\Settings] "AllowElevatedProcess"=dword:00000001 * 10) You can also create the folder scripts inside the Mounted image: \%Mounted_Folder%\Windows\Setup\scripts (Set inside: SetupComplete.cmd and Gadgets.reg) With this method, you don't need $OEM$ folders! After the silent installation is complete you will see that the Settings.ini file inside "%userprofile%\AppData\Microsoft\Windows Sidebar\ Settings.ini" is the same customized file set inside: "%SystemDrive%\Programs\Windows Sidebar\Settings.ini" Works fine!
  19. You can find help also reading the guide, here: http://7zsfx.info/en/ As example given for Total Commander:
  20. Do you integrate the msu version of Internet Explorer 9 into your image before using vLite? Do you remove winsxs? No I don´t. No I don´t, only removed some components in vLite. Attach your Last Session.ini, please!
  21. Yes, I use this method. I install vLite 1.1.6 Final and after vLite 1.2 and all works fine with Windows 7 SP1 (integrated) to customize Windows 7 SP1 image! *Edit: vLite 1.2 works fine with Windows 7 SP1 integrated but FAILS with Windows 7 original SP1 MSDN. I think the solution is to install Windows 7 SP1 MSDN on a second partition and use sysprep and CAPTURE the new install.wim with imagex.exe! After we can use vLite 1.2!
  22. At this time I think not software can do that, but W7T can do an Autounattend.xml!
  23. Yes, it seems there is some problems, in fact also for me...because I can't add a new search engine, the new open window for Searching freeze and I see only to pin Web pages!?! But I use this "workaround" to add more search engines and works fine: http://www.microsoft.com/windows/ie/searchguide/en-en/default.mspx You can change the location with: See Global Search Guide I hope that can help you! *Edit: It seems the trouble appears with the last update for IE9, Maybe, because I have not this problem before with IE9 (32-bit or 64-bit on my computer 64-bit)! Image Search engines added with "workaround"
  24. Have you checked if Google is activated? Useful infos about IE9: http://blogs.msdn.com/b/ie/
  25. With some programs wanted connect to Internet or wanted to launch after the installation I use SFX modified module successfully for silent install! I install first the program on my computer with the preference needed and I save the reg file (HKCU\Software\My_Program) to use with SFX! Example with Expert PDF: Expert_7.txt ;!@Install@!UTF-8! GUIMode="2" RunProgram="ISAdmin.exe /s" RunProgram="regedit /s Expert.reg" ;!@InstallEnd@! http://www.msfn.org/board/topic/101552-7z-sfx-modified-module-and-tools/ http://7zsfx.info/en/
×
×
  • Create New...