Jump to content

jey350

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Posts posted by jey350

  1. Hello,

    I need to pass the full path of SFX file as argument to another program I run.

    %%S give the path to SFX file, I need to get a little more with the full location of SFX file.

    Details:

    SFX file location: C:\test\sfx.exe

    %%S gives: C:\test

    I want: C:\test\sfx.exe

    Is there any way to do it ?

    Thanks.

  2. Hello,

    I need to pass the full path of SFX file as argument to another program I run.

    %%S give the path to SFX file, I need to get a little more with the full location of SFX file.

    Details:

    SFX file location: C:\test\sfx.exe

    %%S gives: C:\test

    I want: C:\test\sfx.exe

    Is there any way to do it ?

    Thanks.

  3. Your archive test.exe is in C:\Users\Me\AppData\Local\Temp\test.exe. After its start and pressing button "OK" in a dialog box folder C:\Users\Me\AppData\Local\Temp\BSY is created? If "yes", all is correct!

    C:\Users\Me\AppData\Local\Temp\BSY isn't created, sfx is extracted to default 7zip temp directory (ex: 7zOD15B.tmp) instead of InstallPath.

  4. 2 jey350

    All works. The folder is created near to SFX archive. Where there is your SFX archive? Can be on CD, or OS (or the antivirus) does not allow to create a folder?

    I put my SFX in "C:\Users\Me\AppData\Local\Temp" a folder I am sure I have write premission.

    Thanks to spend time for me :)

  5. Hi all,

    I have an issue with InstallPath in 7zip sfx config file.

    In the script below, "Hello World" is well diplayed, but sfx is extracted to default tmp file instead of InstallPath.

    ;!@Install@!UTF-8!
    BeginPrompt="Hello World"
    InstallPath="BSY"
    ;!@InstallEnd@!

    My system is Vista home x64.

    Any idea ?

×
×
  • Create New...