cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vikram
Level 3

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.
Labels (1)
0 Kudos
(2) Replies
Yatendra
Level 2

Hi Vikram,

try using MessageBoxEx and GetDiskInfo
0 Kudos
vikram
Level 3

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
0 Kudos