Prev Previous Post   Next Post Next
Old 16th July 2005, 22:27   #1
Comperio
Major Dude
 
Comperio's Avatar
 
Join Date: Jan 2005
Location: Oregon Coast
Posts: 737
NSIS Help - what's the meaning of this?

I was browsing the NSIS help files looking for information about installer (and uninstaller) error levels.

I found this example of how to get the error level of an uninstaller by simulating the TEMP file copy like so:

code:

CopyFiles $INSTDIR\uninstaller.exe $TEMP
ExecWait '"$TEMP\uninstaller.exe" _?=$INSTDIR' $0
DetailPrint "uninstaller set error level $0"



What I don't understand is the purpose for the "_?=$INSTDIR" in the command line (shown in red above). I've searched the manual and the forums but haven't found anything on this. Can someone please elaborate?
Comperio is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump