Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I packed my app with NSIS.
The code is below:
ReadRegStr $0 HKEY_LOCAL_MACHINE SOFTWARE\NSIS ""
IfErrors error_32  done_Exist

these code work well.

ReadRegStr $0 HKEY_LOCAL_MACHINE SOFTWARE\jjjj ""
IfErrors error_32  done_Exist

these code work wrong.

The NSIS and jjjj are all existence. Why are they different?

If you want to solve it please try it. If your don't have the same problem please tell me.


thanks!
---jon Wu
Posted
Updated 3-Mar-11 4:08am
v4
Comments
Henry Minute 3-Mar-11 10:09am    
You might get a quicker answer if you ask in the NSIS support forum at http://nsis.sourceforge.net/Support
:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900