Dynamic Help File To Change Brand & Product Name. How To Do Please?

I was wondering if someone could point me in the right direction. We have a help file that is created and we have companies that want to OEM (white label) our product. One of the challenges is that the help file thus needs to become dynamic to update brand and product name references. Can someone tell me how can we go about this in RoboHelp please. The program that initiates the help file can obviously write to a file so possibly this is an option.
Thank you in advance for your consideration, assistance and guidance.
Kind regards
Howard

Hi,
Letting an application edit files to change names and terms looks like an ugly solution, apart from any difficulties that arise (such as rights on directories and files). I think it's best to create a separate output (one project, multiple webhelp outputs) each specified for the client.
To do this, I can come up with three usefull features:
1. CBT's: look into conditional build tags. With these, you can keep topics/text/etc out of certain outputs.
2. Variables. In RH8, you can create multiple sets of those (same variable, different value) and use the separate sets for separate outputs.
3. Multiple style sheets. In RH8, you can select which style sheet you want to use for your topics when you create the webhelp. You can create a separate style sheet for every different brand and use those style sheets when you output your files.
Hope this helps,
Willam
This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

Similar Messages

  • Need help with changing the product name for a HP LaserJet Pro 401n to use on a ePrint network.

    I am in a school environment, naming printers is imortant. 
    Bonjour Service Name and Device Description name have been changed. IOS7 devices see the Bonjour name but ChromeBooks see the Product name. How can I change the Product name on the printer so that it is then recognized by HP Connected and shown to ChromeBook devices?

    You should be able to change the product name in Google Cloud.  The ChromeBook uses Google Cloud to print (Google Cloud uses HP ePrint).  Log into your google account and change the printer name there.
    I am an HP employee.
    Opinions expressed are mine and do not necessarily reflect the opinions of HP.
    Reminder: Please select the Accept as Solution button on the post that best answers your question. Also, you may select the Kudos button on any helpful post to give that person a quick thanks.

  • I want to change my community name.how to change?p...

    i want to change my community name.how to change?plz tell.actually my name's last alphabet is missing.

    Hi, Tanveer.afza, and welcome to the Community,
    Please see this topic for the information you seek:
    http://community.skype.com/t5/Suggestions-for-this-Community/Skype-Community-Name/td-p/2863521
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Use of xsdconfig file to change doc. elmt. name?

    I've got the following simple xsd file:
    <?xml version="1.0"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
    targetNamespace="/my/ns"
    elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:element name="Outer">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="Inner1" type="xs:string" />
    <xs:element name="Inner2" type="xs:string" />
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    Which produces a "document" class named OuterDocument with a member "element"
    class named Outer.
    But let's say I need a different name, so I use the xsdconfig capabilitiy to direct
    the name change. Here's the xsdconfig file:
    <?xml version="1.0"?>
    <xb:config xmlns:xb="http://www.bea.com/2002/09/xbean/config"
    xmlns:xai="/my/ns">
         <xb:qname name="xai:Outer"
         javaname="NotInner"/>
    </xb:config>
    I now get a document class named NotInner with an element class not very elegantly
    named NotInner2. Ideally I'd either like a NotInnerDocument with element NoInner,
    or I'd like to specify name transformations for both. Is there any way to do
    this?
    Thanks in advance for any advise.

    Hi,
    Letting an application edit files to change names and terms looks like an ugly solution, apart from any difficulties that arise (such as rights on directories and files). I think it's best to create a separate output (one project, multiple webhelp outputs) each specified for the client.
    To do this, I can come up with three usefull features:
    1. CBT's: look into conditional build tags. With these, you can keep topics/text/etc out of certain outputs.
    2. Variables. In RH8, you can create multiple sets of those (same variable, different value) and use the separate sets for separate outputs.
    3. Multiple style sheets. In RH8, you can select which style sheet you want to use for your topics when you create the webhelp. You can create a separate style sheet for every different brand and use those style sheets when you output your files.
    Hope this helps,
    Willam
    This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

  • Is it possible to change the product name thorugh Script on terminal. i have created one sh file in which i put the below Script and put that in xcode project ...Here is the code..

    die() {
        echo "$*" >&2
        exit 1
    ProjectName=$1
    appname=$2
    config='Ad Hoc Distribution'
    sdk='/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develope r/SDKs/iPhoneOS5.1.sdk'
    project_dir=$(pwd)
    echo using configuration $config
    echo updating version number
    agvtool bump -all
    fullversion="$(agvtool mvers -terse1)($(agvtool vers -terse))"
    echo building version $fullversion
    xcodebuild -project "$ProjectName".xcodeproj -configuration "$config" -sdk $sdk build || die "build failed"
    echo making ipa...
    # packaging
    cd build/"$config"-iphoneos || die "no such directory"
    rm -rf Payload:
    rm -f "$appname".*.ipa
    mkdir Payload
    cp -Rp "$appname.app" Payload/
    # if [ -f "$project_dir"/iTunesArtwork ] ; then
    #    cp -f "$project_dir"/iTunesArtwork Payload/iTunesArtwork
    # fi
    # ipaname="$appname.$fullversion.$(date -u +%Y%m%d%H%M%S).ipa"
    ipaname="$appname.ipa"
    zip -r $ipaname Payload
    echo finished making $ipaname
    . Now i tried to run this sh file thorugh terminal.....thorugh command sh shfilename projectname TEST... After running this command it successfully generated an ipa with name  TEST.ipa...I tried to installed this on my device..but on itunes it is giving message that file is not valid..Please help me out if i forgot to perfom any steps.

    Hi Matthew,
    Just staring at your ActiveX code, it looks fine to me.  My first thought is that this should work as you outlined it, and I've done this sort of thing many times, so I know it can work.  My second thought though, is that what you probably really want is a DataPlugin and not a VBScript.  Then you could just drag&drop the Excel file into the Data Portal and load all the properties and channels you want from the Excel file.  If you have DIAdem 2010 or later you can use the SpreadSheet reader object in the DataPlugin to avoid the Excel ActiveX functions (and Excel's jealously with other applications trying to read a file it has open already).
    Feel free to send me a few sample Excel files and describe what you want to load from the various cells, and I'd be happy to help you get a DataPlugin written to load your data.  You can also email me at [email protected]
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Windows File Crawling - change of folder names in KD?

    I setup a Windows File crawler and have it set to mirror the folder structure of the imported path.
    However, I would like to slightly change some of the folder names in the KD and leave them the same on the actual share drive.
    In my attempts to do this the crawler keeps reverting the filenames back to the way they are on the share drive.
    Is there any setting that I can change that might allow me to do this?
    I assume its a lost cause, but figured I'd check anyway.
    Thanks for any help!

    You're correct. It's a lost cause.

  • Batch file to change routers Wireless name

    Hi Guys, i have a wireless router Netgear N150.
    By default this router has a name & i want to change this name to a desired name by batch file or by any scripting language.
    Any ideas or suggestions??? i would be grateful to you guys.
    Thank you

    Netgear firmware release 40 is required on routers that support soap:
    http://kb.netgear.com/app/answers/detail/a_id/24497/~/wndr4500-firmware-version-1.0.1.40
    It is clear that all routers will now support both SOAP and OMI.  Many currently support SNMP but most small routers and devices do not.e
    All Cisco routers support telnt except the consumer routers.  If you bought your router at Staples or Best Buy it will likely not support telnet.
    ¯\_(ツ)_/¯

  • Changed home folder name, how do I get my desktop back?

    I changed the home folder name and when I logged off and then back on to the computer, my desktop was completely different. I was told by apple care that it had to be corrected through the command lines. I would greatly appreciate someone's help with this issue!
    iMac   Mac OS X (10.4.10)  

    http://docs.info.apple.com/article.html?artnum=107854

  • File Icons changed in Mavericks. How do I change them back?

    I am on a MacBook Pro and, since upgrading to Mavericks, the file icons in the finder have become generic grey icons with the file extension on them. I can no longer see the Word files with little blue icons, Excel file icons with little green icons etc. Weirdly, I can still see the colored file icons in Coverflow view and in List view, but not in Columns and Icons. I can also see the colored file icons when selecting a file to attach to an email. In the file information window (clicking command I when a file is highlighted) the icon in the top left corner is the colored file icon.

    Well this solution did not work for the Icon View.  All the other views show the correct icon (and might have before I changed all view types in Get Info > File Options > Uncheck Show Icon Preview
    This worked for fixing the Icon View for me.  Pages and Numbers files were fine but not my FileMaker files or Word or Excel (and maybe more).  I opened Get Info on one FileMaker document.  Just below the Red Yellow Green dots at the top is a tiny icon to the left of the file name.  Left click on the icon which looks basically white).  You will see a thin blue line around the icon.  Go up to the Menu Bar (File Edit View etc) and click on Edit then copy.  Then go to the same icon you just copied on the Get Info window and left click then do Edit again from the Menu Bar and Paste.  You can also use the shortcuts cmmand c or command v to copy and paste.  For some magical reason coping a white icon pasted the correct preview to the icon. 
    Every single icon of programs that won't display icons properly will have to be fixed this way.  I was thinking about using search for file type and grinding it out like orcs or wargs in Lord of the Rings Online.  Apple this isn't a good way to make me have Determination.

  • Importing m3u files in iTunes alters song name, how can I fix it?

    When I import an m3u file into iTunes, that refers to music that already exists in my library, it alters the "Name" of the song to be in the format "Track Number - Name" until I double click the song. Then iTunes refreshes the "Name" information from the file system and fixes it inside iTunes. This is fine, but the playlist has over 2000 songs in it and I don't want to spend the weekend clicking through all of them.
    Is there some way to automatically refresh all of the songs' "Name" data from the file system?

    Thanks for the suggestion, but that doesn't really do what I'm looking for. If I select multiple files, right click, and select Get Info, it just shows me the values that are in common for those files. For example, if I do it for a single artist, I see the artist name, but everything else is blank.
    It does not force a synchronization of the data in iTunes with the MP3 metadata in the file. However, if I play each file in iTunes individually, iTunes will update the "Name" with the actual information in the ID3 tag. Unfortunately, I don't have time to play all 2000+ files.

  • Changing the field name at runtime in rpt file

    Hi everybody
    I'm using C# and Crystal Report XI (Deverlop license) to develop windows application in VS.net 2003.
    Please help me to change the field name of the bounded column of Crystal report file at the runtime.
    (In some case client's database had changed the structure as fieldname, fieldtype. Then they request a utility to change the field names in the .rpt file programmatically )
    Thanks
    GiangSon
    My email address: [email protected]

    user11200661 wrote:
    That's fine but still i want to prefix the schema name within the .sql file. My .sql should contain the name of that parameter only as i want to get that parameter replaced by the schema name at runtime. Some other users are using the same .sql file and they have access to that specific schema only. i want to make the .sql file more general so that it can be used by everyone without altering it every time.Sorry, your requirement no longer makes sense.
    If people have to access a specific schema because they need the script for general use, then you will have to hard code the schema name into it.
    If the script is to prompt for the schema name and connect to that schema and then use that schema name inside the called sql script, then people would not be able to use it generically, as it would be reliant upon the schema name being passed in.
    It sounds as if you're trying to write one generic thing that needs to do two different tasks.
    Just have two scripts and make life simple.

  • App update... changing product name

    Yesterday my app was put on the app store... unfortunately my product name isn't right (the name that appears under the icon when installing on the iphone)... I had a temporary product name, which I thought I changed before submitting... but I think I only changed it in the debug configuration... so the release configuration still had my old product name...
    So I fixed the product name in the release configuration and submitted an update...
    so I have a couple of questions:
    1) Will apple accept this update? Nothing in the app itself has changed except for the product name... but I think it's important to have the right app name appearing under the icon...
    2) The binary file name is different from the initial submission... will this cause a problem for updating in any way?
    Thanks.

    No prob.
    Make sure your Distribution build has the right product name (just want to make sure everyone reading knows, since I only mentioned "release" build in my original post)
    I think the best way to make sure might be to go to Project -> Edit active target... then select "All configurations" in the drop down at the top... then change the product name in the "Packaging" section... it will set all builds to the same name...
    Message was edited by: iphonemediaman

  • HP pro 6200/6300 sff Change product name in bios remotely

    Hi,
    Is it possible to change the product name in the bios massivly or remotely?
    Because a lot of mainboards has been replaced by hp and they didn't set the name correctly. A wide of variaty of names for the same models is the result.
    But i need it per model the same for all computers.
    How to do this?
    Thanks

    Hi:
    Here is what you need to do...This model doesn't need the asset tag or serial # change utility...
    After entering BIOS Setup by hitting the F10 key, press Ctrl+A to open additonal fields in Security>System IDs menu.
    Enter your PC's serial number in Asset Tag Number and Chassis Serial Number fields.
    Save changes there and again when you exit the BIOS.
    Paul

  • Change of Icon name

    How can change icon name for project in iphone,
    I tried changing bundle name in xcode that change reflects in simulator but not in iphone,if any body has a idea
    <Post Relocated by Moderator>

    When I needed to change my product name from "MyApp" to "MyApp Lite" I read several threads here, obtaining one or two pieces of the puzzle from each. Here are the steps that finally worked for me:
    To rename an Xcode project and its product:
    1) Rename project folder
    2) Rename .xcodeproj file
    3) *Delete Build folder
    4) Project->Edit Active Target->General: Edit Name
    5) Project->Edit Active Target->Build->Packaging: Edit 'Product Name'
    6) *Project->Edit Active Target->Build->Language: Edit 'Prefix Header'
    7) Repeat 5-6 for all configurations (Debug, Release, Distribution)
    8) *Rename _Prefix.pch file
    9) Build->Clean All Targets for all configurations
    The starred steps may not be necessary, but I'm reporting the exact procedure I logged just to be sure. I think you can also omit the repeats in step 7 by following iphonemediaman's advice to select "All Configurations".
    Note that the above changes your PRODUCT_NAME definition, which may change your App ID. So if you intend to submit your renamed project as an update, you may need to reset the Bundle identifier in info.plist. I.e., if this field includes the default '${PRODUCT_NAME:identifier}',
    replace that portion of the id with the previous project name to build an update:
    10) Edit 'Bundle identifier' in info.plist: com.MyCompany.OldName
    Finally, if your new project name includes spaces, these must be removed in two places:
    11) Remove any spaces from 'Bundle identifier' in info.plist
    12) Remove any spaces in the name of the zip file you upload to the store

  • Change section's name

    Hi
    anyone can help me to change a section name.
    this is my code (java)
    ReportSectionController rsc = (ReportSectionController) targetdoc.getReportDefController().getReportSectionController();
    Section sec = (Section) targetdoc.getReportDefController().getReportDefinition().getReportHeaderArea().getSections().getSection(0);
    sec.setName("newsec");
    rsc.setProperty(sec, ReportSectionPropertyEnum.name, "newsec");
    and i got the exception:
    Exception in thread "main" com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Error in File C:\WINDOWS\TEMP\{17521592-C3FE-47BA-954E-1AC519C2A2AF}.rpt:
    Invalid section.---- Error code:-2147483130 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at SetSec.main(SetSec.java:89)
    Thanks!

    Afaustino-
    If you purchased a used iPad, just changing the Username is not all you need to do.  You should run the Settings App, and go to Settings-General-Reset-Erase All Content and Settings.  This returns the iPad to new status so you can set it up as yours.
    You probably need to set it up with the iTunes program running on your computer.  If you do not have it, you can download the program from Apple.  During the setup, you will need to establish an Apple ID if you do not already have one.
    Fred

Maybe you are looking for

  • How to get our HP Officejet 7310 All-in-One to print using the network option

    The network printing initially stopped working on Win XP. I now use Win 7 Enterprise.  I have uninstalled the printer from my PC, restarted the machine, went through the add new printer device wizard and still no network printing capability.  I curre

  • BBM on blackberry curve 9300 not working PLEASE HELP!

    Hello people, ok so here is my problem! When I click on invite contact and i scan the barcode and it is pending it never recieves to the other person and when they do it to me, it never gets to me! Do i need to update it for £5????? Please help! Than

  • Termination type was RABAX_STATE while trying to broadcast the Webtemplate?

    Hi, Termination type was RABAX_STATE while trying to broadcast the Webtemplate using Bex Broadcaster. I am attaching the screenshot in the link mentioned below. THis is the error i am getting while trying to broadcast the webtemplate developed by use

  • How to Hide Report Background Engine

    Hi, can you help me on my problem. What should I do, to hide the Report Background Engine when the report is running. Thanks in advance! Eric null

  • Form prints totally blank

    Hi folks, I form I designed in Designer 8 will not print. When I try to print it, the print preview shows a blank page and the result is, sure enough, a blank page. I can't find any settings which seem to be causing this. Any thoughts? E