Jump to content

gora

Member
  • Posts

    165
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by gora

  1. extracting Windows XP updates, and it appears this feature is broken

    Fixed.

     

    Another option I often use is decompressing upx'd files, without extracting the contents directly. Universal Extractor 1.9.11 now automatically extracts the files instead of asking about unpacking the exe only to a new file.

    upx_UE.png

     

    I do not understand. Give a link to this file and what you want to get?

  2. config:

    ;!@Install@!UTF-8!RunProgram="test.bat";!@InstallEnd@!

    test.bat:

    @Echo OffEcho %1Echo %2Pause

    start line:

    test.exe -! firstParam "C:\\some path with space\\test"

    out console:

    firstParam"C:\\some path with space\\test"Для продолжения нажмите любую клавишу . . .
  3. nova-s, on 07 Aug 2014 - 8:51 PM, said:

    i don't have the variable %SfxVarSystemPlatform% within 32bit-sfx, but if i use command "set" i get on 64bit:

    You have old modules, update

    Quote

     

     

    1.6 develop (сборка 2496) 28.05.12 * На запароленных SFX окно ввода пароля выводилось дважды (Valerkan:forum.oszone.net) * Некорректная работа ключа '-p' (gora:forum.oszone.net) + Переменные среды при работе модуля '7zSfxVarModulePlatform', '7zSfxVarSystemPlatform', '7zSfxVarSystemLanguage' – Переменная среды при работе модуля '7zSfxVarPlatform'

     

     

     for ver 1.6 develop (build 2712)

    ;!@Install@!UTF-8!Title="Variables %SfxVarModulePlatform% module in %%P OS"BeginPrompt="	Check of variables %SfxVarModulePlatform% module in %%P OS• Click 'OK', variables will are shown in a console window• Click 'OK', retaining [Shift], variables will be are saved  to the file %SystemDrive%\\vars_%SfxVarModulePlatform%_module_on_%%P_OS.txt"FinishMessage="The module %SfxVarModulePlatform% finished operation"SetEnvironment="cmnd=@Echo Off& Title Module - %SfxVarModulePlatform%, OS - %%P& Echo 	Module - %SfxVarModulePlatform%,	OS - %%P& Echo.& Echo Folders:&Set SfxFolder& Echo.& Echo Vars:&Set SfxVar& Echo %%^M=%%M& Echo %%^P=%%P& Echo %%^S=%%S& Echo %%^T=%%T& Set CommonD& Set MyDoc& Echo UserDesktop=%UserDesktop%& Echo."RunProgram="hidcon:cmd /c Echo"RunProgram="%%P:fm0:cmd /k %cmnd%"AutoInstall="hidcon:cmd /c Echo"AutoInstall="%%P:fm20:hidcon:cmd /c (%cmnd%)>%SystemDrive%\\vars_%SfxVarModulePlatform%_module_on_%%P_OS.txt"GUIMode="2"GUIFlags="2+4+8+16+32+2048+4096"MiscFlags="4";!@InstallEnd@!;!@Install@!UTF-8:Language:1049!Title="Переменные %SfxVarModulePlatform% модуля в %%P ОС"BeginPrompt="	Проверка переменных %SfxVarModulePlatform% модуля в %%P ОС• Нажмите 'OK', переменные будут показаны в окне консоли• Нажмите 'OK', удерживая [Shift], переменные будет  сохранены в файл %SystemDrive%\\vars_%SfxVarModulePlatform%_module_on_%%P_OS.txt"FinishMessage="Модуль %SfxVarModulePlatform% завершил работу";!@InstallEnd@:Language:1049!

     

  4. ;!@Install@!UTF-8!
    Title="Redneck Rampage"
    BeginPrompt="\nPack Includes:\n\nRedneck Rampage\nCuss Pack\nManual and Cheats"
    CancelPrompt="Are you sure you want to cancel ?"
    GUIFlags="4+8+16+32+64+256+2048+4096"
    GUIMode="1"
    OverwriteMode="0"
    InstallPath="%ProgramFiles%\\Redneck Rampage"
    ExtractPathText="Choose your \"Redneck Rampage\" installation folder..."
    ExtractPathTitle="Redneck Rampage"
    ExtractCancelText="Abort"
    Shortcut="Du,{%%T\\Redneck Rampage Manual.pdf},{},{Redneck Rampage},{Redneck Rampage Manual},{Manual},{%%T},{},{}"
    Shortcut="Du,{%%T\\DOSBox.exe},{-conf \"dosboxRR.conf\" -conf \"dosboxRR_single.conf\" -noconsole -c exit},{Redneck Rampage},{Game},{Redneck Rampage},{%%T},{%%T\\RR.ico},{}"
    RunProgram="unpack.bat"
    ;!@InstallEnd@!

  5. SfxFolder23=C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    SfxFolder02=C:\Users\gora\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

    ;!@Install@!UTF-8!
    RunProgram="Setup.exe /S"
    Delete="%SfxFolder23%\\Test\\Test.lnk"
    GUIMode="2"
    ;!@InstallEnd@!

    ;!@Install@!UTF-8!
    RunProgram="Setup.exe /S"
    Delete="%SfxFolder02%\\Test\\Test.lnk"
    GUIMode="2"
    ;!@InstallEnd@!

×
×
  • Create New...