blob: 1b24c0c41b7f853275338d4a683269dc57f773a0 (
plain)
1
2
3
4
5
6
7
8
|
Function .onInit
${If} ${RunningX64}
StrCpy $InstDir $PROGRAMFILES64\OpenSCAD
SetRegView 64
${Else}
Messagebox MB_OK "This is 64 bit OpenSCAD, your machine is 32 bits. Error."
${EndIf}
FunctionEnd
|