08-10-2010 07:30 AM
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.txthttp://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
08-11-2010 07:14 AM
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:
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
08-11-2010 08:50 AM - edited 08-11-2010 08:50 AM
If you posted the specfile that you generated (nisuite.xml) -- that might be helpful in debugging...
Regards,
- Wes
08-12-2010 03:59 AM
I checked the DEP and it is set for essential windows programs and services only.
Attached is the xml code
08-12-2010 08:57 AM
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
08-13-2010 01:37 AM
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.txthttp://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
08-13-2010 09:22 AM
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