

Under the “ Deployment” section, basically we can use it to collect all the script files and store documentation to be deploy somewhere on the network or media device. Now, we have created the GUI application MSI installer which can be distributed to other machines.

“ Signing” – (optional) Only if you want to sign your application solution with your signed certificate.Īfter everything under setting has been configured, proceed to “ Build” the installer. You can add more resource file with it.Ĥ. “ Files/ Folder” – This section will set where your MSI files will be stored. Notice you can chose any PowerShell version available.ģ. For more complex scripts, you can create MSI installation files. You can convert the desired scripts into executable Exe files. There are visual tools that can generate many scripts graphically.

Under “ Product Details” – Describes your application in details. This software provides you with features that you can use to write Powershell scripts much easier than before. Using SAPIEN PowerShell Studio In the previous section, we discussed how we can utilize WinForms to give a frontend to our scripts. “ Deploy | Installer” – “ Settings” – To enter all the information needed about this GUI application.Ģ. The flow to build your MSI installer would be:ġ. In our previous blog we build a GUI application and created the executable file using either the “ Build” or “ Build & Run” option under the “ Deploy | Packager” section.Īlthough, this is optional, we could have created an MSI installer which will produce all the necessary steps to deploy the GUI application.
