02-02-2007 03:08 AM
 
					
				
		
 waldemar.hersac
		
			waldemar.hersac02-02-2007 05:51 AM
@Splettstößer wrote:
The .exe-file won't work at all.
What does this mean? Do you see the FP of the toplevel VI? What says the log file which is created in the temp-folder of the user?
Have you taken into account that if you create paths starting with the "This VI path" function and "Strip path" you need another "Strip Path", e. g. <folder>\my.vi will get <folder>\my.exe\my.vi?
02-02-2007 06:45 AM
 MogaRaghu
		
			MogaRaghu
		
		
		
		
		
		
		
		
	
			02-02-2007 08:12 PM
 Arnoud
		
			Arnoud
		
		
		
		
		
		
		
		
	
			07-25-2007 09:36 AM
HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer
I expext this to be solved asap since a lot of users are looking for these posibilities.
With kind regards,
Arnoud de Kuijper
T&M solutions BV
 MogaRaghu
		
			MogaRaghu
		
		
		
		
		
		
		
		
	
			07-26-2007 02:15 AM
HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Common\Installer "
 Arnoud
		
			Arnoud
		
		
		
		
		
		
		
		
	
			07-26-2007 02:23 AM
 Joost Schouten
		
			Joost Schouten
		
		
		
		
		
		
		
		
	
			07-31-2007 03:01 AM
Hi Arnout,
I tried the register settings and in fact there was some action: The front panel of my application appeared! But after pressing a button the application disappeared without any error message. After copying the
"C:\Program Files\National Instruments\Shared" and "C:\Program Files\National Instruments\RT Images" folders the application still didn't function properly. Only the close panel (X on top of window) did work (handled by a event-handler in the application) worked, but all other user defined buttons made the application crash. Hopefully NI can give a solution for this problem....
At least thanks for your suggestions.
Kind regards,
Joost Schouten
 Arnoud
		
			Arnoud
		
		
		
		
		
		
		
		
	
			07-31-2007 03:07 AM
LabVIEW dll’s automatically register dll’s and add the following key:
 
HKEY_CLASSES_ROOT\CLSID\{36F5B0A5-2343-11D3-8CBF-0050049FD5AD}\InprocServer32
Key value: "C:\main\nicontdt.dll"
HKEY_CLASSES_ROOT\CLSID\{5B115901-387C-11d3-8CC3-0050049FD5AD}\InprocServer32
Key value: "C:\main\nicontdt.dll"
HKEY_CLASSES_ROOT\CLSID\{7E985DEE-3D20-11D2-A3EA-006008CA119A}\InprocServer32
Key value: "C:\main\nicontdt.dll"
HKEY_CLASSES_ROOT\CLSID\{81124122-34F7-11D3-B548-444553540000}\InprocServer32
Key value: "C:\main\nicontdt.dll"
HKEY_CLASSES_ROOT\CLSID\{97C81FAE-7A51-11D2-938C-00A02411EBE6}\InprocServer32
Key value: "C:\main\nicontdt.dll"
In my situation I saved my application in c:\main\*.*
I understand this is a limitation, but maybe this helpes you some more.
Greetz,
Arnoud de Kuijper
T&M Solutions BV
 cs42
		
			cs42
		
		
		
		
		
		
		
		
	
			07-31-2007 07:52 AM