inno setup.exe fails with Floating point division by zero on Windows XP
I have setup an inno setup script that installs my application. The resulting setup.exe will install properly on windows vista/7 but fails with the division by zero error on windows xp. The inno example scripts work on windows xp so it must be something I am doing. Can anyone see what I am doing wrong? ; Script generated by the Inno Setup Script Wizard. #define app_src_path "..\MyApp" #define app_exe_path "..\bin" #define file_ver GetFileVersion(app_exe_path + "\win32\MyApp.exe") #define app_ver Delete(file_ver, 6, 2) [Setup] AppId={{BBB40316-958C-446B-A08D-311273214AA6} AppName=MyApp