Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/05/2015 in all areas

  1. mooms

    Java Multi Maker

    Version 2.3 of the script is on the first post. What's new: After some researches, I've found a way to extract the x86 MSI with ResourcesExtract: the x86 setup is compressed with UPX, once uncompressed the MSi can be extracted without launching the setup first, like the old Java setup (x64 setup is not compressed with UPX). Now the maker behave like in v1.x: That eliminate the need to run the script as admin, and the bug with the auto uninstallation. That means both issues mentioned by Himan and Thiersee are now fixed ! I've also found that creating an admin install point is not needed anymore. Bonus: it is now possible to create the x64 & dual installers on x86 Windows.
    2 points
  2. mooms

    Java Multi Maker

    @Himan: The BatchGotAdmin code is not mine, but you can easily fix the script, just remove those lines in the beginning: :: BatchGotAdmin::-------------------------------------REM --> Check for permissions>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"REM --> If error flag set, we do not have admin.if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt) else ( goto gotAdmin ):UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs" "%temp%\getadmin.vbs" exit /B:gotAdmin if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" ) pushd "%CD%" CD /D "%~dp0":--------------------------------------
    1 point
  3. stashekmajcherc

    Java Multi Maker

    YOU ARE THE BEST!!!! PERFECT JOB!!!! MANY THANKS
    1 point
  4. I mean in no way To harm vLite or Nuhi and am in no way affiliated or have ever took part in the proccess of making or distributing vLite and release them (vLite & Nuhi) from any implications of me hosting this file. Version 1.2 Includes: wimgapi.dll, wimfltr.inf, wimfltr.sys for BOTH x86 & x64! Size 413 kb You can make this silent by using the /s switch with it.
    1 point
×
×
  • Create New...