Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: jimpy22
Forum: NSIS Discussion 27th October 2008, 10:05
Replies: 1
Views: 1,345
Posted By jimpy22
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
Posted By jimpy22
Thank you, Thank you. That did the trick.

Thank you, Thank you.

That did the trick.
Forum: NSIS Discussion 17th April 2008, 01:38
Replies: 3
Views: 1,826
Posted By jimpy22
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
Posted By jimpy22
Sorry for the slow reply to this - have been away...

Sorry for the slow reply to this - have been away for a week or two.

My installer is copied below and it is the custom page B that I want to repeatedly collect the 3 user inputs and write them to...
Forum: NSIS Discussion 4th February 2008, 12:03
Replies: 2
Views: 1,844
Posted By jimpy22
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
Posted By jimpy22
Thank you, thank you.

Thank you, thank you.
Forum: NSIS Discussion 7th February 2005, 12:43
Replies: 9
Views: 2,839
Posted By jimpy22
File extension is .ini. Changed to .txt just for...

File extension is .ini. Changed to .txt just for upload purposes.
Forum: NSIS Discussion 7th February 2005, 08:41
Replies: 9
Views: 2,839
Posted By jimpy22
and the .ini file

and the .ini file
Forum: NSIS Discussion 7th February 2005, 08:39
Replies: 9
Views: 2,839
Posted By jimpy22
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
Posted By jimpy22
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
Posted By jimpy22
I have managed to get the installer to allow the...

I have managed to get the installer to allow the user to select from 2 subsets of files which is what I want. However, when I then use the custom page to collect the variables to write into the .ini...
Forum: NSIS Discussion 28th January 2005, 21:01
Replies: 4
Views: 1,457
Posted By jimpy22
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
Posted By jimpy22
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
Posted By jimpy22
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
Posted By jimpy22
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
Posted By jimpy22
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
Posted By jimpy22
I don't think so - should I? I have posted...

I don't think so - should I?

I have posted the .nsi file as well as the .ini file.

Thanks
Forum: NSIS Discussion 31st July 2004, 21:23
Replies: 16
Views: 9,452
Posted By jimpy22
and .nsi

and .nsi
Forum: NSIS Discussion 31st July 2004, 21:21
Replies: 16
Views: 9,452
Posted By jimpy22
ini file attached

ini file attached
Forum: NSIS Discussion 31st July 2004, 21:07
Replies: 16
Views: 9,452
Posted By jimpy22
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
Posted By jimpy22
I don't even seem to be able to hold on to the...

I don't even seem to be able to hold on to the text string entered during the installation to be able to re-write the whole line and then replace it in the touch.ini file???
Forum: NSIS Discussion 31st July 2004, 20:21
Replies: 16
Views: 9,452
Posted By jimpy22
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
Posted By jimpy22
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
Showing results 1 to 23 of 23

 
Forum Jump