Type of Sequencing : MNT
Sequencer : 4.6(x64)
OS : Win7
Issue : The application when launched opens a server prompt and when the user logs in creates a folder under C:\NTECHO and saves some files. The user wanted the folder to be created on the local machine but the application was creating a folder inside the virtual bubble
Solution : 1) Open the package for upgrade and delete the C:\NTECHO folder from the Virtual Files tab.
2) Edit the OSD to create the NTECHO folder in C drive as shown below:
<SCRIPT EVENT="LAUNCH" TIMING="PRE" PROTECT="TRUE" WAIT="TRUE">
<SCRIPTBODY>MD "C:\NTECHO"</SCRIPTBODY>
</SCRIPT>
Sequencer : 4.6(x64)
OS : Win7
Issue : The application when launched opens a server prompt and when the user logs in creates a folder under C:\NTECHO and saves some files. The user wanted the folder to be created on the local machine but the application was creating a folder inside the virtual bubble
Solution : 1) Open the package for upgrade and delete the C:\NTECHO folder from the Virtual Files tab.
2) Edit the OSD to create the NTECHO folder in C drive as shown below:
<SCRIPT EVENT="LAUNCH" TIMING="PRE" PROTECT="TRUE" WAIT="TRUE">
<SCRIPTBODY>MD "C:\NTECHO"</SCRIPTBODY>
</SCRIPT>
No comments:
Post a Comment