
pilot.mehrdad1.552493602143711E12 asked a question.
How to Restore SQL Backup file by IS?
Hi everyone,
I've got a really simple questions.
How can I restore my database backup file by Installshield?
I'm really beginner in this regard and I have to do it becoz it's part of my thesis project.:( :( :(
Thanx for any help.
my backup files is next to installer. i want IS tho understand that, the backup file is next to it. how can i address IS to find backup files? the answer is something like this: , , , %CD%, %PROGRAMFILES%.
Thanx.
You can put the Sql backup file in the 'Support Files' view and then use Sql Scripts view's Text Replacement view to know the actual path of the Sql Backup file. You will have to use the SUPPORTDIR property.
Thanks!