This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- InstallShield 2021 Automation with 64bit Perl
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 13, 2024
12:47 AM
InstallShield 2021 Automation with 64bit Perl
We are using Perl scripts for automation of modifying the ISM files maintained using InstallShield 2021. We were using 32bit Perl for this automation and it used to work fine. We are now moving to 64bit Perl and seeing issues while creating the automation object for InstallShield with the below code -
Win32::OLE->new("ISWiAuto27.ISWiProject");
we get the error that "class in not registered" and we can't get the handle to the automation object.
Same piece of code used to work fine with 32bit Perl.
(0) Replies