robobunny has asked for the wisdom of the Perl Monks concerning the following question:
my $is = InstallShield->new( 'Installer.ism' ); $is->Update_Property('ProductVersion', '1.2.3.4'); $is->Add_FeatureComponents('AwesomeFeature', 'awesome.dll'); $is->savefile( 'UpdatedInstaller.ism' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: InstallShield module
by Joost (Canon) on Sep 27, 2006 at 19:22 UTC | |
by robobunny (Friar) on Sep 27, 2006 at 19:29 UTC |