12-01-2010 03:26 AM
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
12-01-2010 03:54 AM
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
12-01-2010 04:10 AM
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
12-01-2010 04:44 AM
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
12-01-2010 05:44 AM
Thanks for your reply,Ya I included the build script now,I have not included any drivers,Please check it now