Forum: NSIS Discussion
26th January 2007, 10:59
|
|
Replies: 10
Views: 3,306
|
Forum: NSIS Discussion
26th January 2007, 06:38
|
|
Replies: 10
Views: 3,306
|
Forum: NSIS Discussion
26th January 2007, 06:36
|
|
Replies: 10
Views: 3,306
|
Forum: NSIS Discussion
26th January 2007, 05:49
|
|
Replies: 10
Views: 3,306
|
Forum: NSIS Discussion
26th January 2007, 02:06
|
|
Replies: 10
Views: 3,306
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
|
Forum: NSIS Discussion
25th April 2006, 07:26
|
|
Replies: 2
Views: 1,772
|
Forum: NSIS Discussion
11th April 2006, 21:20
|
|
Replies: 12
Views: 11,536
|
Forum: NSIS Discussion
30th March 2006, 19:15
|
|
Replies: 5
Views: 1,904
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
|
Forum: NSIS Discussion
14th March 2006, 01:57
|
|
Replies: 8
Views: 3,549
|
Forum: NSIS Discussion
14th March 2006, 00:52
|
|
Replies: 8
Views: 3,549
|
Forum: NSIS Discussion
13th March 2006, 23:20
|
|
Replies: 8
Views: 3,549
|
Forum: NSIS Discussion
13th March 2006, 22:33
|
|
Replies: 8
Views: 3,549
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
|
Forum: NSIS Discussion
24th February 2006, 21:02
|
|
Replies: 2
Views: 1,468
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
|
Forum: NSIS Discussion
8th February 2006, 17:20
|
|
Replies: 2
Views: 1,772
|
Forum: NSIS Discussion
8th February 2006, 16:24
|
|
Replies: 2
Views: 1,772
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
|
Forum: NSIS Discussion
29th November 2005, 03:24
|
|
Replies: 2
Views: 2,299
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
|
Forum: NSIS Discussion
4th November 2005, 16:42
|
|
Replies: 4
Views: 1,787
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
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
|