Forum: NSIS Discussion
27th April 2012, 14:39
|
|
Replies: 9
Views: 6,002
Actually, my previous post was incorrect.
I...
Actually, my previous post was incorrect.
I changed the name of the Outfile as suggested in an earlier post and that seems to have fixed it.
Previously the filename was similar to:
...
|
Forum: NSIS Discussion
25th April 2012, 08:19
|
|
Replies: 9
Views: 6,002
I've found the source of the problem but not a...
I've found the source of the problem but not a solution. My installer includes an MSI file that installs some of our software components. It looks like that .msi (driven by InstallShield) isn't...
|
Forum: NSIS Discussion
24th April 2012, 14:53
|
|
Replies: 9
Views: 6,002
I have this problem also.
I'm using Windows...
I have this problem also.
I'm using Windows 7 Ultimate 64-bit, no anti-virus or suchlike installed.
The first install triggers an svchost process that sits at 25% CPU usage. If I kill that...
|
Forum: NSIS Discussion
10th August 2010, 09:20
|
|
Replies: 2
Views: 1,536
Hi Stu,
Thanks for the reply. I was using...
Hi Stu,
Thanks for the reply. I was using MUI_COMPONENTSPAGE_SMALLDESC but I had it defined in the wrong place (defining it after "!insertmacro MUI_PAGE_COMPONENTS" has no effect!).
Now the...
|
Forum: NSIS Discussion
9th August 2010, 15:13
|
|
Replies: 2
Views: 1,536
Increasing the window size
I have looked through all the available info but can't find a definite answer.
Is it possible to increase the size of the installer window? I have a lot of components and I would like the users to...
|