Creating MSI package
-
I have a .NET 1.1 project I am trying to create msi package in .NET 2005 version setup project. After the build of the setup project msi gets created but the exe is giving error. Also one more thing, if I run an msi package that should call one more msi (that is that need s to install ane more package). How to add the second msi to this one.
-
-
I have a .NET 1.1 project I am trying to create msi package in .NET 2005 version setup project. After the build of the setup project msi gets created but the exe is giving error. Also one more thing, if I run an msi package that should call one more msi (that is that need s to install ane more package). How to add the second msi to this one.
-
NICE TO MEET wrote:
but the exe is giving error
What is the error?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep! -
NICE TO MEET wrote:
but the exe is giving error
What is the error?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
The woods are lovely, dark and deep, But I have promises to keep, And miles to go before I sleep, And miles to go before I sleep!if I open the exe it is saying, It has encountered a problem it needs to close
-