I have to create my own distribution with Installshield. I don't know how to run automatically the Mass Compile at the end of the installation procedure.
You will need to create a VI that calls the "Mass Compile" VI Server Application Method. Have install shield launch this VI via a command line and have the VI set to "run when opened".
ok, i belive that but i dont want, that the user have to enter the the path of the directory which i want to compile.... ... and there is no possibility to use the "masscompile.vi" as an subvi(no terminals on Connector)
You can just include a contstant for the path of the folder that you want to mass compile. You don't have to make your user choose that. This is really the only way that I can see for you to do this. If you make it into an executable, it can run without them ever seeing.