The rc2 installer work fine for me.
So are you saying that C:/Users/Chris/Desktop/GitHub/Release-dist-x86 doesn't exist?
Windows NSIS installer
Re: Windows NSIS installer
Yes!, Don't know how it's possible.
Manually created and copying as a work around, but I have no clue?
Manually created and copying as a work around, but I have no clue?
"fight the good fight"
Re: Windows NSIS installer
x86 installer is up at the same link. I had to copy area.pyd to bin to pass the self tests. lib directory problems as above.
I know this is not right, but is it "good enough"? Probably not, but I can't seem to find the difference in the process.
I know this is not right, but is it "good enough"? Probably not, but I can't seem to find the difference in the process.
"fight the good fight"
Re: Windows NSIS installer
You have to trigger it manually. Select the INSTALL target in the Solution Explorer and go to Project Only > Build Only INSTALL in the context-menu.Is there a trick to building the INSTALL project with VS2008?
Re: Windows NSIS installer
HI peterl ,peterl94 wrote: ↑Tue Apr 12, 2016 2:15 am
5. Ran BuildNSISInstaller.bat in [build dir]/src/WindowsInstaller (probably commented out the lines running the version script)
Note: in [build dir]/bin I only had the release versions of the libraries. I assume the installer script has the necessary file filters, but I didn't confirm that.
Thanks for this tutorial ,
but its not clear for me ;
please help to create installer freecad ?
Re: Windows NSIS installer
Hey ruuaitro,
Maybe you could tell us what you tried. We all seem to get it working a little different. I can confirm that you need to copy the dependencies manually, but how and where you do this depends on what you've done so far.
"fight the good fight"
Re: Windows NSIS installer
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Re: Windows NSIS installer
I try to use this lines for desktop shortcut in x64, but don`t create that . even if I use current
put in over startmenu shortcut lines :
after install package :

Code: Select all
setShellVarContext all
StrCpy $1 $DESKTOP
Code: Select all
#Create Desktop Shortcut
CreateShortCut "$DESKTOP\${FULLNAME}\${APPNAME}.lnk" "$INSTDIR\bin\VareshCAD.exe" "" ""
Code: Select all
# Remove Desktop launcher
Delete "$DESKTOP\${FULLNAME}\${APPNAME}.lnk"
- Attachments
-
- Capture.PNG (1.54 KiB) Viewed 1400 times