I am using powerbuilder 2019. I need to create MSI installer so please help me that how to create MSI installer.
I am using powerbuilder 2019. I need to create MSI installer so please help me that how to create MSI installer.
Hi Yogesh,
Install Visual Studio 2017 or later, then download and install InstallerProjects.vsix. From VS, you can create an installer project that will create an MSI installer.
Cheers,
Ricardo
Yogesh -
An MSI file simply activates an EXE installer. Manually activating an EXE should present no issues to anyone. Now, if OTHER activity needs to occur prior to the execuation of the installer EXE, then wrap the required activity into a BATCH file and add the EXE where appropriate.
INNO is a great installer tool, and it's free.
https://community.appeon.com/index.php/articles-blogs/tutorials-articles/2-powerbuilder/239-inno-setup-sample-file
Later -
Olan
Hello,
PowerBuilder doesn't have a Windows Installer tool, but it offers PowerClient deployment to automate delivery and installation of applications:
https://docs.appeon.com/pb2019r3/whats_new/PowerClient.html
For creating MSI, I personally use InnoSetup, it is free and easy to configure:
https://jrsoftware.org/isinfo.php
Best,
.m