LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Virtual instrument to installer

Hi every one,

 

                My requirement is to convert my labview VI to installer,When I do this Iam getting errors,Can u please suggest the right procedure for convertion

0 Kudos
Message 1 of 5
(2,834 Views)

You should start by telling more about your approach. What version of LabVIEW do you use? Did you create an executable or source distribution before trying the installer?

 

thanks,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 5
(2,829 Views)

Hi,  Iam using labview 8.6yes i have created an exe file for the labview VI and then added this exe file in source files and then build,Iam getting the errors as shown

 

CDK_CreateNewWizard_Invoke.vi.ProxyCaller >> CDK_CreateNewWizard_Invoke.vi >> CDK_InstallerConfiguration_Editor.vi >> CDK_Build_Invoke.vi >> CDK_Engine_Main.vi >> CDK_Engine_Build.vi >> NI_MDF.lvlib:MDFBuildDist_Build.vi


Loading product deployment information
Loading product deployment information
Loading product deployment information
Loading product deployment information
Adding files to installer
Done adding files
Preparing to build deployment
Copying products from distributions
Building deployment
Copying setup files
Setting merged database information
Setting product information
Setting developer part information
Starting final build
Validating...
Copying files...
Updating files...
Creating merged database...
 
**************
*** Error: Windows SDK function returned an error. (Error code -12)
*** End Error Report
**************
 
Done building deployment

0 Kudos
Message 3 of 5
(2,825 Views)

Sadly, your attached project does not contain a build script for the installer.

Did you create the EXE sucessfully (so actually run the EXE-build script)? Is the EXE executable on your development machine?

Does this error occur for all installer build scripts on your machine?

 

It seems to me that the error occurs when doing some post-processing stuff with the merge modules. What drivers do you include in the installer?

 

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 4 of 5
(2,814 Views)

Thanks for your reply,Ya I included the build script now,I have not included any drivers,Please check it now

Download All
0 Kudos
Message 5 of 5
(2,808 Views)