This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: How to backup and existing file
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Apr 13, 2010
09:40 AM
How to backup and existing file
Is anyone aware of a way, without writing install script code, that you can backup or copy an exisitng file?
Im trying to avoid writing custom install script code (primarilty because I cannot figure it out to save my life) I want to do a simple copy or backup of an existing .mdb file without having to write 50 lines of code.
Any help or guidence is most appreciated as always 🙂
Thanks,
Ray
Im trying to avoid writing custom install script code (primarilty because I cannot figure it out to save my life) I want to do a simple copy or backup of an existing .mdb file without having to write 50 lines of code.
Any help or guidence is most appreciated as always 🙂
Thanks,
Ray
(3) Replies
‎Apr 14, 2010
11:55 AM
I should also add that I have written an .exe using wise script, that backups the file needed. However; with Windows 7 with UAC on, this .exe never gets executed. It works great in XP or in Vista/Win7 with UAC off.
‎Apr 14, 2010
12:13 PM
Depending on how the file is getting on the target system, perhaps see if adding a record to the DuplicateFile or MoveFile table will do what you want? Both tables are described in the MSI help and exposed in InstallShield's Direct Editor view.