Endpoint Protection

 View Only
Expand all | Collapse all

Problem with self extracting exe's with latest definitions

  • 1.  Problem with self extracting exe's with latest definitions

    Posted Apr 16, 2010 10:51 PM
    Just wondering if anyone else is having issues creating executable packages with the most current definitions in them according to this KB article:
    The exe creation goes ok but when the output file is executed it does NOT autoextract and always asks for the temp directory even though that is all set by makesfx.

    makesfx.exe /zip="c:\input.zip" /sfx="output.exe" /title="Symantec Endpoint Protection" /defaultpath="$temp$\sepinst" /autoextract /delete /exec="setup.exe"\

    Anyone else experiencing this at all?

    Z



  • 2.  RE: Problem with self extracting exe's with latest definitions

    Posted Apr 16, 2010 11:15 PM
    So you have the option checked to create a single exe?

    I've always unchecked this. You could try unchecking it and create the package and see what happens, just as a test.


  • 3.  RE: Problem with self extracting exe's with latest definitions

    Posted Apr 18, 2010 03:00 AM

    Try creating an MSI package by unchecking the option "create a single.exe" when you create the package.


  • 4.  RE: Problem with self extracting exe's with latest definitions

    Posted Apr 18, 2010 07:22 PM
    The package is exported from SEPM console as an expanded MSI style directory.
    Then the directions in that KB article are followed but it seems the /autoextract switch is not working.

    Z



  • 5.  RE: Problem with self extracting exe's with latest definitions

    Posted Apr 18, 2010 09:00 PM

    Is the TEMP variable set on the machine you are running the installer on?

    I also had problems trying to get this to run with the new definitions in a single .EXE file and gave up in the end.


  • 6.  RE: Problem with self extracting exe's with latest definitions

    Posted Apr 22, 2010 08:36 PM
      |   view attached

    The TEMP variable is set.and it doesn't seem to help if I use $temp$ %temp% or even a hard coded directory.
    I attached the prompt for extraction that I get every time.

    This issue still exists in RU6

    cheers

    Z





  • 7.  RE: Problem with self extracting exe's with latest definitions

    Posted May 04, 2010 02:29 PM
    I'm also running into this issue.  Any resolution yet?


  • 8.  RE: Problem with self extracting exe's with latest definitions

    Posted May 04, 2010 03:15 PM
    I'll test this tomorrow to see if I have issues as well.


  • 9.  RE: Problem with self extracting exe's with latest definitions

    Posted Jun 17, 2010 07:49 AM
    I got the same problem, i dont see any information if any one got it working.


  • 10.  RE: Problem with self extracting exe's with latest definitions

    Posted Jun 17, 2010 08:33 AM
    Have you tried adding the switch /nogui ?


  • 11.  RE: Problem with self extracting exe's with latest definitions

    Posted Jun 17, 2010 09:34 AM
    After i posted i used the /nogui and still had some problems, i notice after that i had to change /exec="setup.exe" also too /exec="$temp$\sepinst\setup.exe". ( without the path in /exec it would just started the self extracted file over and over and over.. )

    Sadly i cant understand why it isnt updated on the site. ( Document ID: 2008042213451848 )