Skip to content
⌘ NSIS Forum Archive

page looks diff if installer built on Linux

2 posts

coco_vc#

page looks diff if installer built on Linux

Hi all,

I have an installer which when built on Windows shows at the bottom "Nullsoft Install System 2.15" (for instance on the license page), but the same installer built on Linux shows at the bottom "Nullsoft Install System 2.15-MySecondCompanyName". Any clue why is that? How can I prevent that? I need to be "Nullsoft Install System 2.15" only.

Thx,
Viv
noisehole#
build makensis with
scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all VERSION=2.15
regards