NewsArchive
10-16-2007, 02:36 AM
Dear all,
Using the latest version 6.6.2016, I am attempting to create an uninstall
script for one of my new installers. I have done so succesfully in the past.
However for the installer of my most recent application I want to create an
uninstall script in order to prompt the user for uninstall feedback. On
simply creating and importing the uninstall script, (as has worked on
previous projects), I get the following errors:
myprojectuninstall.sb6.sbi(19): error GEN1007: Reference to constant
$SB_SILENTMODEFLAG$ has not been previously defined
myprojectuninstall.sb6.sbi(22): error GEN1007: Reference to constant $IDYES$
has not been previously defined.
myprojectuninstall.sb6.sbi(25): error GEN1007: Reference to constant $IDYES$
has not been previously defined.
Any ideas? Even when I don't add or modify the script in any way, it fails.
If I remove the uninstall script my installer compiles successfully just as
it always has done.
Many thanks!
Mike W
Using the latest version 6.6.2016, I am attempting to create an uninstall
script for one of my new installers. I have done so succesfully in the past.
However for the installer of my most recent application I want to create an
uninstall script in order to prompt the user for uninstall feedback. On
simply creating and importing the uninstall script, (as has worked on
previous projects), I get the following errors:
myprojectuninstall.sb6.sbi(19): error GEN1007: Reference to constant
$SB_SILENTMODEFLAG$ has not been previously defined
myprojectuninstall.sb6.sbi(22): error GEN1007: Reference to constant $IDYES$
has not been previously defined.
myprojectuninstall.sb6.sbi(25): error GEN1007: Reference to constant $IDYES$
has not been previously defined.
Any ideas? Even when I don't add or modify the script in any way, it fails.
If I remove the uninstall script my installer compiles successfully just as
it always has done.
Many thanks!
Mike W