Forum: NSIS Discussion
29th August 2007, 05:20
|
|
Replies: 3
Views: 2,056
|
Forum: NSIS Discussion
28th August 2007, 00:13
|
|
Replies: 3
Views: 2,077
|
Forum: NSIS Discussion
21st August 2007, 03:36
|
|
Replies: 12
Views: 6,193
I don't know of a way to do a post build event...
I don't know of a way to do a post build event from within an NSIS script.
You could pass in the OutFile to the build batch file and pass it along to makensis. Then you can use the variable for...
|
Forum: NSIS Discussion
21st August 2007, 02:28
|
|
Replies: 12
Views: 6,193
|
Forum: NSIS Discussion
21st August 2007, 00:52
|
|
Replies: 3
Views: 1,934
|
Forum: NSIS Discussion
20th August 2007, 00:26
|
|
Replies: 4
Views: 2,478
|
Forum: NSIS Discussion
18th August 2007, 07:25
|
|
Replies: 4
Views: 2,478
|
Forum: NSIS Discussion
7th August 2007, 05:04
|
|
Replies: 5
Views: 8,507
Glad I could help.
I just installed SQL...
Glad I could help.
I just installed SQL Express 2005 SP1 on a clean Virtual PC without installing the Management Studio and sqlcmd.exe is available on the system, so you shouldn't have any...
|
Forum: NSIS Discussion
6th August 2007, 01:10
|
|
Replies: 5
Views: 8,507
Did you sort it out, Andy?
In the past I...
Did you sort it out, Andy?
In the past I have created new databases from scratch using the SQL Server Command Line Tool sqlcmd.exe and database scripts for the schema, initialisation of data etc....
|
Forum: NSIS Discussion
21st June 2007, 06:32
|
|
Replies: 6
Views: 2,346
If you are trying to upgrade system DLLs you...
If you are trying to upgrade system DLLs you should use the InstallLib macro (B.2 Library Installation in the manual), which has REBOOT_PROTECTED and REBOOT_NOTPROTECTED methods. You don't have to...
|
Forum: NSIS Discussion
21st June 2007, 06:12
|
|
Replies: 11
Views: 3,359
|
Forum: NSIS Discussion
21st June 2007, 06:05
|
|
Replies: 2
Views: 1,549
If the developers are not actually adding...
If the developers are not actually adding completely new files, but just replacing existing ones with newly compiled ones, then you can easily create a batch file to recompile your installers and...
|
Forum: NSIS Discussion
15th August 2006, 05:52
|
|
Replies: 1
Views: 5,242
|
Forum: NSIS Discussion
15th August 2006, 05:18
|
|
Replies: 1
Views: 5,242
|
Forum: NSIS Discussion
22nd December 2005, 00:55
|
|
Replies: 367
Views: 124,786
Thanks Deguix, you're the man!
I converted...
Thanks Deguix, you're the man!
I converted from IO to IOex, and now have two problems:
1. For some reason the file Filter isn't working for me. It truncates the last character of the name,...
|
Forum: NSIS Discussion
21st December 2005, 00:06
|
|
Replies: 367
Views: 124,786
FileRequest - Text & Button example?
I can't seem to find an example anywhere of an InstallOptionsEx Text & Button FileRequest dialog. Could someone please post an example .ini file? Thanks!
|