SaveProject Method
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | DIM | 
| • | InstallScript | 
| • | InstallScript MSI | 
| • | InstallScript Object | 
| • | Merge Module | 
To save any changes that you have made to your project file through the automation interface, call the SaveProject method.
Syntax
SaveProject ()
Return Values and Errors
| Return Value | Description | 
| ERROR_SUCCESS (0) | Project is saved. | 
| Error Code 1104 | Unable to save file: %1. The project is open in read-only mode or is being used by another process. | 
Applies To
| • | ISWiProject |