ISTool 5.3 gives Unrecognized parameter name "???ce"
Status: Inactive
Brought to you by:
bhenden
When I try to compile the attached file from ISTool I get te error Unrecognized parameter name "???ce"
If I compile directly with Inno Setup everything works. (I use the unicode version)
Otherwise I must say that this package is splendid, I gave VS2008 a go but I have no control over what happens with my setup.
Thanks for this great product.
My iss file
I have a very similar problem. When clicking on "compile" I get an error "Unrecognised parameter name ??me" One of the question marks is upside-down but I can't enter that via the keyboard. I also use the unicode version of Inno Setup.
I also have the same problem when choosing the Compile setup option.
Direct compilation from compiler doesn't throw any error.
First it was with my first Icon line:
Error Message:
Unrecognized parameter name "?U??"
Line:
Name: {group}\DualPicker; Filename: {app}\Dual Picker.exe; WorkingDir: {app}; IconFilename: {app}\DualPicker.exe; IconIndex: 0; Flags: createonlyiffileexists
Now that I added custom images to the setup it complains about a bad Section directive:
Error Message:
Unrecognized [Setup] section directive "?t?trdSmallImageFile"
Line:
WizardSmallImageFile=C:\Users\PREMIUMLABEL01\Documents\Visual Studio 2008\Projects\DualPicker\data\Setup\WizModernSmallImage.bmp
Both lines were added through the wizard, not manually...
Could it be because the app was originally designed to support innoSetup 5.3.0 and I have the 5.3.4 Unicode version?