Hi,
I'm moving my final builder scripts from XP32 to a Vista 64 bit target. As part of my build step, I pull a bunch of binaries to zip file using the create zip file action. I want the zip file to flat with no path structure, however I am getting the full path structure of the binary as part of the zip package.
I have disabled the store path property by both using the UI, and as part of an action script, but this doesn't seem to do anything. The script has been working fine on my previous target. The documentation also mentions a StoreVolumes property, but I cannot find this action property or any further reference.
I'm really keen to not use 7zip if possible.
Regards,
Dave.
Hi Dave,
We haven’t been able to reproduce the problem you’re having (tested on Vista x64), could you send your project file and log into support [at] finalbuilder.com so we can see what’s happening?
Regards,
Paul.
Hi Dave,
Thanks for sending in your project file, we were able to reproduce the problem and have found that the cause was the use of forward slashes in the path of the included files, we’ve put a fix in and should have a new test build soon. I’ll let you know as soon as it’s available.
Regards,
Paul.
Hi Dave,
Here’s the new test build of FinalBuilder which should prevent the paths being saved in the archive when you use forward slashes in the path, download from:
URL: https://www.finalbuilder.com/downloads/finalbuilder/620/FB620_1414.exe
Regards,
Paul.
Thanks for the fast response. I can confirm that this patch fixes this issue for me.
Cheers,
Dave.