How to add shortcut files to the Teststand workspace

I am deploying my test stand application using TS deployment utility. At the end I need three four icons / shortcuts to launch the operator interface with different seq file entry points. I have created manually the shortcuts and it is working fine. How do I add these icons to my installer. I tried to add these shortcuts into the workspace. But it is adding the exe instead of the shortcut.
How do I add these shortcuts to the installer / create these shortcuts during installation?
Thanks
Senthilnathan A.

Hi,
I found a workaround that could work for you.
You can write a post.bat file to copy the shortcut created for your program item to wherever you want.
The only thing you have to do is to create the windows start menu item for your operator interface and include a post.bat file in your installer directory to copy the *.lnk file to the desired location.
The Post.bat file is executed immediatly after the installer finishes.
I am attaching a simple installer that installs the CVI simple operator interface and creates a shortcut for it in the Windows Start menu and on the Desktop.
I am only copying the file from the start menu to the desktop in the post file.
I hope it helps.
Attachments:
Installer.zip ‏4318 KB

Similar Messages

  • How to add class file to the project in netbean

    Hi,
    I am not sure if it is the right place to put the question. I just cannot find the way to add my existing java class file into the project in net bean.
    Anyone can help?
    Thanks a lot

    Look at the "classpath" entry on the Index tab in NB's Help. There are entries there that explain how to add existing classes and libraries to a project.

  • How to add audio files.

    I'm using Premiere Elements 11 on my iMac.  I can't for the life of me figure out how to add music files to the 8 or so that come with the program.  Anybody else having this problem or am I just dumber than most?

    Comstar 11 wrote:
    As I put in my original post I might be dumber than most and that's still a possibility.  I also tried the "Use Smartsound" same feeling that I didn't like the add on that just took me to another site to sell me music.  I couldn't find the "Project Assets" box after looking almost everywhere.  But.....  I was in the "Quick" mode.  Knowing I was a rank beginner I avoided the "Expert" tab.  But after looking everywhere else I opened that tab and "It's A Miracle" there it was.  Still stumbling through the learning process so thanks for your kind help.  If I hit the wall again I'll make another post looking for help.  Thanks Again.
    I tried the Quick mode.  When I did 'add media' in the upper left corner, video files went straigt to the project box.  Then I tried an audio file and it went below the video in the project box.  So, I see where in 'Quick' the 'Project Assets' box and step are skipped.  Sorry about misleading you.
    Either way, audio files get to the project box when you pick them up as a file on your computer.
    There are two great sources to speed the learning process.  lynda.com has courses that are like a personal demo of everything PrE does with a great coach explaining it.   http://www.lynda.com/Premiere-Elements-tutorials/Up-Running-Premiere-Elements-11/109763-2. html  A few if the chapters are free as a trial.  The fee is $25 for a month of access.  One month is more than enough if all you want is the one course. 
    If you prefere owning a course on a disk, video2brain is an alternative, but I don't think it is as thorough.
    Bill
    Bill

  • How to add new fields to the DME file in F110

    Hi,
    We have a requirement add new fields to the file that is used in  F110.
    .I did go in to DMEE transaction but I hae no idea how to add new fileds to the existing file.
    Can anybody please help me in resolving the issue.
    Thanks
    Venkat
    Edited by: Venkat R on Jun 8, 2009 8:45 AM

    Hi,
    There is no function module for that, We have created our own function module and attached to that field.
    Refer the below code. This will fetch the document number.
    DATA: lwa_item   TYPE dmee_paym_if_type,
            l_fpayp   TYPE fpayp,
            l_fpayhx TYPE fpayhx,
            first_flag TYPE c,
            lv_lifnr   TYPE lifnr,
            voucher_id TYPE string,
            voucher TYPE string,
            invoice_id TYPE belnr_d,
            voucher_len1 TYPE i,
            voucher_len TYPE i.
      TYPES:
      BEGIN OF lt_regup,
            xblnr TYPE xblnr1,
            belnr TYPE belnr_d,
      END OF lt_regup.
      DATA: lt_regup TYPE STANDARD TABLE OF regup,
            lv_regup TYPE regup.
    Hope this helps.
    Raja.A
    Edited by: Raja.A on Feb 16, 2011 7:17 PM

  • How to add users/entry in the oracle internet directory using XML file

    hi friends,
    i need to know how to add entries, attributes in the oracle internet directory using the XML file.

    I could able to execute the ldapadd command with out error as
    ldapadd -h islch-532.i-flex.com -p 389 -D "cn=orcladmin" -w password -X mypath/filename.xml
    but the data entry is not added in OID. can any one help me out.

  • How to Install .CAP file in the Java Card?

    Hi Friends..
    How to install *.CAP* file in the Java Card?..
    I've GPShell script as follows :
    mode_211
    enable_trace
    establish_context
    card_connect -readerNumber 2
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f
    install_for_load -pkgAID a00000006203010c01 -nvCodeLimit 500  -sdAID A000000003000000
    load -file HelloWorld.cap
    card_disconnect
    release_contextwith that script i can load HelloWorld.cap file successfully..
    Now, how to install the HelloWorld.cap file?..
    if i add script : load -file HelloWorld.cap i got this error :
    install -file HelloWorld.cap
    file name HelloWorld.cap
    Command --> 80E602001B09A00000006203010C0107A00000015100000006EF04C60201A80000
    Wrapped command --> 84E602002309A00000006203010C0107A00000015100000006EF04C60201
    A80030C859793049B85300
    Response <-- 6985
    install_for_load() returns 0x80206985 (6985: Command not allowed - Conditions of
    use not satisfied.)i ask this question because when i tried to select the applet through its AID, by this script :
    establish_context
    card_connect -readerNumber 2
    select -AID a00000006203010c0101i got this message error : select_application() returns 0x80216A82 (6A82: The application to be selected could not be found.)
    but there's exactly any that AID in my Java Card..
    here's is the list of AID from My Java Card :
    C:\GPShell-1.4.2>GPShell listgp211.txt
    mode_211
    enable_trace
    establish_context
    card_connect -readerNumber 3
    * reader name OMNIKEY CardMan 5x21-CL 0
    select -AID a000000003000000
    Command --> 00A4040008A000000003000000
    Wrapped command --> 00A4040008A000000003000000
    Response <-- 6F108408A000000003000000A5049F6501FF9000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4
    f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864
    886FC6B03640B06092A864886FC6B040215650B06092B8510864864020102660C060A2B060104012
    A026E01029000
    Command --> 8050000008AAF7A87C6013BC0300
    Wrapped command --> 8050000008AAF7A87C6013BC0300
    Response <-- 0000715457173C2A8FC1FF0200937A55C288805D8F2A04CCD43FA7E69000
    Command --> 848201001023CA18742D36165ED992CFF2146C3D51
    Wrapped command --> 848201001023CA18742D36165ED992CFF2146C3D51
    Response <-- 9000
    get_status -element 10
    Command --> 80F21000024F0000
    Wrapped command --> 84F210000A4F004FF8BE1492F7275400
    Response <-- 0CF0544C00004D4F44554C415201000009A00000006203010C010100010AA000000
    06203010C01019000
    GP211_get_status() returned 2 items
    List of Ex. Load File (AID state Ex. Module AIDs)
    f0544c00004d4f44554c4152        1
    a00000006203010c01      1
            a00000006203010c0101
    card_disconnect
    release_contextPlease help me..
    And please correct me if i'm wrong,,
    Thanks in advance..

    Any suggestions for my question?..
    Please help me..
    Thanks in advance..

  • How to add a powerpoint to the webpage. Many tks.

    How to add a powerpoint to the webpage. Many tks.

    Welcome to the Apple Discussions. You can use PP to make a movie of the presentation, or while viewing all the page's thumbnails do a Print->PDF->Save PDF to iPhoto. Then use the jpg files of each slide of your presentation in an photo page in iWeb like I did with this iPhoto book: iPhoto Book as an iWeb Slideshow. Of course this method will not include any music or animation you might have in in the presentation.
    There's also a Make a web page option which you might be able to incorporate into your web site using this technique: Embed One Site Within an iWeb Page.
    Overall, I think a movie would probably be the better option but do give the others a look.
    OT

  • How to add js files to sharepoint page using sharepoint designer

    how to add js files to sharepoint page using sharepoint designer

    Upload the files to your site collection into the site assets library or into the style library, depending on perference.
    Then you can include the JS files either in the master page, page tempalte or using web parts.

  • How to add a favorite to the favorite bar

    how to add a favorite to the boook mark bar

    Finder windows, drag and drop between the left hand side shortcuts.
    The translucent bar, known as the Dock that has the trash icon drag to the left of the divider for applications, and right of the divider between icons for documents.  If your Dock is vertical above for applications, and below for documents.  You may have to use the Apple menu's Submenu for the Dock to turn hiding off and magnification off temporarily to have easier control of adding items to it.  Dock icons are only shortcuts.  They aren't stored anywhere on the hard drive except the original place you dragged from, same with Finder sidebars.
    Safari Bookmarks, drag and drop between favorites.  Open the Bookmarks via the Bookmarks menu to edit the bookmark bar.

  • How to add Live Type in the external editor windows?

    I was just refreshing myself by one of the FCP dvds from magent media where Even Schechtman show his window of External Editors in System Settings.
    I have the latest FCP version but that line which reads "Live Type" in external editor window is missing. Though he didnt discuss anything on the dvd but made me curious of my observation.
    How Can I add Live Type message box which can be checked in External editor Window?
    Thanks

    This is something specific to FCP4.x ... it does not appear in FCP5.x
    Final Cut Pro HD: LiveType does not appear in the External Editors tab
    Under some circumstances, the External Editors tab (choose Final Cut Pro HD > System Settings) in Final Cut Pro HD does not display a setting for "LiveType Movie Files."
    This can happen if you installed Final Cut Pro HD from a new Final Cut Pro HD disc, as opposed to installing it from an upgrade. If you upgraded from Final Cut Pro 4 to Final Cut Pro HD, you will not have this issue. If you upgraded from an earlier version of Final Cut Pro using an upgrade disc, you will not have this issue.
    You can still add LiveType files to the timeline even if LiveType does not appear in the External Editors tab. The behavior may be slightly different, depending on whether you add a LiveType project file or a LiveType movie file to the Timeline.
    If you add a LiveType project file (for example, MyProject.ipr) to the Timeline and then choose to open it in an External Editor, the file will open automatically in LiveType as a LiveType project.
    If you add a rendered LiveType movie file to the Timeline and then choose to open it in an External Editor, the file will open in the Editor you've selected for Video Files (in the External Editors tab) or in QuickTime Player if none is selected.
    In summary, "LiveType Movie Files," only appears if you upgrade to Final Cut Pro HD from an earlier version of Final Cut Pro 4. It is not required in the External Editors beacuse a LiveType project file will automatically open in the LiveType application and a movie rendered from LiveType will automatically open in QT Player.
    http://docs.info.apple.com/article.html?artnum=300451

  • How to add ndf files in alwaysOn ?

    HI All,
    How to add ndf files in alwayson (database added in ag group).
    Thank
    Vijay

    As per me:In Always ON you can add the data without breaking by alter database statement the file path (including the drive letter) of a given secondary database be identical to the path of the corresponding primary database.
    In case drive letter is different, follow steps mentioned in below link:
    http://technet.microsoft.com/en-us/library/hh510190.aspx
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • How to add .m4r files from my computer to my tones in iPhone 6 iOS 8.1.1 ?

    How to add .m4r files from my computer to my tones in iPhone 6 iOS 8.1.1 ?

    You've sycned other content via your computer's iTunes to the phone ?
    You can sync photos to your phone via your computer's iTunes : connect your phone to your computer, click on its icon towards the top left of the iTunes screen, and select Photos on the left-hand side of the screen :
    Photos that you sync from a computer can't be deleted directly in the phone's Photos app, instead they are deleted by not including them in the next photo sync - so you will need to include all photos that you want from your computer in each photo sync.

  • How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    Hi Steve,
    Thanks for your quick response. The original movies were taken on a Canon ES970 (1990's). I don't know the resolution but things were not as high tech back then.,.. I used a Roxio software to convert them on my MacBook Air. I didn't realize that I could use Adobe Premiere Elements to do that or I would have. However my old camera did not have a cable to attach it to a computer and the Roxio software came with it.
    I then saved the recordings on an external hard drive. I did not make movies from them using iMovie or edit them in any way. They are simply .MOV files and they can be played on my Mac. Upon realizing how much memory it takes to work on videos, I decided it might be easier to burn DVD's on my husband's  new Dell desktop that came with Windows 8. I downloaded Quicktime as suggested and still the movies can't be added to Premiere.

  • How to add a file to an existing package programmatically in Acrobat 8?

    Hello
    Is it possible to add a file to an existing package programmatically in Acrobat 8? (embed a pdf file in a pdf package programmatically); If so, how should I do it?
    Thanks in advance,

    Finally, I found out how to add a file to an existing package programmatically by using JavaScript (function: app.execMenuItem("AddFileAttachment")). Thanks for your help Ironsenth. However, I need to specify the file to attach programmatically and I can't figure out how to do it.
    Could you let me know where I can find this information (what document to read)? Is there any parameters for the 'AddFileAttachment' method?
    Thanks in advance,

  • How to add music files from other hard drives

    how to add music files from other external hard drives??

    Not sure what you are trying to achieve.. You can copy the files to anywhere you like.. but the TC is a backup target for Time Machine.. it is not a media server.. it is totally useless copying your files to the TC as they will not be backed up from there.. TC has no built in backup and TM cannot backup network drives.

Maybe you are looking for

  • Error message while creation of material for wrong warehouse no

    dear all, i have assigned plant and storage location to warehouse no x,created the material for the same.our question is why the system is not showing warning or error message if we create the same material ,plant and stg location combination to a di

  • IPad won't sync with iTunes

    iPad with iOS 7.1.2 will not sync with iTunes 11.1.3 An error called (-50) accurs. Installation of 7.1.2 wiped my apps from the iPad

  • WIndow scrolling and refresh issues.

    I am having problems with intermittent window scrolling and refreshing. I noticed it first in Safari but I have confirmed it is happening in other applications as well. Typically I have no problems with window scrolling and refreshing. At times howev

  • HDMI monitor, detected as television, causing problems

    I have an Acer H233H monitor that is connected to a 2010 mini via HDMI. In display preferences it is detected as a television. This is causing problems with some games. The games will only let me choose 50hz refresh rates, when the desktop is running

  • ITunes Ratings Not Working

    I'm hoping that someone can help me troubleshoot and fix this issue. It appears that my iTunes ratings aren't working. I first noticed the issue when I went to create a smart playlist based upon my My Rating. Where the stars should display I have a b