Hi Theron, Aurélien,

usually it should be enough to have a 2.x NSIS installed, generally it should 
be found and added to your CMake configuration (the corresponding path should 
be saved in the NSIS_MAKENSIS variable).
You can then comfortably build an installer by right clicking the PACKAGE 
project in your visual studio and selecting build. What happens for your empty 
PACKAGE in that case? Nothing? Some warnings?

Best,
Caspar

Von: Aurélien Labrosse [mailto:aurel...@pollen-metrology.com]
Gesendet: Donnerstag, 11. August 2016 12:26
An: A Particle
Cc: 'mitk-users@lists.sourceforge.net'
Betreff: Re: [mitk-users] A Question about Deploying my MITK-based Project


hello Theron,

You have to install a 2.x version of the NSIS installer from [1] and add it to 
your system PATH.

Once the compilation and installation steps are done, just call 'cpack' in the 
build directory.

In our automated build, we do the following tasks :

cd [prefix]/[application-BUILD/

-----

msbuild ALL_BUILD.vcxproj /m /property:Configuration=release

ctest -T test -C Release --output-on-failure

cmake --build . --target install --config release

cpack

------

Maybe the installation step is not required (somebody can confirm?)



regards,



Aurélien



[1] https://sourceforge.net/projects/nsis/files/NSIS%202/

Le 11/08/2016 à 04:31, A Particle a écrit :
Dear All,

I am trying to build an independent application running on Windows 7 coded by 
the latest MITK version and QT5.6 in VS2013. It seems hard to find any stepwise 
guidance to achieve it--I am fresh to MITK. In MITK official doc page, it only 
states in brief that either a .zip or NSIS installer can be produced without 
any detail. Could anybody therefore offer me any link about it? Cheers a lot.

By the way, the PAKCAGE project in my project is empty, and a PDF online says 
that PACKAGE project is utilised for building up Windows setup routines, so 
what can I do?


Laters...
Theron




------------------------------------------------------------------------------

What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic

patterns at an interface-level. Reveals which users, apps, and protocols are

consuming the most bandwidth. Provides multi-vendor support for NetFlow,

J-Flow, sFlow and other flows. Make informed decisions using capacity

planning reports. http://sdm.link/zohodev2dev




_______________________________________________

mitk-users mailing list

mitk-users@lists.sourceforge.net<mailto:mitk-users@lists.sourceforge.net>

https://lists.sourceforge.net/lists/listinfo/mitk-users

--
[Pollen Metrology]



Aurélien Labrosse
Co Founder - VP of product and Engineering
9 rue du Rocher de Lorzier - 38430 Moirans - France
Office: +33 (0)476657121

www.pollen-metrology.com<http://www.pollen-metrology.com/> [youtube] 
<https://www.youtube.com/watch?v=pCj_L4ucxGk> [linked-in] 
<https://www.linkedin.com/company/pollen-technology>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
mitk-users mailing list
mitk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to