http://www.digitalweb.com.br/installwizard

INI FILES

Editing .ini files found on the target system can be a dangerous affair, especially if those .ini files are used by the operating system for standard functionality, such as Boot.ini. With InstallWizard, .ini file changes can be performed right in the IDE. Editing an .ini file involves two steps, which are outlined below.

1)Create an INI File Reference

-Right-click on the INI Files item in the INI Files view and select Create INI File.

-Rename the new .ini file, giving it the name of the file you want to edit, extension includedùBoot.ini, for example.

2)Add Section and Keyword to your INI file and click Add button.

-Target is the path to the folder where the .ini file you want to edit is stored.
If .ini file doesn't exist, InstallWizard will create it.
 

Note: If you want to specify a value for the run key using directory specifiers, InstallWizard uses the long path names. For example:<Install Dir>\app.exe is converted to c:\Program Files\InstallWizard\Test\app.exeTo convert this string into a short file name, place the key in quotes"<Install Dir>"\app.exe and the string will be converted into c:\progra~1\instal~1\test\app.exe