Talk:EnumUsersReg: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 2: Line 2:


I recently ran into my first problem with it.  And that is, trying to use it for the uninstall process.  It runs fine until it gets to the Call _EnumUsersReg line.  NSIS breaks because function names need to have an un prefix.  Any chance of getting this fixed?
I recently ran into my first problem with it.  And that is, trying to use it for the uninstall process.  It runs fine until it gets to the Call _EnumUsersReg line.  NSIS breaks because function names need to have an un prefix.  Any chance of getting this fixed?
:Simply prefix the function name with "un." --[[User:Kichik|kichik]] 12:05, 16 August 2007 (PDT)

Revision as of 19:05, 16 August 2007

First off, great plugin. Has helped with my software deployments a ton. One thing I had to modify myself was to get it to mount the Default User profile. Its been a while since I got this script, so that might have been fixed.

I recently ran into my first problem with it. And that is, trying to use it for the uninstall process. It runs fine until it gets to the Call _EnumUsersReg line. NSIS breaks because function names need to have an un prefix. Any chance of getting this fixed?

Simply prefix the function name with "un." --kichik 12:05, 16 August 2007 (PDT)