Forum: NSIS Discussion
6th June 2006, 17:13
|
|
Replies: 14
Views: 4,835
Has anything happened with this? I'm using...
Has anything happened with this? I'm using EnableWindow in my script right now, but I need .onWindowEvent.
I have added two radio buttons and a checkbox to my license (actually a readme) page. The...
|
Forum: NSIS Discussion
28th May 2006, 20:27
|
|
Replies: 3
Views: 2,554
Based on the name of the package...
Based on the name of the package j2re-1_4_2_11-windows-i586-p-iftw.exe it would seem that you are trying to remove version 1.4.2_11, in which case the GUID you are passing to msiexec /x is incorrect...
|
Forum: NSIS Discussion
28th May 2006, 19:56
|
|
Replies: 8
Views: 3,793
|
Forum: NSIS Discussion
24th November 2005, 09:38
|
|
Replies: 367
Views: 124,786
I managed to convert it to RLE and it worked...
I managed to convert it to RLE and it worked fine. The problem was I needed to convert it to 8-bit, otherwise the codec wouldn't appear. So I opened the uncompressed avi in quicktime pro, exported it...
|
Forum: NSIS Discussion
22nd November 2005, 09:13
|
|
Replies: 367
Views: 124,786
|
Forum: NSIS Discussion
21st November 2005, 19:51
|
|
Replies: 367
Views: 124,786
|
Forum: NSIS Discussion
18th February 2004, 20:41
|
|
Replies: 44
Views: 10,934
|
Forum: NSIS Discussion
18th February 2004, 20:34
|
|
Replies: 1
Views: 1,219
You don't need anything special to delete an...
You don't need anything special to delete an uninstaller, because it copies itself to a temporary folder, starts that copy, then exits.
As for the DeleteRegKey, did you reopen Add/Remove Programs?...
|
Forum: NSIS Discussion
12th February 2004, 17:44
|
|
Replies: 29
Views: 8,167
I found...
I found http://nsis.sourceforge.net/archive/viewpage.php?pageid=405 which works for me (I'm not using MUI)
|
Forum: NSIS Discussion
12th February 2004, 17:28
|
|
Replies: 29
Views: 8,167
|
Forum: NSIS Discussion
10th February 2004, 21:12
|
|
Replies: 4
Views: 1,585
|
Forum: NSIS Discussion
10th February 2004, 17:27
|
|
Replies: 1
Views: 1,312
InstallOptions patch contribution
I don't know if this is the right place to post patches to InstallOptions, or if my patch is in the right format, but here it is.
Here's a short patch for InstallOptions that allows you to disable...
|
Forum: NSIS Discussion
9th February 2004, 20:14
|
|
Replies: 5
Views: 8,560
|
Forum: NSIS Discussion
9th February 2004, 17:47
|
|
Replies: 14
Views: 3,094
|
Forum: NSIS Discussion
9th February 2004, 17:35
|
|
Replies: 14
Views: 3,094
|
Forum: NSIS Discussion
9th February 2004, 17:27
|
|
Replies: 3
Views: 1,607
WriteUninstaller "$INSTDIR\uninst.exe" ...
WriteUninstaller "$INSTDIR\uninst.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\ProductName" "DisplayName" "Product Name"
WriteRegStr HKLM...
|
Forum: NSIS Discussion
9th February 2004, 17:24
|
|
Replies: 20
Views: 14,183
|
Forum: NSIS Discussion
9th February 2004, 17:22
|
|
Replies: 2
Views: 10,480
Done:...
Done: http://nsis.sourceforge.net/archive/viewpage.php?pageid=438
|
Forum: NSIS Discussion
9th February 2004, 16:56
|
|
Replies: 14
Views: 3,094
Check out...
Check out http://unattended.sourceforge.net/installers.html
|
Forum: NSIS Discussion
9th February 2004, 16:39
|
|
Replies: 2
Views: 10,480
Icon Contribution
I thought I'd try and contribute some NSIS icons to the project, as I've noticed that all the really good ones keep going away (Presumably due to copyright issues).
These (blue and red) icons are...
|