I have also built applications that open VI templates, but I have noticed that the new VI is not editable when opened from an exe. i.e. the name can not be changed. This caused a bug in an application I developed. In the development environment I used VI server to open a template and renamed it to something meaningfull, all was well. Then we built an EXE, all seamed OK at first, but we could not find the VIT's later in the app. We found that the VIT's were not getting renamed because they were not editable(runtime environment and all). Solution: don't rename, just remember the name Labview gave it when it opened. 😐