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:
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)
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>>)."
"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)
Comment