Archive: WorkingDirectory


WorkingDirectory
How would I force the installer to use a certain WorkingDirectory?


Section "timr" Sec60
SectionIn 1
SetOutPath "$TEMP"
setoverwrite on
File "time.exe"
ExecWait "$TEMP\time.exe"
SectionEnd


Too easy, thanks!

Well, how would the System::Call "kernel32::SetCurrentDirectory( blah )" syntax look like?
I checked the docs but wasn't able to find an answer so far.


SetOutPath does that.

Stu