Hi,
I'd like to deploy an application (which is based upon a wsf framework).
What I have now does not work:
Add-CMDeploymentType -ApplicationName "ourapplication" -DeploymentTypeName "OurDeploymentTypeName" -MsiInstaller -ContentLocation "\\ourshare\package\" -InstallationProgram "install.wsf" -ForceForUnknownPublisher $true -InstallationBehaviorType InstallForSystem
Note: I don't see options too to detect the installation, f.e. msi code {} or version of a certain file.
Please advise.
J.
Jan Hoedt