LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

INI with HideRootWindow won't copy

I would like for a freshly installed copy of my compiled program to contain a line in Program.INI for HideRootWindow=True. I added the path of it's current INI with this option into the builder files section so it will copy the current INI file into the installation archive and subsequently place it in the install directory. However, after installing, the file exists but is blank... either it has not copied or LabVIEW overwrote it or something of that nature. Any ideas?
0 Kudos
Message 1 of 3
(2,935 Views)
Nothing specific, just a couple things to check. The name of the exe, ini and the first section in the ini must all agree. For example, if the application is called myApp.exe the ini file must be named myApp.ini and the first section in the ini file must be [myApp].
Other than this I don't know what to say...

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,935 Views)
I was aware that the exe and ini names had to match but didn't know that it had to match the first section. At any rate my problem is somewhat unrelated... I will rephrase my question and repost... Thanks...
0 Kudos
Message 3 of 3
(2,935 Views)