09-12-2008 06:47 AM
I have created the project folder, in that i have add the dll files in to it. I have to create the installer for that project. when i install this in other machine i have copy the dll files in that windows\system32 folder.
is it possible?
Thanks
Alagar
09-12-2008 09:32 AM
You can add those files to your project and the files should be copied to the "Support Directory". You can change the support directory if you need to. Or, you can provide a batch file and simply indicate in the installer to run the batch file after installation (in the "Advanced" page).
Normally DLLs that a project uses are stored within the project's directory structure for clean install/uninstall. Is there a reason why you're putting these DLLs into a user's windows\system32 directory?
09-15-2008 02:04 AM
hi smercurio,
I need this dll to make the sysytem to print some of the documents using printer... for that i have to add the dll files in to system32 folder...
In project where i can find that support directory?
09-15-2008 06:50 AM
09-15-2008 09:39 AM
Alagar wrote:hi smercurio,
In project where i can find that support directory?
This is defined in the Destinations tab. Please check the LabVIEW Help for a full explanation on how to build applications.
09-15-2008 11:22 PM
thanks,
Alagar