Hello all,
Thanks for the awesome toolkit.
I am trying to deploy a package (FIM PasswordClient) and that requires an extra command line that runs during the install.
I would like to use the toolkit to add this command line during installation:
Any help is appreciated.
Thanks
Thanks for the awesome toolkit.
I am trying to deploy a package (FIM PasswordClient) and that requires an extra command line that runs during the install.
I would like to use the toolkit to add this command line during installation:
* INSTALLATION
$installPhase = "Installation"# Perform installation tasks here
Execute-Process -FilePath "Add-ins and extensions.msi" -Arguments "ADDLOCAL=PasswordClient PORTAL_LOCATION=MyPortalServer PORTAL_PREFIX=https MONITORED_EMAIL=fimservice@contoso.com" -WindowStyle Hidden -IgnoreExitCodes "3010"# Install the patch
If anyone could please shed some lights on this, as I spent so much time figuring on how to execute this successfullyAny help is appreciated.
Thanks