ask to install message box?
how would i create a message box that when the destination folder is not a winamp folder it asks me something like "The destination folder is not a winamp folder. Do you want to continue?"
5 posts
MessageBox MB_YESNO "The destination folder is not a Winamp folder. Do you want to continue?" Function .onVerifyInstDir
IfFileExists "$INSTDIR\\Winamp.exe" PathGood
MessageBox MB_YESNO "The destination folder is not a Winamp folder. Do you want to continue?" IDYES PathGood
Abort
PathGood:
FunctionEnd