Page 1 of 1

Modifying Files/Folders After Building The Projet

Posted: Mon Jan 22, 2007 1:25 am
by anjana
hi,

Iam using the demo version of 'InstallAware'. And Version No6.0
I need to create a setup file for VisualBasic 6.0 .

Iam having a folder named 'Photos' which contains some 20 subfolders and each subfolder contains avrage of 20 subfolders. here each folder contains some 40-50 images.

I Build the Project under the uncompressed mode. So that it can be distributed on CD/DVD.

After building the project if i want to change/replace an image in any folder...,
is there any option for that ? that to with out re compiling is possible?
means it has to accept the modifiaction/changes done.

Please Give Me Suggestions

Posted: Mon Jan 22, 2007 2:23 pm
by MichaelNesmith
You can do so using the Copy/Move Local Files command, or the Call DLL Function command by way of calling CopyFileA/MoveFileA in kernel32.dll.