LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview 9 silent install crashes

Hello,

I'm trying to make a silent install of labview 9. I've created a specfile and when I then enter setup.exe /applyspecfile "nisuite.xml" /q /acceptlicenses yes

It starts the setup.exe, but then bombs out with the error "setup.exe has stopped working"

I'm doing my inital testing on a windows 7 virtual machine.

Here are the problem details:

 

Problem signature:

Problem Event Name: APPCRASH

Application Name: setup.exe_unknown

Application Version: 2.7.0.346

Application Timestamp: 4a324fed

Fault Module Name: ntdll.dll

Fault Module Version: 6.1.7600.16385

Fault Module Timestamp: 4a5bdadb

Exception Code: c0000005

Exception Offset: 00056cd6

OS Version: 6.1.7600.2.0.0.256.4

Locale ID: 2055

Additional Information 1: e8ad

Additional Information 2: e8adce1c2b9e7be834b4063ac3c53863

Additional Information 3: e8ad

Additional Information 4: e8adce1c2b9e7be834b4063ac3c53863

Read our privacy statement online:

 

If the online privacy statement is not available, please read our privacy statement offline:

 

 

 

Thank you for any help offered.

C:\Windows\system32\en-US\erofflps.txt
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

 

0 Kudos
Message 1 of 7
(4,063 Views)

Hi!

 

This is most likely caused by the Windows Data Execution Prevention (DEP) security feature. If this feature is activated and the LabVIEW EXE you built is not set as an exception, it may cause the above errors or just prevent you from opening the application.

You can check if Data Execution Prevention is activated by doing the following:

  1. Right-click on My Computer and choose Properties.
  2. Click the Advanced tab.
  3. Under the Performance section, click Settings.
  4. Click the Data Execution Prevention tab.
  5. Check to see if DEP is activated for essential Windows programs and services only, or for all programs except those you select.
  6. If DEP is on for all programs, either change it to be on only for Windows programs and services, or add an exception for your new EXE.


The errors and crashes should stop occurring once an exception is made for your application or you choose to use DEP for only essential Windows programs and services.

 

Let me know how things are going!

 

Regards,

 

Matteo

0 Kudos
Message 2 of 7
(4,051 Views)

 

If you posted the specfile that you generated (nisuite.xml) -- that might be helpful in debugging...

 

Regards,

- Wes

0 Kudos
Message 3 of 7
(4,044 Views)

I checked the DEP and it is set for essential windows programs and services only.

 

Attached is the xml code

 

0 Kudos
Message 4 of 7
(4,016 Views)

 

Something went wrong with posting or generating nisuitetxt.txt, as it only contains nulls?  Try generating the specfile again - it should just be an XML file. I wouldn't worry about DEP at this point -- the installer shouldn't ever trigger it...

 

Regards,

- Wes

0 Kudos
Message 5 of 7
(4,006 Views)

Hi,

thanks for you help. I really appreciate it. Now when I try and recreate the nisuite.xml file it crashes!!

Here's what I get:

 

Problem signature:

Problem Event Name: APPCRASH

Application Name: setup.exe_unknown

Application Version: 2.7.0.346

Application Timestamp: 4a324fed

Fault Module Name: ntdll.dll

Fault Module Version: 6.1.7600.16385

Fault Module Timestamp: 4a5bdadb

Exception Code: c0000005

Exception Offset: 00056cd6

OS Version: 6.1.7600.2.0.0.256.4

Locale ID: 2055

Additional Information 1: e8ad

Additional Information 2: e8adce1c2b9e7be834b4063ac3c53863

Additional Information 3: e8ad

Additional Information 4: e8adce1c2b9e7be834b4063ac3c53863

Read our privacy statement online:

 

If the online privacy statement is not available, please read our privacy statement offline:

 

 

 

thanks,

C:\Windows\system32\en-US\erofflps.txt
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

 

0 Kudos
Message 6 of 7
(3,990 Views)

 

That is also a bit odd, perhaps there is something wrong with that machine? Could you try generating the specfile on another computer? If that also crashes, please post the command-line that you are using, and also the exact steps that lead up to the crash.

 

Regards,

- Wes

0 Kudos
Message 7 of 7
(3,984 Views)