Jump to content

myselfidem

Members
  • Posts

    600
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by myselfidem

  1. Maybe you can try first to remove components and after integrate updates!
  2. We can read Inside the file SETUPDOWNLOADLIST.txt the prerequisites updates for IE10 x64 when IE10 file is extracted: Yes they are the same prerequisites updates written inside the SETUPDOWNLOADLIST.txt However we can also read inside this link updates needed: How to obtain prerequisite updates for Internet Explorer 10 Release Preview that fail to install in Windows 7 However it's missing, for any reason, inside my first list for x86: KB2639308 Update for Windows 7 (KB2639308) (validation needed)
  3. Yes, this will be useful! We can use msiexec.exe /i %Path%\SkypeSetup.msi /qn Regards
  4. Thanks for the test! Maybe you can suggest your fix to MSFN Forum? http://www.msfn.org/board/topic/158273-wpi-86-and-beyond-bugbugfix-thread/page__view__findpost__p__1010202 Cheers
  5. OK, I found how to add the new CMD option! You can also add Inside configwizard.js: on line 365: CommandsMenuBar.addNewChild("cmd_dos2", 11, "dos_cmd", "Cmd", false, "", "");also on line 632: case 'dos_cmd': HandleCommandsSelectionMenu("{CMD} "); break;You will be able to choose option : {CMD} Thanks to share if it's works for you! Image
  6. I can confirm there is a trouble using Oracle VM and only Microsoft Visual C++ 2005 and C++ 2008 (x86) aren't installed. BUT on my computer all are installed like I wish ! This is strange because on Windows 7 x64 all works fine on Oracle VM. Using: Silent "No GUI" SFX alternative v2.9 Cheers and regards
  7. Thanks, but already exist insde installer.js (line: 1207): if (cmd.indexOf(".cmd") != -1 || cmd.indexOf(".bat") != -1) { if (cmd.indexOf(" ") != -1 && cmd.substr(0,1) != '"') cmd='"'+cmd+'"'; if (programs[item].bit64=="yes" && OSBits==64) cmd='"'+sysPath64+'cmd.exe" /C '+cmd; else cmd='"'+sysPath32+'cmd.exe" /C '+cmd; return cmd; } if (cmd.indexOf(" ")==-1 && cmd.substr(0,1) != '"' && cmd.indexOf(">")==-1) // > needed for stdout. "d:\program.exe" "param1" >c:\app.txt cmd='"'+cmd+'"'; return cmd;}
  8. Personnellement j'utilise WPI_v.8.6.6 pour l'installation de mes programmes en post-install, dont NET Framework 4.0. En ce qui concerne le problème de mscorsvw.exe, il est possible d'utiliser la commande suivante, si Net Framework 4.0 n'est pas installé. Pour OS x86: %windir%\Microsoft.NET\Framework\v2.0.50727\ngen.exe executequeueditems /nologo /silent Pour OS x64: %windir%\Microsoft.NET\Framework\v2.0.50727\ngen.exe executequeueditems /nologo /silent %windir%\Microsoft.NET\Framework64\v2.0.50727\ngen.exe executequeueditems /nologo /silent http://techdows.com/2010/08/what-is-mscorsvw-exe-how-to-disable-it.html Dans la version de ricktendo pour Net Framework 4.0, la commande se trouve dans le fichier: config.txt. Amicalement
  9. Ce type de problème est résolu, dans mon cas, en intégrant dans mon DVD Windows 7 SP1, le Slim Microsoft .NET Framework 4.0 Full x86/x64 de ricktendo: http://www.wincert.net/forum/topic/9154-slim-net-framework-4-full-x86x64-4-11-2013/#entry78841 http://www.wincert.net/forum/topic/9154-slim-net-framework-4-full-x86x64-4-11-2013/#entry79077
  10. Useful links: http://technet.microsoft.com/en-us/library/ee829687%28v=ws.10%29.aspx http://www.thewindowsclub.com/customizing-the-password-policy-in-windows-7
  11. This is a requirement of Windows and not WinToolkit! http://breztech.net/2009/07/15/howto-turn-off-password-expiration-in-windows-7/ http://www.sevenforums.com/tutorials/73210-password-expiration-enable-disable.html Cheers
  12. 1 - You can use a registry file: Windows Registry Editor Version 5.00 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]"DisableChangePassword"=dword:00000001 2 - You can add inside your Autounattend.xml file (change the user name to your needs): <settings pass="oobeSystem"> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Le mot de passe n'expire jamais</Description> <CommandLine>cmd /c wmic useraccount where "name='Antoine'" set PasswordExpires=FALSE</CommandLine> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand>
  13. A little typo error inside Evthing.inf: [Strings]T13ROE=SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\EverythingConfigDisplayProgram=SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\EverythingAppName=Everythingversion=1.3.2.644bThanks to change to: version=1.3.2.645b Regards
  14. However it's better to remove this update if this one is installed on our computer! I do like this and my computers work better with all my programs! Cheers and regards
  15. *Edit: Tested SFX Modified Module 1.5 to remove others shortcuts on my computer an works fine for me! You can try: RunProgram="hidcon:cmd /c del \"%PUBLIC%\\Desktop\\Clover.lnk\""
  16. The OP solved the USB key issue: http://www.msfn.org/board/topic/162503-problem-with-split-installwim/page__view__findpost__p__1035430 Cheers and regards
  17. http://technet.microsoft.com/en-us/library/hh825096.aspx Cheers and regards
  18. Have you selected Windows 8 or Windows 8 (64 bit) with Oracle Virtual Machine to test your Windows 8 image?
  19. Les bugs constatés ont été résolus dans les versions suivantes! J'ai testé seulement l'intégration des mises à jour et de IE10 (fichiers décompressés)! Et cela fonctionne. Pour installer mes programmes j'utilise WPI et le dossier $OEM$ pour mes fichiers reg et autres commandes.
  20. 1 - To repair Office, you can use: Control Panel | Add Remove Programs | Select Office version and with right-click choose: change 2 - This command is to launch WORD! Try: Start | Run (example Office 2007) "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE"
×
×
  • Create New...