Create installer with source files

Hello
I have a word search game and i have a dictionary and  the VI create one file with "last scores". I want to creat installer which indclude this files when im setup in another computer without labview. 
Thank you!
Solved!
Go to Solution.
Attachments:
kotprog v1.1.vi ‏2864 KB

First of all, you need to be using a project.  The project should include any source files and any other files you will want to include in your installer.
Then you create a build specification for an executable.  Once that is built, make a build spec for the installer.  The installer should include any NI compenents you may need to run your program (like the Run-Time Engine).  You can also specify where files will be installed..
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • Can Packagemaker create installer with content files outside the bundle?

    I'm trying to create an installer with Packagemaker, but the content files need to be outside the final bundle because they're shared with a Windows installer.
    I thought I could create a symbolic link to the external folder, but instead of linking from the installer, it copied the files into the bundle. Any idea how to do this, or if it's even possible? I need to be able to do this on 10.3+, if that's relevant.
    (I can give a more specific scenario if this isn't clear enough)
    Thanks!

    zekel wrote:
    The main issue I'd be worried about is that the external files (which are quite large) won't have the appropriate progress bar. The external files are around 1GB, while the internal files are in the 30MB range.
    How about installing a secondary installer with progress bar that copies these files from the correct location. Your postflight script can just kick off the newly installed file copier.
    How's this sound for a hack...
    Have a launcher script copy the installer to /tmp, then modify the package to point my files. (I'm installing from read-only media.) It would then open the modified installer which would pull my files from the DVD. This would probably work better (read: at all) if the files aren't compressed inside the package. Do you know if that's an option?
    No, sorry. The internals of a package are quite specific. You need PackageMaker itself to build them.
    Things like the receipts are non-essential at this point, only because if I can't get this to work then we will continue to use our terrible installer which leaves none of those things. Those shouldn't be too much trouble if I can get the rest to work.
    There are some 3rd party installers like Installer VISE. The sad part is that they tend to make the MacOS X Installer look good.
    If the guy responsible for that is interested I'll show him Inno Setup, but we have a working Windows installer, so he probably won't want to mess with it.
    I agree, but tell him about it anyway. The next time you have to build a Windows installer, he could use Inno Setup and get it done in a couple of hours and then have time to help with the mess that is software deployment on MacOS X.

  • Problems working with source files

    Just downloaded the new 1343 release. Really like the product. But ... working with source files in SQL Developer is my worst nightmare. When I open a source file either from SQL Worksheet or from File/Open menu my PC freezes for an extended period of time. CPU utilization shots up to 100% and stays this high until the tab is open. I am on Windows XPSP2. Help!!!.

    We have reproduced your issue. If I open a large plsql program from the main SQL developer window (File Open) option it opens in a second or less. If from within the SQL worksheet, i right click and do a file / open on a small file it open in a second or less. If I right click in the SQL worksheet and do a file/open of a larger plsql program it appears to hang SQL developer.
    We are looking into the issue.
    Thanks,
    Mike

  • Creating installer with office toolkit 1.1.1 and labview 8

    HI All,
    I am developing a large application with labview 8 and office toolkit 1.1.1 installed.
    We need to make an installer to distribute our application to all of
    our contractors (hundreds of them) for direct them in methods of
    procedure during construction, conformance reporting, inspection and
    test plan reports and finally uploading data gathered during
    installation and testing to our network assets database.
    I have successfully programmed the code in Labview 8 and have the
    report generation functioning satisfactorialy, but when i create the
    executable, i get the following message when trying to generate a
    report:
    Error 7 occurred at Open VI Reference in New Report.vi->PrintWordReport.vi->Compile MOP.vi->COAT_Top Level.vi
    Possible reason(s):
    LabVIEW:  File not found. The file might have been moved or
    deleted, or the file path might be incorrectly formatted for the
    operating system. For example, use \ as path separators on Windows, :
    on Mac OS, and / on Linux.
    NI-488:  Non-existent board.
    VI Path: C:\Documents and Settings\John\My Documents\NATIONAL
    INSTRUMENTS\COAT\builds\COATAppBuildScript2\My
    Application\Application.exe\Word_Open.vi
    Built Application or Shared Library (DLL): Make sure all dynamically loaded VIs were properly inc
    Fair enough..... i consulted the toolkit manual which said that i need
    to include the following llb's in the source file in the builder: "
    _exclsub.llb and _wordsub.llb.
    When i include these llb's in the top level folder in the project
    window and try to build the exe again, i get the following"The file
    already exists in the destination.
    C:\Program Files\National Instruments\LabVIEW 8.0\vi.lib\addons\_office\_wordsub.llb
    BUT my destination directory is in the "my documents" folder, not in the above path!!!
    What is going on?????
    Problems part II ---
    in the toolkit, there are different excel and word llb's for each different version of office.
    This application has to distribute to many different computers, each with different versions of office.
    How do i include the correct llb's for the correct version of office for every PC?
    Any help would be greatly appreciated.......
    regards
    John

    Hello John,
    I. How are you adding the support files? Are you adding them when creating the executable in the source files configuration page of the build script, and if so are you marking them as dynamic VIs?
    II. That’s a tough one. Since the ActiveX structure changes from one version of office to the next it would be difficult to create one executable that will work on all versions. Currently you need to have the same version on your dev machine as you do your target. Sometimes you can get away with not having the exact same version if you are only doing very generic things and the ActiveX structure hasn’t changed for those things between versions, but that is a little risky. It may be a good idea to build a couple of versions of your VI for the two or three most recent versions of Office
    Regards,
    Chris J
    Why Won’t My LabVIEW Built Executable Work With Microsoft Office 97 if I Developed the Code on a System with Microsoft Office 2000?
    http://digital.ni.com/public.nsf/websearch/D4D32D45EAD5830186256BD800506A41?OpenDocument
    Error 2146959355 When Running Exe on Machine With Different Version of Office
    http://digital.ni.com/public.nsf/websearch/83211E3A088D0C3786256DB700621FE8?OpenDocument
    Error 7 WhenBuilding Applications and DLLs That Use the LabVIEW Report Generation Toolkit
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/86256a47004e16d186256a84004cb883?O...

  • Create installer from exe file not a vi or llb

    In LV 5.X one could create a distribution kit from a exe file. Can this be done in LV 6.1? I want to create my exe file, then do some alteration too it and then create an installer for the modified exe.

    Open the VI project\install.llb\Install Build Installer.vi. This VI is automatically called by the builder to create installation files.
    You can put this VI on "Pause" to allow you to modify the executable before the installer bundles the files for installation and resume execution thereafter.
    You can also simply let its FP open, let it run as usual and rerun it with the same FP controls values after your modifications are done.
    LabVIEW, C'est LabVIEW

  • Problem Creating PDF with Multiple Files in Pro. 7

    I'm using Adobe Acrobat Professional 7 on a computer with Windows XP.
    The problem is that when I try to create a PDF with multiple files everything just suddenly stops. There are 75 files involved and when it gets to around 41 or so (don't know the exact number because I turned away from my computer for just a moment), it just stops. There are no error messages; nothing. Just a blank Acrobat screen.
    Last week I had a different problem which was resolved by an uninstall/reinstall and I was able to create the PDF with those exact same 75 files, but after the PDF was created I realised that some changes needed to be made. I dumped the PDF, made the appropriate changes and left it for the weekend. Today I the new problem has arisen.
    Any ideas what the problem might be?

    I've read many discussions about Acrobat and problems with server files, with the general solution being what you are doing... copy the files to a local hard drive

  • Create folder with multiple files (was: folders)

    Can you create a folder with multiple files and direct the page to go to the folder and then the reader can select the file they wish to choose?  Example  Council Mintes Folder with a file for each set of minutes.  The hyperlink would open the folder and then the reader would select whch set of minutes they'd like to see.

    You may not have access to it depending on your hosting company and  plan, but if you did have the ability to change it you'd normally do it in the admin area of your hosting account which would update the proper files on your server.
    You may also be able to do it manually, but the "how to" depends on the server type you are running.
    EDIT: I'd still suggest using a server script (like the PHP I linked to) because the look of a directory with browsing turned on is pretty ugly and can't be changes since it's not a page on your site. With the PHP I linked to, you could have an actual page for your links, complete with your site's design, that simply lists the files from the specified directory. It's very simple to set up if you have PHP on your server.

  • What do you do with source file after edit and export

    Hi
    i wounder what people do with the source file after edit, they are taking up a lot of space on my computer. I can hardly bring myself to delete them, but neither can i save them, beacuse of space on Hdd. have thought of, only export those clip you have used in your timeline, uncompressed?

    Hi,
    i wounder what people do with the source file after edit, they are taking up a lot of space on my computer. I can hardly bring myself to delete them, but neither can i save them, beacuse of space on Hdd.
    If you don't need them at all, you can delete them. People usually store them in external drives if they need them.
    have thought of, only export those clip you have used in your timeline, uncompressed?
    Didn't really get this part. Do you mind explaining this?
    Thanks,
    Rameez

  • Creating installer with dsc module

    Hi all,
    iam using dsc module SPC TOOLS for my project while creating installer what are the additional installer i have to select ?
    kavitha
    kavi

    karpaga wrote:
    Hi partha,
    I select the ni enhancement dsc deployment support for labview 8.6 in additional installer page.
    Yeah, I completely forgot to mention this.
    - Partha
    LabVIEW - Wires that catch bugs!

  • LV 7.1 - How can I use installer to create folder with its files included w/o adding each file?

    I have several files to place in folders created by the installer. Can't seem to see how I can avoid adding each file individually at build time. Is there an easier way to do this? Simply "adding" a folder would be a solution.
    Thanks
    Fran

    Fran,
    I believe this question is directly addressed in this online Knowledgebase.
    Kind Regards,
    E. Sulzer
    Applications Engineer
    National Instruments

  • Unattended cucm installation with answers file

    Hello guys,
    I'm trying to understand how to master the CUCM answer files as well as the ASG tool. I didn't find any thorough docs around so I'm gonna ask here:
    1) In my opinion it should be possibile to have a cluster setup Pub+Sub without adding the second node to the PUB first through the web interface. Is it enough to enable the Dynamic Cluster Config option in the answer file in order to have the second node joining the first one?
    2)What if during the installation I also want to apply a patch? In my opinion should be supported using the following section of the xml file:
    <ParamNameText>Install or upgrade type</ParamNameText>
    <ParamDefaultValue>basic</ParamDefaultValue>
    <ParamValue>Basic Install</ParamValue>
    </InstallType>
    Changing the param value to: Applying a Patch but I cannot manage when to mount the floppy image because if you mount it too early it will proceed with the installation without upgrading even if you choose the skip button in the wizard and click on I want to install a patch
    3)Last but not least: how should I use the clusterConfig.xml? W/ o w/out platformConfig.xml?
    4)It's clear to me how to create the .vfd image. I already went through the CUCM official guides without success as well as the help associated with the AWG tool.
    Look forward to your answers, thanks for your time!
    Lorenz

    Hi,
    If an unsigned or invalid boot-critical device driver is installed on an x64-based computer, the computer will not boot. The unsigned or invalid boot-critical device driver
    will cause a Stop error.
    If you trust this driver and trying to install this unsigned driver, use /ForceUnsigned to override the requirement that drivers installed on X64-based computers must have
    a digital signature. For example,
    Dism /Image:C:\test\offline /Add-Driver /Driver:C:\drivers\mydriver.INF /ForceUnsigned
    The related KB:
    Understanding Device Drivers and Deployment
    http://technet.microsoft.com/en-us/library/dd744517(v=ws.10).aspx
    Signing Device Driver Packages
    http://technet.microsoft.com/en-us/library/cc771511(v=ws.10).aspx
    Add and Remove Drivers Offline
    http://technet.microsoft.com/en-us/library/dd744355(v=ws.10).aspx
    More information:
    Cross-Certificates for Kernel Mode Code Signing
    http://msdn.microsoft.com/en-us/library/windows/hardware/dn170454(v=vs.85).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CREATE DATABASE with data file and log file in query pane

    Hi everyone, 
    After I ran the below code I got the following error message. Can someone help me fix this?
    Thanks
    CREATE DATABASE project
    ON
    (Name= 'project_dat',
    FILENAME ='C:\project.mdf',
    SIZE = 10,
    MAXSIZE = 100,
    FILEGROWTH = 5)
    LOG ON
    (NAME = project_log,
    FILENAME = 'C:\project.ldf',
    SIZE =40,
    MAXSIZE = 100,
    FILEGROWTH = 10);
    Msg 5123, Level 16, State 1, Line 1
    CREATE FILE encountered operating system error 5(Access is denied.) while attempting to open or create the physical file 'C:\project.mdf'.
    Msg 1802, Level 16, State 4, Line 1
    CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
    skilo

    Hello ,
    Please go through by support site :
    Use SQL Server Enterprise Manager
    Note The instance of SQL Server Enterprise Manager that is included with SQL Server 7.0 does not support setting the default data directory and the default log directory. However, you can register your instance of SQL Server 7.0 in the instance
    of SQL Server Enterprise Manager that is included with SQL Server 2000, and you can then follow these steps to set the default data directory and the default log directory for your instance of SQL Server 7.0.
    Click Start, point to   Programs, point to
    Microsoft SQL Server, and then click Enterprise Manager.
    In SQL Server Enterprise Manager, right-click your instance of SQL Server, and then click  
    Properties.
    In the SQL Server Properties (Configure) - <Instance Name> dialog box, click the
    Database Settings tab.
    In the New database default location section, type a valid folder path in the
    Default data directory box and in the Default log directory box.
    Click OK.
    Stop your instance of SQL Server, and then restart your instance of SQL Server.
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • Build Installer with include file 2009

    Does LV 2009 let you include files, i.e. *.doc or *.txt, in the installer build? I almost certain this was possible in LV 8.*. I don't see where I can add files outside of source code. I can only add directories...
    Solved!
    Go to Solution.

    Oh gee thanks, stupid me. I'll try that....
    Thanks

  • Webcenter suite products installation with image file

    Hi,
    I am looking for any easy installation of webcenter suite for learning purpose which includes installation and default configuration of webcenter portal server, spaces, Oracle content server, OAM, DB with required schemas etc. Is there any image file available which gives pre-configured environment?

    I am looking for hardware configuration. Please refer the below thread for details.
    Required hardware configuration for Webcenter suite installation.
    Edited by: Chandramouli on 11 Jun, 2012 12:22 AM

  • Creating DVD with PDF files and web links

    Hi all, first I'd like to say that these forums are a big help. I've spent DAYS scouring through topics learning. Of course, I know this opens it up for someone to post a link to a thread where my question has already been answered. Unfortunately, I haven't been able to find the specific help I need and would like to open a dialogue with experts.
    I am creating a marketing DVD for a product. We produced a video for it, but the client also wants the audience to have access to a large amount of research in this specific field. This exists as PDF files and links to websites.
    His previous Marketing CD was just that, a CD made with FileMaker and had the files and links and only worked in PC computers. I do not want to go back in that directions.
    I want to make an informative DVD with the video and a few pages of selling points and cool tricks (I discovered multilayered menus working on this!) for those viewing on TV or Computer, and then an option for Computer users to click for more info.
    How do I put PDF files on the disc and how do I put web links on there?
    Thanks,
    Byron

    DVDSP uses a tool called DVD@Access. It enables a user to link to URL and call such documents as pdfs. The problem is that its never was reliable - especially on the PC side of things.
    There have been many of posts in the last 2 days about its use. Do a search and you'll see.
    DVD was not designed with the web in mind - it was conceived long before that time. linking to "outside" documents requires a third party tool to take over.
    Just beware! - in fact if your client came to me I would refuse to do the job. I've seen the problems that exist doing work like this especially if your distributing to a large audience with different OS sets ups. If one of the users has Vista you can forget about it working at all.
    My suggestion would be to design a menu that tells the user the file paths to your pdfs or URLs on the disc.

Maybe you are looking for

  • How to get started with iTunes/iMatch

    I am trying to import my library of 3000 mp3 songs into iTunes/iMatch/iCloud. I have subscribed to iMatch. The problem is that there doesn't appear to be any guidance about how to do this, what the difference between iTunes, iMatch, and iCloud is, wh

  • Material attachment list

    Hello, I want to get the attachment list for a material. There are classes available to the attachemtn list as popup but I want to get this value in an internal table. Can anyone help. Thanks in advance Ramesh

  • APSDAEMON.EXE w/message that MSVCR80.DLL is missing

    iTune will not open and I receive a message about APSDAEMON.EXE and the message states that MSVCR80.DLL is missing.  Any ideas how to rectify?

  • Get project description of project template in cProjects

    hi, 1. first a general question: where are project descriptions stord (which db)? the table DPR_PROJECT doesn´t contain the project description 2. is there a chance to get the project description (String) from a project template? where are these temp

  • Encrypt memory card data

    How can I encrypt files on memory card so if phone is stolen data can't be read? Using  device encryption is useless, I think. Is password encription the only way? Many thank, Bye Tom