F
FraterJoanni
Guest
Hello,
I'm creating a ClickOnce Installation for a Windows Forms application.
A dependency of the project is Microsoft.SqlServer.Types(And it's dependencies). The version is 2017.140.1000.169 (Version 14.0.0.0) i.e. The 2017 Sql Server version.
I can find this version easily to install. The msi file is named SqlSysCLRTypes.msi. It comes as a 32 or 64 bit install and activating this install file ensures a manual install of this assembly. Thereafter my application installs and runs as designed.B
I want this installed as a prerequisite during my application install. But to do that I need a package created for the ClickOnce installer.
The package needs to contain a validly formed product manifest and locale specific package manifests. There are a bunch of parameters needed within these manifests, such as license/product keys.
1. Why isn't there a Package existent for SqlSysCLRTypes.msi that can be included in the ClickOnce deployment?
2. Lacking that, is there no tool that facilitates the build of the package/product manifests. It is at least very tedious to find the information needed to manually create these manifests and anything else needed in the package.
Please help. Thank you!
Jim M.
Continue reading...
I'm creating a ClickOnce Installation for a Windows Forms application.
A dependency of the project is Microsoft.SqlServer.Types(And it's dependencies). The version is 2017.140.1000.169 (Version 14.0.0.0) i.e. The 2017 Sql Server version.
I can find this version easily to install. The msi file is named SqlSysCLRTypes.msi. It comes as a 32 or 64 bit install and activating this install file ensures a manual install of this assembly. Thereafter my application installs and runs as designed.B
I want this installed as a prerequisite during my application install. But to do that I need a package created for the ClickOnce installer.
The package needs to contain a validly formed product manifest and locale specific package manifests. There are a bunch of parameters needed within these manifests, such as license/product keys.
1. Why isn't there a Package existent for SqlSysCLRTypes.msi that can be included in the ClickOnce deployment?
2. Lacking that, is there no tool that facilitates the build of the package/product manifests. It is at least very tedious to find the information needed to manually create these manifests and anything else needed in the package.
Please help. Thank you!
Jim M.
Continue reading...