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
- :
- Migrating Installshield12 project to IS 2013
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
‎Mar 13, 2014
05:37 AM
Migrating Installshield12 project to IS 2013
Hello,
I am Migrating an Installshield12 basic MSI project to InstallShield 2013..
The project uses MessageBoxA API which seems to be a problem when building in InstallShield2013. It gives an error as: MessageBoxA undefined identifier : C8025The same issue with same error id is there for an API called GetDriveType...
I have already included the ISRTWindows.h and ifx.h header files.
Please help.
Thanks.
I am Migrating an Installshield12 basic MSI project to InstallShield 2013..
The project uses MessageBoxA API which seems to be a problem when building in InstallShield2013. It gives an error as: MessageBoxA undefined identifier : C8025The same issue with same error id is there for an API called GetDriveType...
I have already included the ISRTWindows.h and ifx.h header files.
Please help.
Thanks.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 17, 2014
02:58 AM
Hi Vikram,
try using MessageBoxEx and GetDiskInfo
try using MessageBoxEx and GetDiskInfo
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2014
01:27 AM
Hi Yatendra,
Thanks a lot for the help.
It works...
Another issue now is MessageBoxA APIs were taking window handle but MessageBoxEx doesn't now the problem is my messages are poping up in background.I am not getting the how can I show them on the top of main Installation/Uninstallation window..
Kindly provide inputs if you have any.
Thanks,
Vikram
Thanks a lot for the help.
It works...
Another issue now is MessageBoxA APIs were taking window handle but MessageBoxEx doesn't now the problem is my messages are poping up in background.I am not getting the how can I show them on the top of main Installation/Uninstallation window..
Kindly provide inputs if you have any.
Thanks,
Vikram