Hi Team,
Could you please help me out for the issue "Invalid command line argument. Consult the windows Installer SDK for detailed command line help"
When i'm trying to run the manifest, getting this issue in the windows installation for the msi file.
Could you please help me how to resolve this issue. googled few things but didn't help much and below is the manifest.
package{"syncservice":
ensure => installed,
provider => "windows",
source => "C:\\Syncapp1\\SyncService\\SyncService.msi",
install_options => [ '/i', '/qn', 'C:\Syncapp1\msilog.txt/l*v'],
}
↧