Call for Content - NAL Scripting
From CoolSolutionsWiki
I have played a little with scripting and there are some very important things to keep in mind (and I really hope that if I have any details wrong here, someone corrects me!)
- Launch Scripts and Distribution Scripts are different!
- A launch script runs in the user environment and the distribution script runs in the system space. This means that you will see a launch script when it runs, whereas a distribution script will be "behind the scenes."
- Make sure that you fill in a script location (and extension) if you're not going to be using Novell Script commands. Example: %*WinSysdir%\cmd.exe /c and .bat
- The order of scripts are as follows (or they were last time I checked)
- 1. Pre-Launch Script executes
- 2. Pre-Distribution Script executes
- 3. Distribution takes place
- 4. Post-Distribution Script executes
- 5. Application Launches
- 6. Post-Launch Script executes
Back to ZDM_Novell_Application_Launcher
