Source
Previous  Top  Next

Source - Points to the EXE file which will be initially loaded by Thinstall

Source is specified on a per-executable basis. If an application suite has 3 accessible user entry points; for example, Winword.exe, Powerpnt.exe, and Excel.exe, your package.ini will list 3 application entries, and each entry will have a different Source entry.
 
Examples

Create an user-accessible entry point for "C:\Program Files\Myapp\app1.exe" 
[app1.exe]  
Source=%ProgramFilesDir%\Myapp\app1.exe  
 
Create an user-accessible entry point for "C:\Program Files\Myapp\app2.exe" 
[app2.exe]  
Source=%ProgramFilesDir%\Myapp\app2.exe