Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: eyeinthesky43
Forum: NSIS Discussion 26th January 2007, 10:59
Replies: 10
Views: 3,306
Posted By eyeinthesky43
Thank you so much for helping it finally works. :D

Thank you so much for helping it finally works. :D
Forum: NSIS Discussion 26th January 2007, 06:38
Replies: 10
Views: 3,306
Posted By eyeinthesky43
Thanks Takhir, I will try it and see if I have...

Thanks Takhir, I will try it and see if I have some luck.
Forum: NSIS Discussion 26th January 2007, 06:36
Replies: 10
Views: 3,306
Posted By eyeinthesky43
Ok so it's now setup just like you posted yet...

Ok so it's now setup just like you posted yet it's not downloading the update.zip:

NSISdl::download "http://www.site.com/new.ini" "C:\new.ini"

ReadINIStr $0 "C:\old.ini" "File Version"...
Forum: NSIS Discussion 26th January 2007, 05:49
Replies: 10
Views: 3,306
Posted By eyeinthesky43
Ugh ok I have been trying hard to figure this out...

Ugh ok I have been trying hard to figure this out but can't seem to get it, I read the documentation and changed the code which now it looks like it makes more sense and should work but sadly still...
Forum: NSIS Discussion 26th January 2007, 02:06
Replies: 10
Views: 3,306
Posted By eyeinthesky43
Need help this is confusing

Alright basically what I am trying to do is make a small updater that will download an ini file from the web and compare the version number in the ini with the ini file that is on the system and if...
Forum: NSIS Discussion 25th April 2006, 23:03
Replies: 4
Views: 2,318
Posted By eyeinthesky43
I think this is what you are looking for: ...

I think this is what you are looking for:

DetailPrint "Some text goes here..."

Use it in your installer sections.
Forum: NSIS Discussion 25th April 2006, 07:26
Replies: 2
Views: 1,772
Posted By eyeinthesky43
If you remove the following from the nsi it...

If you remove the following from the nsi it should not show up anymore:

!insertmacro MUI_UNPAGE_INSTFILES
Forum: NSIS Discussion 11th April 2006, 21:20
Replies: 12
Views: 11,536
Posted By eyeinthesky43
Your test works correctly and you can't run it...

Your test works correctly and you can't run it after the third time, however if you re-extract the files from the zip you can run it again....
Forum: NSIS Discussion 30th March 2006, 19:15
Replies: 5
Views: 1,904
Posted By eyeinthesky43
You would use this File "C:\Program...

You would use this

File "C:\Program Files\folder\*"

Using that will install all files in the specified folder.
Oh also you can use the same method in the uninstall section so you don't have to...
Forum: NSIS Discussion 15th March 2006, 05:50
Replies: 7
Views: 2,437
Posted By eyeinthesky43
Yeah I have IconWorkshop and the installer is...

Yeah I have IconWorkshop and the installer is pretty nice. You could use ExperinceUI for Nsis to get a somewhat similar looking installer.
Forum: NSIS Discussion 14th March 2006, 01:57
Replies: 8
Views: 3,549
Posted By eyeinthesky43
Cool, Thank you so much for your help.

Cool, Thank you so much for your help.
Forum: NSIS Discussion 14th March 2006, 00:52
Replies: 8
Views: 3,549
Posted By eyeinthesky43
Ok thank you.

Ok thank you.
Forum: NSIS Discussion 13th March 2006, 23:20
Replies: 8
Views: 3,549
Posted By eyeinthesky43
Ok after editing it, Now it doesn't write to the...

Ok after editing it, Now it doesn't write to the ini file the first or second time when I run the installer....?
Forum: NSIS Discussion 13th March 2006, 22:33
Replies: 8
Views: 3,549
Posted By eyeinthesky43
Writing to ini problem

Ok I have my installer built and I have a custom page where a user enters his or her username and password and then the installer writes their input to an ini file which that part works however when...
Forum: NSIS Discussion 24th February 2006, 21:04
Replies: 2
Views: 1,468
Posted By eyeinthesky43
Ah ok thank you, wasn't sure what it was called...

Ah ok thank you, wasn't sure what it was called so I wasn't sure what to look for in the User Manual.
Forum: NSIS Discussion 24th February 2006, 21:02
Replies: 2
Views: 1,468
Posted By eyeinthesky43
Can this be changed?

Hi I wanted to know if it's possible to change the text "Nullsoft Install System V2.14" down at the bottom of the installer. Here's a picture of what I am talking about:...
Forum: NSIS Discussion 13th February 2006, 07:31
Replies: 2
Views: 2,395
Posted By eyeinthesky43
Use the example scripts: "NSIS\Examples\BgImage"...

Use the example scripts: "NSIS\Examples\BgImage" and that will show you how to make a background image.
Forum: NSIS Discussion 8th February 2006, 17:20
Replies: 2
Views: 1,772
Posted By eyeinthesky43
Oh ok cool thank you so much.

Oh ok cool thank you so much.
Forum: NSIS Discussion 8th February 2006, 16:24
Replies: 2
Views: 1,772
Posted By eyeinthesky43
Add more information?

I am not sure if this is possible or not but I was wondering if I could add more information about the installer I make. For example if you look at Inno Setup you can enter publisher information, url...
Forum: NSIS Discussion 29th November 2005, 17:43
Replies: 2
Views: 2,299
Posted By eyeinthesky43
Oh I didn't even look in the Examples/Modern UI...

Oh I didn't even look in the Examples/Modern UI folder, Thank you.
Forum: NSIS Discussion 29th November 2005, 03:24
Replies: 2
Views: 2,299
Posted By eyeinthesky43
Custom Page Help

I have been trying to make my own custom page but for some reason I just can't figure it all out, I have read the help documents and all that. Can anyone help me out? maybe make a custom page and...
Forum: NSIS Discussion 4th November 2005, 16:54
Replies: 4
Views: 1,787
Posted By eyeinthesky43
Oh I am so stupid I had it in the wrong spot in...

Oh I am so stupid I had it in the wrong spot in the uninstall section, I got it working, Thanks for your help.
Forum: NSIS Discussion 4th November 2005, 16:42
Replies: 4
Views: 1,787
Posted By eyeinthesky43
Ok I tried using both CopyFiles...

Ok I tried using both

CopyFiles "$INSTDIR\backup\program.exe" "$INSTDIR"

and

CopyFiles "$INSTDIR\backup\program.exe" "$INSTDIR\program.exe"

however when I uninstall, program.exe still...
Forum: NSIS Discussion 4th November 2005, 06:05
Replies: 4
Views: 1,787
Posted By eyeinthesky43
Uninstall command help?

I need help, I made it so that before NSIS installs my program it creates a new directory in the $INSTDIR and copies the main exe file in that newly created directory for backup purposes, which that...
Forum: Winamp Discussion 7th July 2005, 04:40
Replies: 3
Views: 1,484
Posted By eyeinthesky43
Thanks for the reply

Thanks for the reply
Showing results 1 to 25 of 28

 
Forum Jump