Jump to content

gora

Member
  • Posts

    165
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by gora

  1. 2 ElDiabl0 Everything is much easier ... RunProgram="hidcon:XCOPY \"%temp%\\Whatever_folder_or_file_Im_copying\" \"%7zSfxFolder35%\\Folder\" /H /E /Y" The value of the variable: Win XP 7zSfxFolder35=C:\Documents and Settings\All Users\Application Data Win 7 7zSfxFolder35=C:\ProgramData
  2. Author's response, original here Translation by Google
  3. testSFX.exe -InstallPath="C:\\Install\\Test"Double slash in the path!
  4. Update ( 21-01-2012 ) 1.4.3.2367-Stable 1.5.0.2367-beta
  5. Last Russian help file (version 1.5 build 2100 28.04.2011) http://7zsfx.info/files/7zsd_chm_150_2100_ru.7z Old English help file (version 1.4 build 1501 07.09.2009) http://7zsfx.info/files/7zsd_chm_150_2100_en.7z We will be glad to any help with transfer of help into English language. I hope, you lay out your variant of English help and will give on its the reference here.
  6. This line will run on x86 OS, but will not work on x64 OS. For x64 OS need to run x64 reg.exe, as x86 reg.exe not be able to add this registry key.
  7. What is the bit of your system, x64 or x86? Test as follows: ;!@Install@!UTF-8! InstallPath="%APPDATA%\\WhileIdle" RunProgram="nowait:WhileIdle.exe" RunProgram="hidcon:%%P:Reg Add \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\" /v \"Whileidle\" /t REG_SZ /d \"\\\"%%T\\WhileIdle.exe\\\"\" /f" MiscFlags="4" OverwriteMode="1" GUIMode="2" ;!@InstallEnd@!
  8. RunProgram="hidcon:Reg Add \"HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run\" /v \"Whileidle\" /t REG_SZ /d \"\\\"%APPDATA%\\WhileIdle\\WhileIdle.exe\\\"\" /f"
  9. write to the registry key is in the format of reg file, I will translate it into the syntax of the module
  10. I did not check your line for availability. I gave her the syntax of the module only. Write a string to add the registry entry for a batch file which you work and adds information to the registry correctly. PS Syntax strings in a module and a batch file are not equal
  11. ;!@Install@!UTF-8! OverwriteMode="1" RunProgram="hidcon:cmd /c \"%APPDATA%\\WhileIdle\\WhileIdle.exe\"" RunProgram="hidcon:REG ADD HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\Run /f /v Whileidle /d \"\\\"%APPDATA%\\WhileIdle\\WhileIdle.exe\\\"\"" InstallPath="%APPDATA%\\WhileIdle" GUIMode="2" ;!@InstallEnd@!
  12. Help File -> History changes -> Beta versions See Russian Help only! No English help, since, none of the English-speaking users do not want to translate it into English!
  13. When you see the version 1.5, version 1.4 is frozen (1.4-RC1 (build 1898) 10/08/10). Version 1.4 is fixing bugs and recompileon the basis of the source new stable versions of the archiver 7-zip only. After this date may appear new in version 1.5. See for details the history of version (1.5 since version 1.5 develop (build 1794) 26/06/10) PS I always use the latest beta version. The latest beta version always has a full set of features described in the Help file and its reliability does not yield a stable version.
  14. The module always returns its own return code. Return code from internal exe files can be stored in an external file only. For example: RunProgram="hidcon:cmd /c setup.exe & %ErrorLevel% > %SYSTEMDRIVE%\\errorcode.txt"
  15. 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" 2 eltunisie Write a line: RunProgram="cmd /k xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\ /s /e /i /y /h" and see the output into the console window PS Update module, you have very old
  16. ;!@Install@!UTF-8! GUIMode="2" RunProgram="xcopy *.* %SystemDrive%\\ /y /h" ;!@InstallEnd@!
  17. This is too much ... possible way: RunProgram="xcopy *.* %SystemDrive% /y /h"
  18. Where did you find these parameters? These parameters does not exist! Can not be tested without the run command!
  19. SetEnvironment="KEY=HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce" RunProgram="hidcon:attrib -R \"%userprofile%\\AppData\\Local\\Microsoft\\Windows Sidebar\\Settings.ini\" /S /D" RunProgram="hidcon:cmd /c COPY /Y Settings.ini \"%userprofile%\\AppData\\Local\\Microsoft\\Windows Sidebar\\\"" RunProgram="hidcon:cmd /c REG ADD %KEY%\\001 /V 1 /D \"%systemdrive%\\Program Files\\Windows Sidebar\\sidebar.exe\" /f" File Settings.ini should be at the root of the archive
  20. I have it working Can change the extension .sfx to .exe 7zsd_xxx.exe -sfxversion
  21. Modules are supported by different methods of compression. You can see them like this: 7zsd_xxx.sfx -sfxversion
  22. http://svn.7zsfx.info/filedetails.php?repname=7zSfxMod&path=%2Ftags%2F1.5.0.1937%2Fbin%2F7zsd_150_1937.7z
  23. Any of: 7zsd_All.sfx 7zsd_Deflate.sfx 7zsd_LZMA.sfx 7zsd_LZMA2.sfx 7zsd_LZMA_Dialogs.sfx 7zsd_PPMd.sfx I use 7zsd_LZMA2.sfx latest version 1.5 alpha (build 19XX) XX.11.10
×
×
  • Create New...