Forum: NSIS Discussion
27th October 2008, 10:05
|
|
Replies: 1
Views: 1,345
Writing to XML .settings file
Hi, I have been using NSIS for a couple of years now and am very pleased with the installer, it is very powerful.
I have recently updated some middleware I use so that instead of using .ini files...
|
Forum: NSIS Discussion
17th April 2008, 08:20
|
|
Replies: 3
Views: 1,826
|
Forum: NSIS Discussion
17th April 2008, 01:38
|
|
Replies: 3
Views: 1,826
Skip custom page based on check button state
I have read various threads on skipping a custom page based on a user selection, but cannot get it to work.
I want to skip custom page B if the user does not check a check box in custom page A....
|
Forum: NSIS Discussion
25th February 2008, 13:37
|
|
Replies: 2
Views: 1,844
|
Forum: NSIS Discussion
4th February 2008, 12:03
|
|
Replies: 2
Views: 1,844
Repeat Install Page for user Input
Hi,
I have searched the forums for a way to repeat a custom page which collects a servername, IP address and MAC address from a user during install without success. I use a 'standard' custom page...
|
Forum: NSIS Discussion
7th February 2005, 12:54
|
|
Replies: 9
Views: 2,839
|
Forum: NSIS Discussion
7th February 2005, 12:43
|
|
Replies: 9
Views: 2,839
|
Forum: NSIS Discussion
7th February 2005, 08:41
|
|
Replies: 9
Views: 2,839
|
Forum: NSIS Discussion
7th February 2005, 08:39
|
|
Replies: 9
Views: 2,839
I have got the two functions together in the...
I have got the two functions together in the .Oninit which now works, but I have 3 fields in my ioa.ini and only 2 are showing in the actual installer when I run it - can anyone tell me why?
...
|
Forum: NSIS Discussion
3rd February 2005, 08:35
|
|
Replies: 9
Views: 2,839
2 .OnInit functions
Hi, I have created an installer that uses a custom components page (from one-section.nsi) and a custom page that allows user variables to be written into an .ini file. Both use a function called...
|
Forum: NSIS Discussion
31st January 2005, 20:35
|
|
Replies: 4
Views: 1,457
|
Forum: NSIS Discussion
28th January 2005, 21:01
|
|
Replies: 4
Views: 1,457
Thanks Afrow. Using that I can collect which...
Thanks Afrow. Using that I can collect which option the user wants to install, but how do I then build that into an installer that then goes on to copy a certain set of files dependant on the state...
|
Forum: NSIS Discussion
28th January 2005, 16:51
|
|
Replies: 4
Views: 1,457
Copy files on user PC depending on user input
Hi I want to create an installer that when a user starts it they are asked what configuration they want the installer to create and based on this selection by the user the installer will copy certain...
|
Forum: NSIS Discussion
1st December 2004, 14:36
|
|
Replies: 3
Views: 1,383
Edit and Run Batch File
Hi, I want to use an installer to ask a user for a series of parameters, with the installer then writes into the appropriate place in a batch file. Then I want the batch file to be run.
I have...
|
Forum: NSIS Discussion
30th November 2004, 11:35
|
|
Replies: 4
Views: 2,382
Setting Windows TCP/IP Settings
Can anyone tell me how I can use the NSIS installer to set the Windows XP network settings for a LAN - ie IP address, default gateway, DNS entries, subnet mask etc.
I want the installer to run at...
|
Forum: NSIS Discussion
31st July 2004, 21:45
|
|
Replies: 16
Views: 9,452
OK - so have changed it to:
...
OK - so have changed it to:
---------------------------------
!insertmacro MUI_INSTALLOPTIONS_READ $0 "ioA.ini" "Field 2" "State" ;"IP" value as you said
!insertmacro MUI_INSTALLOPTIONS_READ...
|
Forum: NSIS Discussion
31st July 2004, 21:31
|
|
Replies: 16
Views: 9,452
|
Forum: NSIS Discussion
31st July 2004, 21:23
|
|
Replies: 16
Views: 9,452
|
Forum: NSIS Discussion
31st July 2004, 21:21
|
|
Replies: 16
Views: 9,452
|
Forum: NSIS Discussion
31st July 2004, 21:07
|
|
Replies: 16
Views: 9,452
I put:
ReadINIStr $0 "ioA.ini" "Field 2"...
I put:
ReadINIStr $0 "ioA.ini" "Field 2" "State" ;"IP" value as you said
ReadINIStr $1 "ioA.ini" "Field 4" "State" ;"X" value as you said
WriteINIStr "$INSTDIR\PAERS Registration...
|
Forum: NSIS Discussion
31st July 2004, 20:40
|
|
Replies: 16
Views: 9,452
|
Forum: NSIS Discussion
31st July 2004, 20:21
|
|
Replies: 16
Views: 9,452
Thanks for your reply. I have been reading...
Thanks for your reply. I have been reading documentation and forums for 3 hours now and am just very confused.
My file ia touch.ini:
[Software Title]
-------------------- Browser System...
|
Forum: NSIS Discussion
31st July 2004, 20:01
|
|
Replies: 16
Views: 9,452
Writing strings to Non NSIS INI files
Hi, can someone tell me how to write a user input string requested from a text box during installation into one of my own .ini files (ie not a NSIS .ini file?)
Thank you in anticipation
|