Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

blank fields during silent record


1 reply to this topic

jettaman007

jettaman007
  • Members
  • 2 posts

Posted 24 September 2002 - 18:55

My install contains a field which the user is allowed to leave blank.  When I run setup -r to create a slient install file, That field's value gets recorded as ' ', which causes the silent install to error out with a -3 "Required data not found in the Setup.iss file." in the setup.log file.  Is this a known issue?  Are there any workarounds so the ' ' gets recorded as a blank ''?  I can't customize that part of the install using SilentWriteData/SilentReadData because I am using one the the standard dialog functions which automatically writes it's silent install information.

Here is the part of the script file that causes the problem:
[{A3012770-F162-11D4-A202-00B0D02856AC}-SdShowDlgEdit1-0]
szEdit1=' '
Result=1

Thanks in advance for any help,
Danny

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 24 September 2002 - 23:20

And you're certain that's the cause of the -3 error, so if you fill in a value, it successfully completes???
user posted image