how can i use microsoft installer (msi) to group JBoss and Postgres database and make an .exe file? -


actually i'm new microsoft installer , have installed advinst.msi still wondering how use .

need :- have group jboss java application deployed , postgres database , want create .exe file , deploy clients windows system. client can run .exe file , start application.

i have been searching on net still couldn't find way it. can me getting answer or usefull links?

or please suggest me whether i'm on right track or still search installer ?

the jboss package can add a prerequisite. make advanced installer install when install application, see link above.

to deploy database have 2 options. either execute sql script creates , populates it, in sql scripts execution tutorial, or deploy directly binary files of database, placing them in target folder files , folders page, normal file. second option make installer copy files desired folder upon installation, database manager/explorer can access it.

to have bundled single executable need go media page , set package output type "single setup exe". there can customize exe name, icon , output folder.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -