Increased Installer Size in LabVIEW 8.5

I have an installer for an application I wrote in LabVIEW 8.5.1 that includes nothing but the application itself and the LabVIEW RTE.  It used to weigh in at ~75 MB, but since I installed LabVIEW 2009 the installer now takes up ~115 MB.  I poked around some and it appears as though some of the extra space is being used to include 64-bit compatibility, but is there anything else going on here?  Can I set any options to reduce the size to something closer to the original or is this something I'm stuck with?
Message Edited by Casey May on 09-03-2009 02:12 PM

Did you test that on a machine where no LabVIEW 2009 was installed?
When I build a LabVIEW installer in 8.5 on a machine where only LabVIEW versions up to 8.6 are installed I get a size for the installer volume of about 69MB (and everytime I do a build, also a prompt to insert the disk drive from which I installed the LabVIEW 8.6.1 update!)
What I guess happens here is that LabVIEW 2009 installs various shared component installers onto a machine that get picked up as dependencies by earlier LabVIEW runtime installers. For me this is not an big issue as long as this causes no problems when installing, due to binary incompatibilities between component versions.
Rolf Kalbermatter
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • How to increase the size of acquisition window in C++ code

    Hi,
    I am using PCI 1405 to continuously acquire video images from vcr playback.
    I tried to make use of the OnGrab function provided in the sample files, and included this function into my C++ application, without using LabView.
    However I have difficulties increasing the size of the acquisition window (the maximum seems to be 640 by 480) using the api functions of the niimaq.h.
    Thanks a lot.
    Best regards
    I

    EDIT:  I noticed that you already posted the question in the appropriate forum..
    Message Edited by JoeLabView on 10-22-2007 07:56 AM

  • How to increase database size actually in my company use MSSQL

    Hi Expert,
    Can any body tell me how to increase database size actually in my company use MSSQL but i dont know how to increase DB size. in MY PRD system it shows-
    Data Files
    No. of files-4
    Total size(MB)-79,840
    Alocated MB-79,825(99.98%)
    Free MB-15(0.02%)
    LOG
    no of files-1
    total size(MB)-2385
    alocate MB-16
    free-2342
    recovery model-Full
    Reuse wait resion-NOTHING
    Now What i do give me suggessin
    Thanks In Advance

    Hi,
    you don't have to stop your database to increase the file size - it's an online operation. If you are more familiar with SQL code here is what you have to do:
    use <SID> /*Put your database name here, e.g. PRD*/
    go
    select file_id, name, physical_name, size
    from sys.database_files
    where type_desc = 'ROWS'
    In the resultset you will find a column called 'name' - that are the logical file names that we need for the increase. If you have a standard installation the names should look like <SID>DATA{1-4}. Next step ist the actual increase of the files:
    /*Replace <SID> with your DB name*/
    alter database <SID> modify file(name='<SID>DATA1', size=25GB) /*25GB ist just an example*/
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA2', size=25GB)
    alter database <SID> modify file(name='<SID>DATA4', size=25GB)
    Thats it. If you run the first statement again, you will see that the filesize has been increased. You can also check on  filesystem level.
    Regards,
    Sven

  • Increase point size on XY graph

    I am using an xy graph as feedback for test subjects who are doing a tracking task in an MRI scanner. The plot displays two points using a cirlce for one and square for another. The standard sizes available on the legend line width options result in points that is too small. Is there a way to increase the size of the points beyond the largest line width?
    Many thanks,
    Rebecca

    Yes, you need at least 8.0.
    You could draw circles explicitely, e.g. a described here:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=230552#M230552
    You would still need to tap a few property nodes (draw area size, axis ranges, etc.) to make sure they are always circular.
    LabVIEW Champion . Do more with less code and in less time .

  • Increasing partition size for windows

    can i increase the size of my windows partition with bootcamp?
    i installed windows at first just so that i can use some of the program and files that runs on windows. And i thought since i was going to format that partition in the FAT way then i can access files on OS X. But after the installation of windows i realize that i'd have to go to OS X and drag that file into the windows partition and then restart in windows to use them. And now it's too late (or not if you guys tell me that i can increase its size) because i've only gave the windows partition 5 GBs of capacity and after installation only 1.7 GBs is left free. What if i want to watch a movie i downloaded that is 2 GB in size? i can't possibly drag that into my windows partition after i downloaded it with OS X because it will be too big for it. What can i do now?

    I believe you have to go back to the original mac partition and start from there. Just like it was a new set up of boot camp.
    TTFN
    Doc

  • For which display size is Labview 2012 optimized?

    Hi, 
    I have a lap top with a high resolution (1920x1080). After I installed Labview2012, on some of the dialog boxes, ex. Tools->Options (see attached image) not all text is shown completely.
    Also, when I opened VI designed for a lower resolution display I get overlapping on labels and controls.
    Can anyone tell me if this is due only to the display resolution or also the Labview? And to what display size is Labview2012 optimized?
    Regards
    Solved!
    Go to Solution.

    It looks to me like you've set windows fonts to Large, casuing labels to increase in size.
    From LV 8(?) to 2009 (or is it a windows thing?) the standard font increased from 14 to 15 causing some mess in block diagrams.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • Delete group increase file size

    In LabVIEW I create a TDMS file using DAQmx Configure Logging.  Since my users want to control when data is being written to the file, I make use of the Loggingause property.  Very often two groups of data are created in the TDMS file; one containing a few points (less than 20) and one containing the desired data (10000+ points).  In DIAdem, if I delete the small group and save the file with a different file name, the new file size increases about 4 times in size.  Why does this happen?  I would expect the file size in reduce by a small amount, but definitely not increase in size.  I'm using LV 2012 SP1 and DIAdem 2011.

    When using DAQmx Configure Logging to write data to TDMS files, the data is "raw data" directly from DAQ device, TDMS file format is specially desgined for this case to store the "raw data" so that the file size is smaller and the performance can be improved. When using DIAdem to delete some data and save the file, the new saved TDMS file actually stores normal data instead of the "raw data" so that the file size can be much larger than before.

  • Can I increase swap size by just adding a swap file for permanent?

    Hello,
    I am doing installation of oracle 11gR2 database on Linux.
    the swap area size is not enough. so can't go thought OUI's pre-system check before installation.
    the system administrator says, he really feel hard to find out any free uppartitioned disk space for adding more to current swap.
    he wants me to see if he can add a swap file (rather than an entire device/partition) for swap space.
    I checked docs:
    How to Create a Swap Device on Enterprise Linux [ID 432991.1]
    it says,
    "If no free, unpartitioned disk space exists, a swap file (rather than an entire device/partition) can be used for swap space as a *temporary*"
    but why temporary? why not permanent (I don't want to have trouble in future) is there anyone can help me to confirm?
    Thank you very much in advance.

    995137 wrote:
    HI Osama,
    thank you for answering.
    To my understanding, there should be no harm for database in future, f we increase swap size by adding a swap file, right?
    many thanks !!!Right!
    add another swap file

  • Need some Idea for my final year project to increase buffer size

    hi...i need some idea from someone to give some idea, advice or some excersice/toturial about " how to increase buffer size" on my final year project, i have try find the solution..but it's still have problem on my oscilloscope.VI. I was design my final year project using LabVIEW 8.6 and now i state my design for someone to refer my project.
    Thank You  
    Attachments:
    Oscilloscope A.llb ‏166 KB

    Don't know if this is what you're searching for, and I don't know if there is such a function in LV 8.6, but I'm using LV 2010 and under DAQmx Pallete, you go to "Advanced Task Options", there is a function "Configure Output Buffer", in which you can configure the buffer size you want.

  • I use iwires to connect macbook to lg tv to watch netflix.How do I increase screen size on tv.I have tried display options on settings- not working

    I use iwires to connect macbook to lg tv to watch netflix.How do you increase screen size on rv.I have tried display settings ,but not working

    I would guess that the HDMI port on your mac is for output only - no input, and that's what your'e attempting to do when you attach the mac to your xbox. I looked in Mactracker and it lists the HDMI port as video output for both the 13" Retina MacBook Pro and the 15" Retina MacBook Pro (your post didn't say which one you have), so looks like that is the issue..

  • In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    In mail, how do you increase font sizes in a reply.  Cannot find things like "underline", "italic" etc either.  Where are they?  Entourage was easier!!

    Preferences/Compsing/set to Rich Text (only then you can use bold etc).
    Then Rightclick the toolbar in Mail, and clcik Customize the toolbar.
    Put the icons (with or without text) that you want on your toolbar.

  • Bold chars & increase font size in ALV Top of Page - OOPS

    Hi,
    I am using ALV OOPs to display my data.
    I am splitting the container and using top container to display headings in following way:
    data:   top TYPE REF TO cl_dd_document
      CREATE OBJECT top
        EXPORTING
          style = 'ALV_GRID'.
      lv_fontsize = cl_dd_document=>large.
    lv_text = 'HEADING'.
      CONDENSE lv_text.
      CALL METHOD top->add_text
        EXPORTING
          text         = lv_text
          fix_lines    = 'X'
          sap_fontsize = lv_fontsize         "cl_dd_document=>large
        CHANGING
          document     = cv_top.
    But the heaidng is not displayed with high font size and is similar to the text with cl_dd_document=>medium
    How can I increase font size of heading.
    Thanks!

    Hi Vasu,
    Use SAP_STYLE parameter in the method.
    Value will be HEADING or KEY.
    Regards,
    Amitava

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • Hi Thanks for 4.0. It runs much faster on my Mac, however, it no longer works to zoom in all of my web pages. I use to be able to use my finger pad to increase the size of all of all pages. Thanks again.

    Hi Thanks for 4.0. It runs much faster on my Mac, however, it no longer works to zoom in all of my web pages. I use to be able to use my finger pad to increase the size of all of all pages.
    Thanks again.
    PS Are you working on a version for the iPad and iPhone with Add Blocker? That would be great!

    Here are some zoom add-ons which might provide a workaround:
    [https://addons.mozilla.org/en-US/firefox/search/?q=image+zoom&cat=all&x=0&y=0 Image Zoom]
    As regards your question about iPad and iPhone, you'd be better off posting that question here: [https://forums.mozilla.org/addons/ Mozilla Add-ons Forum]
    P.S. ''Apologies for not responding earlier''.

  • I used to be able to increase the size font of the persons name sending me an email or text message.  I have an iphone 5 and can no longer do that.  Help!

    I used to be able to increase the size font of the persons name sending me an email or text message.  I have an iphone 5 and can no longer do that.  Help!

    Just the name? Don't ever recall that being a feature. However, for Mail and Messages (and a few other apps): Settings app > General > Text Size

Maybe you are looking for