Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: nandhp
Forum: NSIS Discussion 6th June 2006, 17:13
Replies: 14
Views: 4,835
Posted By nandhp
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
Posted By nandhp
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
Posted By nandhp
Telnet is a Win32 GUI application in 95/98/ME/NT...

Telnet is a Win32 GUI application in 95/98/ME/NT so this approach won't work on those versions. If you need something more reliable, you might want to look for a better solution.
Forum: NSIS Discussion 24th November 2005, 09:38
Replies: 367
Views: 124,786
Posted By nandhp
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
Posted By nandhp
I'm looking at properties on the file in Windows...

I'm looking at properties on the file in Windows XP and on the summary tab under "Video" it says it is an 8-bit MS-RLE, 4fps 3kbps, and under "Audio" says "4 seconds". I used the "AVIEdit" tool from...
Forum: NSIS Discussion 21st November 2005, 19:51
Replies: 367
Views: 124,786
Posted By nandhp
I have an AVI being displayed in an Image with...

I have an AVI being displayed in an Image with the TRANSPARENT flag, and it's only transparent on Windows XP with XPStyle on. What do I have to do to get a transparent Animate?
Forum: NSIS Discussion 18th February 2004, 20:41
Replies: 44
Views: 10,934
Posted By nandhp
Excellent images!

Excellent images!
Forum: NSIS Discussion 18th February 2004, 20:34
Replies: 1
Views: 1,219
Posted By nandhp
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
Posted By nandhp
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
Posted By nandhp
I'm trying to get this to work for my installer,...

I'm trying to get this to work for my installer, but I don't understand what "insert handle to loaded image here" means. Could someone provide some advice with this?

BTW, this doesn't work:
...
Forum: NSIS Discussion 10th February 2004, 21:12
Replies: 4
Views: 1,585
Posted By nandhp
Check in CVS - I've looked for the source to NSIS...

Check in CVS - I've looked for the source to NSIS Menu before but never found it except in CVS.

-edit-
Never mind it doesn't seem to be there.
Forum: NSIS Discussion 10th February 2004, 17:27
Replies: 1
Views: 1,312
Posted By nandhp
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
Posted By nandhp
It doesn't use 7-zip, nor does it rate...

It doesn't use 7-zip, nor does it rate compression quality that way.

Read about SetCompresser in the documentation for information on the various compressers.
Forum: NSIS Discussion 9th February 2004, 17:47
Replies: 14
Views: 3,094
Posted By nandhp
I don't quite understand. this should perform an...

I don't quite understand. this should perform an automatic install for any .MSI, if you change the filenames.
Forum: NSIS Discussion 9th February 2004, 17:35
Replies: 14
Views: 3,094
Posted By nandhp
I don't know what "Access Runtime" is but if it's...

I don't know what "Access Runtime" is but if it's a .MSI, read the section about MSI packages in that page:

The command "msiexec /qb /i ActivePerl.msi" installs ActivePerl.msi - So to do this from...
Forum: NSIS Discussion 9th February 2004, 17:27
Replies: 3
Views: 1,607
Posted By nandhp
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
Posted By nandhp
CreateShortCut "$DESKTOP\Filename.lnk"...

CreateShortCut "$DESKTOP\Filename.lnk" "$INSTDIR\Target.File"
Forum: NSIS Discussion 9th February 2004, 17:22
Replies: 2
Views: 10,480
Posted By nandhp
Done:...

Done: http://nsis.sourceforge.net/archive/viewpage.php?pageid=438
Forum: NSIS Discussion 9th February 2004, 16:56
Replies: 14
Views: 3,094
Posted By nandhp
Check out...

Check out http://unattended.sourceforge.net/installers.html
Forum: NSIS Discussion 9th February 2004, 16:39
Replies: 2
Views: 10,480
Posted By nandhp
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...
Showing results 1 to 20 of 20

 
Forum Jump