Forum: NSIS Discussion
6th March 2012, 13:14
|
|
Replies: 1
Views: 686
Internationalizing user messages in NSIS
Is there a way to internationalize the user messages in NSIS as we do in java ?
Something like to have file which will have all the key and value string defined. When needed in a different...
|
Forum: NSIS Discussion
15th February 2012, 13:38
|
|
Replies: 2
Views: 476
|
Forum: NSIS Discussion
15th February 2012, 13:04
|
|
Replies: 2
Views: 476
|
Forum: NSIS Discussion
10th February 2012, 08:06
|
|
Replies: 3
Views: 1,044
|
Forum: NSIS Discussion
9th February 2012, 14:28
|
|
Replies: 3
Views: 1,044
|
Forum: NSIS Discussion
8th February 2012, 11:00
|
|
Replies: 6
Views: 2,038
|
Forum: NSIS Discussion
7th February 2012, 12:18
|
|
Replies: 6
Views: 2,038
|
Forum: NSIS Discussion
7th February 2012, 05:19
|
|
Replies: 6
Views: 2,038
|
Forum: NSIS Discussion
6th February 2012, 13:59
|
|
Replies: 6
Views: 2,038
How to extract a .exe file?
Hello,
I am trying to incorporate installation of 3rd party installer via nsis script installer. For that I need to extract the "3rdParty.exe" file. I tried using the nsisunz::Unzip dll method but...
|
Forum: NSIS Discussion
1st February 2012, 03:20
|
|
Replies: 2
Views: 710
Afrow UK,
As I had mentioned in my earlier...
Afrow UK,
As I had mentioned in my earlier post (Note), I have already logic in place to check the path. Path check is done using DirState macro.
Below is the line of code which is executed in...
|
Forum: NSIS Discussion
31st January 2012, 12:45
|
|
Replies: 2
Views: 710
|
Forum: NSIS Discussion
20th January 2012, 08:29
|
|
Replies: 4
Views: 1,272
|
Forum: NSIS Discussion
13th January 2012, 11:21
|
|
Replies: 4
Views: 1,272
Thanks for your reply !!
My intension of...
Thanks for your reply !!
My intension of using nsExec here is that it waits until the executable completes its job and then only control retruns from nsExec command. Using Exec it just starts the...
|
Forum: NSIS Discussion
13th January 2012, 10:25
|
|
Replies: 4
Views: 1,272
nsExec::Exec not executing on 64 bit machine
Hello,
From with in the script using nsExec::Exec command, I am starting another installer. This works fine when I run on a 32 bit machine but the same when ran on a 64 bit machine, I am not able...
|
Forum: NSIS Discussion
27th December 2011, 13:26
|
|
Replies: 1
Views: 713
Searching through child registry keys
Hello,
I am currently developing an installer which installs 3 different softwares. Before I install them, I want to check the registry entry for each of them to see if they have already been...
|
Forum: NSIS Discussion
30th November 2011, 13:18
|
|
Replies: 5
Views: 757
|
Forum: NSIS Discussion
21st November 2011, 13:01
|
|
Replies: 1
Views: 365
|
Forum: NSIS Discussion
18th November 2011, 12:11
|
|
Replies: 2
Views: 455
|
Forum: NSIS Discussion
18th November 2011, 11:19
|
|
Replies: 2
Views: 455
|
Forum: NSIS Discussion
18th November 2011, 10:29
|
|
Replies: 2
Views: 571
|
Forum: NSIS Discussion
17th November 2011, 12:25
|
|
Replies: 2
Views: 571
Using CreateControl method with MUI2
Hello,
I am creating an installer using MUI2 pages. My installer has 4 pages:
1. Welcome page
2. User options page (Custom page)
3. Directory page
4. Install files page.
My question is...
|
Forum: NSIS Discussion
27th October 2011, 07:34
|
|
Replies: 4
Views: 472
|
Forum: NSIS Discussion
27th October 2011, 04:04
|
|
Replies: 4
Views: 472
I am using nsDialogs for my first page......
I am using nsDialogs for my first page... probably i will have to create one more page for install page also. Can you point me to any example where there are two custom pages are being built and...
|
Forum: NSIS Discussion
26th October 2011, 15:05
|
|
Replies: 4
Views: 472
|