Announcement

Collapse
No announcement yet.

Setup factory 9.2 : error 3020: Error adding file to archive

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Setup factory 9.2 : error 3020: Error adding file to archive

    Hello,

    Can someone help me with the following problem.
    I'm trying to create a x64 setup on windows 8.1 machine with setup factory 9.2. This was first an x86 setup which i've copied and made into an x64 version.

    But when building the setup i'm getting the error: 3020: Error adding file to archive

    I've found inline on the Build error codes list that 3020 means:

    3020
    "Error adding file to archive: <<source filename>> (<<archive filename>>)."


    Can someone help me with this problem? What did I forget or did wrong?

    Log part:

    Processing While Installing screens...
    Creating setup configuration file...
    Initializing archive file...
    Creating archive header...
    > Launcher manifest
    > Writing version information
    > Setup engine
    > Setup manifest
    > Configuration file
    > Images
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\INSTALL\PRIMER\QUINQNET.ico
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\INSTALL\PRIMER\QuinqS_empty.dll
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\INSTALL\MACROS\Tools.dll
    > Primer file: D:\InstallScript\SetupFactory\ChangedProggiFiles\t estPlugin\testPlugin.lmd
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\Texts\readme.txt
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\Texts\Leesmij.txt
    > Primer file: D:\InstallScript\SetupFactory\R-VERSION\Texts\Liesmich.txt
    Generating setup executable...
    > Calculating disk space requirements
    Adding files to archive...
    > Adding archive header
    > Setup segment created: GEOiDSetup_x64.exe
    Error 3020: Error adding file to archive: D:\InstallScript\GEOiDSetup_x64.exe (C:\Users\fl\AppData\Local\Temp\_ir_sf_build_0\IRD ATA.ARC) (123)

    Build failed - 1 Error(s), 329 Warning(s)

  • #2
    Please turn off your anti-virus scanner, and try again.

    Ulrich

    Comment


    • #3
      I have Windows 8.1 and only Windows Defender is running, no additional antiviral software. This is now turned off, but when I build the setup again the same error occurs.
      The 32 bit version builds without any errors, either with Windows defender on or off.

      Comment


      • #4
        In addition: it's an 64 bit machine with Intel i5 and 8gb internal.

        Comment


        • #5
          Can you attach the full build log? I wonder why you would have 329 warnings and if they couldn't give a hint about for the reason of the error.

          Ulrich

          Comment


          • #6
            log file

            the log fileGEOiDSetup_x64_27-05-2014_11-34-07.txt

            Comment


            • #7
              Is this a physical computer or a virtual machine? Is the D: drive local, or is it a mapped network location?

              Ulrich

              Comment


              • #8
                The machine is physical and the D:\ drive is a partition of the main drive. All the code is local and nothing is on the network. Building the code is directly from SetupFactory and all the files needed to build are on that D:\ partition.

                The same settings are there for the 32 bit setup build which does work.

                Comment


                • #9
                  It appears that you have a control character in the output file name:
                  Click image for larger version

Name:	SCRN-2014-05-28-04.png
Views:	1
Size:	40.9 KB
ID:	284199
                  The output file name is shown as "GEOiDSetup_x64exe", because there is a 0x1F character in the name after the "4" and before the dot separating the file name and the extension. When you use the arrow keys to step through the file name, the cursor does not visually move when it reaches the invisible 0x1F character:

                  Click image for larger version

Name:	SCRN-2014-05-28-05.png
Views:	1
Size:	13.0 KB
ID:	284200

                  Please delete the contents of Setup filename in the Build Settings dialog, and enter the text again from scratch, so a valid file name will be used when you rebuild.

                  Ulrich

                  Comment


                  • #10
                    Thank you Ulrich, that seemed to solve the problem.

                    Comment

                    Working...
                    X