LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Symbolic path in niwebserver.conf

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

0 Kudos
Message 1 of 2
(2,359 Views)

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.

0 Kudos
Message 2 of 2
(2,344 Views)