Archive: Compile .nsi using ant.


Compile .nsi using ant.
is it possible to compile the project file(.nsi) using ant target.


Search Google for "nsis ant" and your first result would be Wayne's Ant Tasks which contains a NSIS task.


thanx but still facing another issue
my installer is invoking another exe e.g mysql.exe. now need to have the directory in which the user selected to install the mysql to made certain changes into that. is it possible to know the directory where user have installed the mysql.


There's probably some registry value you can search for. I think it was discussed before in the forum. Search for MySQL in this forum.