06-15-2009 04:33 AM
06-15-2009 04:42 AM
I think this discussion can help you...
Norbert
06-15-2009 04:43 AM
06-15-2009 05:08 AM
This is not the case... Because what i want to remove is the Normal Labview running menu and not the VI menu!
Regards
HFZ
06-15-2009 05:23 AM
That is was is explained there:
add this line to your executables ini file.
hiderootwindow=true
Felix
06-15-2009 07:58 AM
The solutuion is not optimal,
I want this ' hiderootwindow' to be also opdated when i run the Install setup.exe file for my application.
the Application.ini does not contain the code : hiderootwindow=true. It is not passed trhough when installing the appl.
How come?
regards
HFZ
06-15-2009 08:16 AM
06-15-2009 09:39 AM
I get the files Setup.ini and DMT Myoflow.ini , ofcourse after the application build is maded.
Then I write the code * : Hiderootwindow=true in the file : DMT Myoflow.ini , so in the file there only is :
[Myoflow]
hiderootwindow=true
Then i Run the setup.exe to install application. But it do not help.
I've tried to open the configuration file :DMT Myoflow.ini , in the 'windows programs' map , but could not see this code * in the file.
So i tried to write it there and it worked. But it is not working by automatic.... So i can't make it work for another user ....!
Regards
HFZ
06-15-2009 09:42 AM
06-15-2009 09:47 AM - edited 06-15-2009 09:48 AM
When you build the installer be sure to add the custom ini file to the installer build.
Looks like Dennis beat me to it.