vadimrapp1:
To clarify everything, I'm making a script using WiseScript Package Editor that will make an .exe.
In this application, I'm copying files from a directory to another dynamically (the source directory is never the same, depending where the .exe is used).
Below is a screenshot of the "Copy Local Files" functions.
There is a field called "Local Path". To be able to display a progress bar, WiseScript need to cache the files you want to copy before the compilation of the .exe (like used when you make a .exe for a single application installer). But my application copy files dynamically so I can't use the "Local Path" field before the compilation (since it's a variable).
So I was wondering if there's a way so the progress bar can be displayed correctly without having to cache the files you want to copy.
Main Topics
Browse All Topics





by: vadimrapp1Posted on 2008-07-14 at 07:23:03ID: 21998316
let's clarify what we are talking about. Is this MSI project, and in Files you are adding operation Copy Filles, like on this screenshot?
screenshot