Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. About Trustedinstaller: Windows Resource Protection You need takeownership to change a file protected with owner trustedinstaller ! About Auto Update, I use this reg file, like shown by maxXPsoft: AutoUpdate.reg Windows Registry Editor Version 5.00 ;------------------------------------------------------------------- ; - Configuring Automatic Updates: Options Updates Windows Updates - ;------------------------------------------------------------------- ; AUOptions:1|2|3|4 ; 1 = Never check for updates (not recommended) ; 2 = Search for updates but let me choose whether to download and install ; 3 = Download updates but let me choose whether to install them ; 4 = Install updates automatically ; ScheduledInstallDay ; Range = 0|1|2|3|4|5|6|7. 0 = Each day; 1 to 7 = days of the week from Sunday (1) to Saturday (7) ; Recommendation = 0 ; ScheduledInstallTime ; Range = n; where n = Time of day in 24-hour format (0-23). Recommendation = 1 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update] "ConfigVer"=dword:00000001 "ElevateNonAdmins"=dword:00000001 "AUOptions"=dword:00000004 "ScheduledInstallDay"=dword:00000000 "ScheduledInstallTime"=dword:00000003 "IncludeRecommendedUpdates"=dword:00000001 "EnableFeaturedSoftware"=dword:00000001
  2. New 7zSFX_Shortcuts.7z updated including: 7zSFX_Install.reg | 7zSFX_Uninstall.reg | ReadMe.txt (English, French) | Image to see the shorcuts. Thanks to improve or tell me if there is errors! Enjoy! *Edit: Updated and added 3 seconds to close the command prompt Available for x86 or x64 sfx modified modules! 7zSFX_Shortcuts.7z
  3. It is possible to add inside the manual Chapter-7.html: Comparison operators === Identical (equal and of the same type) !== Not identical JavaScript syntax Regards
  4. No. You can use cmd /c instead, if you want !
  5. Thanks alfreire Enjoy!
  6. How to add context menus on a folder with right click to create an Archive .7z customized and an .exe file with 7-Zip and SFX modified module? Using this reg file works fine for me! 7zSFX.reg Windows Registry Editor Version 5.00 ; © myselfidem le 30/09/2012 ; Right click context menu to create an exe file or archive 7z ; 7-Zip 9.20 must be installed on your computer ; Create your folder with all files needed first ; Select your folder and right click to create your customized 7z archive or exe file ; CAUTION: only one file .sfx and .txt and .7z must be inside the folder! ; Give the name you need to your folder to have 7z archive and exe file output names ; Available for x86 or x64 sfx modified modules ; The command prompt will be closed after 3 seconds [HKEY_CLASSES_ROOT\Directory\shell\7zSFX] "MUIVerb"="Create SFX file" "NoWorkingDirectory"="" "Icon"="C:\\Program Files\\7-Zip\\7zG.exe, 0" "Extended"=- [HKEY_CLASSES_ROOT\Directory\shell\7zSFX\command] @="cmd.exe /c cd/d \"%1\" && cmd.exe /c copy /b /y *.sfx + *.txt + *.7z \"%1\".exe && move /y \"%1\".exe \"%1\" && ping /n 3 127.0.0.1 >nul" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\7zSFX] "MUIVerb"="Create SFX file" "NoWorkingDirectory"="" "Icon"="C:\\Program Files\\7-Zip\\7zG.exe, 0" "Extended"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\7zSFX\command] @="cmd.exe /c cd/d \"%1\" && cmd.exe /c copy /b /y *.sfx + *.txt + *.7z \"%1\".exe && move /y \"%1\".exe \"%1\" && ping /n 3 127.0.0.1 >nul" [HKEY_CLASSES_ROOT\Directory\shell\7z] "MUIVerb"="Create Archive 7z" "NoWorkingDirectory"="" "Icon"="C:\\Program Files\\7-Zip\\7zG.exe, 0" "Extended"=- [HKEY_CLASSES_ROOT\Directory\shell\7z\command] @="cmd.exe /c cd/d \"%1\" && cmd.exe /c 7z.exe a -t7z -mx9 -y \"%1\".7z && move /y \"%1\".7z \"%1\" && ping /n 3 127.0.0.1 >nul" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\7z] "MUIVerb"="Create Archive 7z" "NoWorkingDirectory"="" "Icon"="C:\\Program Files\\7-Zip\\7zG.exe, 0" "Extended"=- [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\7z\command] @="cmd.exe /c cd/d \"%1\" && cmd.exe /c 7z.exe a -t7z -mx9 -y \"%1\".7z && move /y \"%1\".7z \"%1\" && ping /n 3 127.0.0.1 >nul" Thanks to improve this reg file! Cheers *Edit: updated 7zSFX_Install.rar
  7. When do you think the WPI_v8.6.3 will be released, Kels ? Regards
  8. Thanks! In fact the order seems not to be really important...But if you have trouble install first java x86 version! Cheers
  9. Yes, with my example above, all my programs are copied inside the folder "Install". But you can try with your method using %CDROM% start /wait "%CDROM%\updates\jre-7u7-windows-i586-s.exe /s /v "/qn"" And installing first the java x86 version and after java x64 version.
  10. To solve the same trouble, I used this swtiches with SetupComplete.cmd (look at the position quotes): Example: REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx SET KEY=HKLM\Software\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Java\jre-7u7-windows-i586.exe /s /v "/qn"" /f HTH
  11. Have you tried to install the java version x86 first and after java version x64?
  12. Well. With Windows XP and IE 8 I was able to copy the first page with all your work winterstorm Thanks and regards. *Edit: done
  13. However this Forum ans Web link works and we can download RT Seven Lite 1.7.0 RC or 2.6.0 Beta here: http://www.rt7lite.com/downloads.html Cheers
  14. @winterstorm Save your work and give it here if you want! Link provided gives quickly error 404: not found! Cheers *Edit: however a list can be found here: http://www.msfn.org/...al-explanation/ *Edit 2: to download RT Seven Lite 1.7.0 RC or 2.6.0 Beta http://www.rt7lite.com/downloads.html
  15. It seems from few days the forum is closed!!
  16. @maxXPsoft I think you can change inside:.wimrightclick Readme 1st.htm (line 2): <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> With: <html xmlns="http://www.w3.org/1999/xhtml"> Regards
  17. Create yourself manually inside your distribution folder | inside: .\sources .\sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd You must create all these files yourself: $OEM$ $$ Setup scripts SetupComplete.cmd
  18. About SoundDevice on x64 computers - works now fine for me on x86 and amd64 computers - , we can change inside wmi.js: Replace: function getSoundDeviceID() if (objItem.PNPDeviceID.indexOf("PCI\\VEN_")==0) With: if (objItem.PNPDeviceID.indexOf("PCI\\VEN_") != 0) Thanks to check if it's OK!
  19. Inside informations.js (return= true or false): Replace: ConditionsGrid.addRow(gId++,'ConnectedToInternet()'); With: ConditionsGrid.addRow(gId++,'ConnectedToInternet('+ConnToNet+')'); Replace: ConditionsGrid.addRow(gId++,'isDesktopLoaded()'); With: ConditionsGrid.addRow(gId++,'isDesktopLoaded('+DesktopLoaded+')'); Replace: ConditionsGrid.addRow(gId++,'hasDVDROM()'); ConditionsGrid.addRow(gId++,'hasDVDBurner()'); ConditionsGrid.addRow(gId++,'hasDVDDrive()'); With: ConditionsGrid.addRow(gId++,'hasDVDBurner('+hasDVDBurnerDrive+')'); ConditionsGrid.addRow(gId++,'hasDVDDrive('+hasDVDROMDrive+')'); However, I think we can remove this line because it's a duplicated value: ConditionsGrid.addRow(gId++,'hasDVDROM()'); Thanks to check if it's OK! Regards
  20. French manual updated with the new Licence.txt and removed the old one (french) as: Regards *Edit: could you remove on the "Windows Post-Install Wizard Main Thread...." (inside Conditions; post 4): Note: This cannot be checked by WMI, so it is based on whether or not a battery exists and a PCMCIAController exists. Not perfect by any means. And maybe add: Returns: Laptop, Notebook or Desktop.
  21. About Keyboard and PointingDevice. Making some changes inside wmi.js works fine for me on Computers x86 and amd64. function getKeyboardID() Line 886: if (objItem.PNPDeviceID.indexOf("ACPI\\PNP")==0 || objItem.PNPDeviceID.indexOf("HID\\VID_")==0) Replace with: if (objItem.PNPDeviceID.indexOf("ACPI\\PNP") != 0 || objItem.PNPDeviceID.indexOf("HID\\VID_") != 0) function getPointingDeviceID() Line 920: if (objItem.PNPDeviceID.indexOf("ACPI\\PNP")==0 || objItem.PNPDeviceID.indexOf("HID\\VID_")==0) Replace with: if (objItem.PNPDeviceID.indexOf("ACPI\\PNP") != 0 || objItem.PNPDeviceID.indexOf("HID\\VID_") != 0) Thanks to check if it's OK. Regards
  22. I'm waiting for the first beer ! Firefox seems not to be a good example, like I show you is already an SFX file! Tip: unpack Firefox and do the same for others programs, if you want... However filenames containing spaces must be properly enclosed in quotes.
  23. Firefox is already an SFX file! Silent switch is: -ms You can use 7ZSplit.exe to open Firefox and see how it was created! Example: Firefox Setup 15.0.1.txt ;!@Install@!UTF-8! Title="Mozilla Firefox" RunProgram="setup.exe" ;!@InstallEnd@! And you can try to add inside your customized config file: RunProgram="\"%%T\\setup.exe\" -ms"
  24. Many thanks alfreire, also for your sharing work ! Many thanks gora for your useful help! Regards
×
×
  • Create New...