Hi Jesse:

Trying to get things set up so your install scripts will run NSIS for me; 
trying to create an installer today in a VM was an amusing lesson in watching 
windows updater.

so far I have had some luck with ....

1) brew doctor (to make my env correct)
2) brew install wine
3) brew install winetricks

However using wine to install NSIS did not work:

$ wine install ~/Downloads/nsis-2.46-setup.exe 
err:module:DelayLoadFailureHook failed to delay load 
shell32.dll.SHGetFolderPathW
wine: Call from 0x7b82bdf2 to unimplemented function 
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address 
0x7b82bdf2 (thread 000b), starting debugger...
err:module:DelayLoadFailureHook failed to delay load user32.dll.DialogBoxParamW
wine: Call from 0x7b82bdf2 to unimplemented function 
user32.dll.DialogBoxParamW, aborting
winedbg: Internal crash at 0x7b82bdf2
wine: cannot find L"C:\\windows\\system32\\install.exe"

(don't suppose you can see what I have done wrong on this one ...)


I also note that NSIS is willing to run in a posix environment; and that home 
brew supports "makensis"

4) brew install makensis

Could the script be modified to use the mac version of makensis?

-- 
Jody Garnett

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to