Thoughtbubble
10-23-2001, 10:24 AM
Hi - before I begin, just a quick "cool" to InstallShield - I downloaded the program last night and today I have built a unique install package - v. easy to use.
However, I have come across a problem...
We have a package that needs to do two things - add new files/folders to a previously installed program and update certain files in the program with new code....
The add functionality is fine - did that straight away - but the problem is when (or how) we append to files.
There are 5 files that need "updating" - all are xml based code - so no compiling needed - just a simple insert will do for 4 of them - but the 5th needs to have it's contents inserted before the last (closing) tag on the xml page. CAN THIS BE DONE
Or, can we rename current files, install our versions (with older content added to them) and then create an uninstall that allows us to remove our files and replace the "renamed" files to their original form?
Help!
J
However, I have come across a problem...
We have a package that needs to do two things - add new files/folders to a previously installed program and update certain files in the program with new code....
The add functionality is fine - did that straight away - but the problem is when (or how) we append to files.
There are 5 files that need "updating" - all are xml based code - so no compiling needed - just a simple insert will do for 4 of them - but the 5th needs to have it's contents inserted before the last (closing) tag on the xml page. CAN THIS BE DONE
Or, can we rename current files, install our versions (with older content added to them) and then create an uninstall that allows us to remove our files and replace the "renamed" files to their original form?
Help!
J