Closed GoogleCodeExporter closed 9 years ago
Fixed the Windows buildsystem, apart from the eid-viewer.exe, which (for the
moment) still nees to be copied manually from
http://eidfiles.be/continuous/viewer/
Original comment by frederik...@gmail.com
on 5 Nov 2012 at 1:27
Hi,
On the 32 bit build there is still one problem that the product.wxs file on
line 309 is pointing to ..\..\..\vs_2010\binaries\win32_release\beidmdrv32.dll
but this file is not existing. The file is not named correctly in that folder
(beidmdrv.dll in stead of beidmdrv32.dll).
Kristof
Original comment by kristof....@gmail.com
on 5 Nov 2012 at 2:42
Also line 326 in Product64.wxs is referring to a wrong name.
Original comment by kristof....@gmail.com
on 5 Nov 2012 at 2:53
Renamed them,
thanks
Original comment by frederik...@gmail.com
on 5 Nov 2012 at 3:26
On line 124 in file quickinstaller.nsi the following should be changed:
File "..\..\Windows\bin\BeidMW_64.msi"
into
File "..\..\Windows\BeidMW_64.msi"
On line 132 the following should be changed:
File "..\..\Windows\bin\BeidMW_32.msi"
into
File "..\..\Windows\BeidMW_32.msi"
One additional problem is the "driver_installer::getOSVersion" command in the
nsi file. This command is not recognised. Maybe I am missing a plugin for this
command.
Original comment by kristof....@gmail.com
on 5 Nov 2012 at 3:31
Paths changed
Added NSIS plugins to the buildscript and copies them to the NSIS default
plugin folder(might need permission to copy to program files)
Original comment by frederik...@gmail.com
on 6 Nov 2012 at 2:17
Original issue reported on code.google.com by
kristof....@gmail.com
on 31 Oct 2012 at 12:47