Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > HOW to Create MSI package for Delphi and .Net application
 

HOW to Create MSI package for Delphi and .Net application

Hi

This is Guna,

I have one assignment like need to create a MSI package with .net and Delphi exe's using VS 2005.

I acheived the above task using setup project in VS.2005 , but in delphi we need to change BDE Admimstartor (this will use for Database server setup), also through  a package or install sheilder...

Can you please provide a valid solution

:-)

  • Moved byVMazurMVPWednesday, October 07, 2009 10:31 AM (From:ADO.NET Data Providers)
  • Moved byYiChun ChenMSFT21 hours 7 minutes agoDeployment issue (From:Visual Studio Setup and Installation)
  •  
Guna_Chittoor  Wednesday, October 07, 2009 7:06 AM
Hi Guna,

I am moving this thread from Base "Visual Studio Setup and Installation" forum to the "ClickOnce and Setup & Deployment Projects" forum, since the issue is related to deployment. There are more deployment experts in the "ClickOnce and Setup & Deployment Projects" forum.

Thanks
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! If you have any feedback, please tell us.
YiChun Chen  21 hours 8 minutes ago
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!
Kira Qian  20 hours 26 minutes ago

You can use google to search for other answers

Custom Search

More Threads

• Deploying a 32 bit .NET application.
• App runs after click-once, fails after setup prog
• Does "ClickOnce" download the entire application every-time I update it?
• Another redistributable .NET 2.0 question
• VS2008 SP-1 change certificate, user can't pick up update
• Conditional installation of merge module using windows installer
• clickonce and localized satellite assemblies
• using .Net component in COM component
• Publish using VB Express 2005
• Windows Installer Deployment