Peter Laskey Posted August 26, 2010 Report Share Posted August 26, 2010 Hello, I would like to build an installer for my compiled LabVIEW 2010 application. The installer will be run from an network directory and I would like the installer to log some information about each installation. I would like to capture user name, computer name and date to a text file or database to facilitate any future support / update notifications. Is it possible to extend the installer with this capability? Thank you, Peter Laskey Quote Link to comment
Antoine Chalons Posted August 27, 2010 Report Share Posted August 27, 2010 Hello, I would like to build an installer for my compiled LabVIEW 2010 application. The installer will be run from an network directory and I would like the installer to log some information about each installation. I would like to capture user name, computer name and date to a text file or database to facilitate any future support / update notifications. Is it possible to extend the installer with this capability? Thank you, Peter Laskey You can create a small separate executable form the main one and get the installer to run this exe after installation. This "post install" exe can capture whatever you like to a text file. Hope this helps Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.