0

set firmware update to default "NO" please how?



Is there a config setting to default this to "Do Not Update" 1 i just downgraded a box from Beta firmware code when I was not paying attention to the check box again.... Can you make some kind of bsconfig.ini that I can hard code the setting I want into BA as defaults. Future Feature Request Can you make a schedule config and publish config file that I can name same as presentation? That way I can select the config on publish and know I have the correct publish and schedule settings. thanks bill

2 comments

  • 0
    Avatar
    RokuLyndon


    What kind of configuration would be in these files, to be tied to the project?
    The current brightauthor doesn't have a default config option for firmware update. I'll put in a request.
  • 0
    Avatar
    Bsanderson


    most windows apps I developed we would create a ini file that would have keyword config peramaters
    end users could set defaults options.

    example config file for BA

    baconfig.ini

    //this for turning on a development mode log for BA
    devmode="0";

    // set firmware update mode
    //set to 1 to upgrade firmware setting to do 'Do Not Upgrade'
    //set to 2 to upgrade to beta
    //set to 3 to upgrade to current released
    firmware="1";

    //SimpleNetworkURL
    //set default Simple Network URL
    //For Server buid
    SDUrl="http://www.inroomdeals.com/bs/palmsprings/";
    PreURL=http://www.inroomdeals.com/bs/palmsprings/";

    Config for Present + Schedule  have say up to 10 available:
    //the 3 lines pairs would match presentation + schedule + pub type  on open
    PresentaitonName1="PalmSprigns.bpf";
    ScheduleName1="PalmSpringsautoschedule1";
    PubType=Simple;
    PresentaitonName2="Boston.bpf";
    ScheduleName1="Bostonautoschedule1";
    PubType=Local;
Please sign in to leave a comment.