|
|
#1 |
|
Junior Member
Join Date: Nov 2015
Posts: 2
|
Registry (regedit) work but not see
Hello guys, im at work now so i can paste the code. however i see a simple example on software NSIS, where i can for example open a notepad when log on on windows ad every start.
The code work But if i try to see on regedit the registry , there isnt!! why? |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
I don't really understand what the question is, please get help from some fluent in English to help you rephrase the question.
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Nov 2015
Posts: 2
|
Im so sorry. Im italian.
Quote:
The problem is, when i open regedit and check on HKEY_LOCAL_MACHINE Software\Microsoft\Windows\CurrentVersion\Run i cannot find that new reg However thanks for fast reply Anders |
|
|
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
NSIS is a 32-bit application and writes to the 32-bit part of the registry by default so check under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run if you are running a 64-bit version of Windows.
Use "SetRegView 64" if you need to the 64-bit part of the registry... IntOp $PostCount $PostCount + 1 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|