Hi,
Nobody know how to show? Q_O
I prepare a msi and I can see my Add-in after install.
By SDK, if I want to show Add-In information in Dashboard
I need to prepare a AddIn.xml let Dashboard to know the Add-in information.
So I create the Add-In package by using --> "makecab /f AddinDeploymentMetadata.ddf"
AddinDeploymentMetadata.ddf is as following
-------------------------------------------
.Set CompressionType=LZX
.Set CompressionLevel=7
.Set ReservePerCabinetSize=0
.Set Compress=on
.Set CompressionMemory=21
.Set Cabinet=ON
.Set MaxCabinetSize=999999999
.Set CabinetName1=MyAddIn.wssx
AddIn.xml
default.msi
Eula.rtf
-------------------------------------------
I can get a Server Add-In Package: MyAddIn.wssx
But when I install by MyAddIn.wssx, it show "The add-in cannot be installed because it is not packaged correctly"
I think the root cause maybe default.msi is created by Installshield not Windows Installer XML.
Does someone meet the same issue?
Or have other method to let Dashboard to know the Add-in information?