If an exe installer is built by jpackager on windows, a description property such as:
--description="this is the description"
or even
--description=This is "the" description
will cause Inno Setup to crash.
we quote the whole string, and put as a parameter in the iss file used, without taking into consideration any existing double quotes.
--description="this is the description"
or even
--description=This is "the" description
will cause Inno Setup to crash.
we quote the whole string, and put as a parameter in the iss file used, without taking into consideration any existing double quotes.