|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Dec 2009
Posts: 1
|
I have a NSIS installer, and at the end of the program when I click to close it, I get the following dialog:
<<< setup.exe - Application Error The instruction at 0x77b6054b referenced memory at 0x005487d0. The memory could not be written. Click on OK to terminate the program OK >>> The only custom functions I'm using are ReadCustomerData and one I wrote to write a config file into %APPDATA%/MyCompany/.config Sometimes when I run this, the .config file never gets created. Other times (on a Windows 7 machine), inside the "C:\Users\Mike\AppData" directory I've found a "RoamingMyCompany.config" file (the directory should have been "C:\Users\Mike\AppData\Roaming\MyCompany\" with a ".config" file) Any idea what could be causing this? Thanks! Mike code: |
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Looks like a registered DLL that doesn't really finish its job when it says it does.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|