03-13-2012 09:22 AM - edited 03-13-2012 09:23 AM
Hi,
I've built a LabVIEW executable which includes a web server. I would like to create an installer which places the web server log files in a folder which doesn't require admin rights. I'm thinking to a folder like [PersonalFolder] or [TempFolder] which are available in the "Source Files" menu of the installer properties. However, the path to this folder has to be written in the niwebserver.conf file.
Is there any way to use symbolic paths like [PersonalFolder] in the niwebserver.conf file ?
Thanks and best regards,
Alex
03-15-2012 05:23 AM
Hi Alex,
i dont think that it is possible to use symbolic Paths in this *.conf file.
But i think it might be possible to create a batch file with resolves the symbolic path and writes the path to the *.conf file.
You can execute this batch file after the installer finished running.
hope this helps
Moritz M.