Package.ini
generation |
Previous Top Next |
|
Note:
For each entry in the package file, there is a Source=
option which specifies which application will be launched when
building the package. |
In
this case, [EXCEL.EXE] is set up to host all of the package
file/registry data by using ReadOnlyData=, while all the
other EXE files simply reference the package data from EXCEL.EXE
using Shortcut= |
|
When
building this packaging using build.bat, you'll see the following
appear in your bin directory. |
|
|
|
Because
Thinstall uses shortcuts installed during the capture process to
generate the package.ini, make sure you let the installer create
shortcuts for you. Many installers offer the option to not
write shortcuts; if you disable shortcut creation, Setup Capture
won't know what EXEs you intend to generate and will start with an
empty project. |
|
If you
accidentally disabled shortcuts during install or the application
does not install any shortcuts during it's installation process,
you can manually tell Thinstall which EXEs the user can access
directly by using a text editor to add this information to your
package.ini file. Simply add the following lines anywhere in the
text file. |
|