Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A AutoSPInstallerGUI
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 46
    • Issues 46
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CodePlex
  • AutoSPInstallerGUI
  • Issues
  • #12

Closed
Open
Created Jul 01, 2018 by Laurent Sittler@lsittler©Owner

xml import boolean values case sensitive

If you attempt to load a configured xml input file that has a tag with a non-lower case boolean (ie, True instead of true) the program will throw an exception.

End user fix: in the error notice the line number that is referenced in the error, manually edit your xml document with notepad++ or any other text editor, and change the boolean value to be lower case.

example:

        <PauseAfterInstall>True</PauseAfterInstall>
        <RemoteInstall Enable="True">

Will through an error where the modified:

       <PauseAfterInstall>true</PauseAfterInstall>
       <RemoteInstall Enable="true">

Will not.

notValidBool

Edited Jul 01, 2018 by Laurent Sittler
Assignee
Assign to
Time tracking