Hi Guna_Chittoor,
MSI deployment technology support to deployment Windows desktop application regardless which language you used to code the application. If you do not code the application in VS, you may gather all the files of your application and add them to the MSI package.
> but in delphi we need to change BDE Admimstartor (this will use for Database server setup), also through a package or install sheilder... I think you can use custom action. Here is the information and steps to create custom action.
http://msdn.microsoft.com/en-us/library/d9k65z2d%28VS.80%29.aspx
This sample tells you how to create database instance and run sql script with custom action.
http://msdn.microsoft.com/en-us/library/49b92ztk.aspx
If I misunderstood you, please feel free to tell me.
Sincerely,
Kira Qian
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the
All-In-One Code Framework!