my $is = InstallShield->new( 'Installer.ism' ); $is->Update_Property('ProductVersion', '1.2.3.4'); $is->Add_FeatureComponents('AwesomeFeature', 'awesome.dll'); $is->savefile( 'UpdatedInstaller.ism' );