Forum: NSIS Discussion
12th November 2005, 11:31
|
|
Replies: 9
Views: 2,670
|
Forum: NSIS Discussion
12th November 2005, 10:34
|
|
Replies: 9
Views: 2,670
|
Forum: NSIS Discussion
12th November 2005, 10:04
|
|
Replies: 9
Views: 2,670
|
Forum: NSIS Discussion
12th November 2005, 09:58
|
|
Replies: 9
Views: 2,670
|
Forum: NSIS Discussion
12th November 2005, 09:57
|
|
Replies: 9
Views: 2,670
|
Forum: NSIS Discussion
12th November 2005, 09:49
|
|
Replies: 9
Views: 2,670
Language selection gone!!!
hi,
after some changes made to my installation file, the language selection is gone... but I certainly didn't modify this part of the script!!!
Here it is:
; Script generated by the HM NIS...
|
Forum: NSIS Discussion
12th November 2005, 08:51
|
|
Replies: 4
Views: 1,595
|
Forum: NSIS Discussion
12th November 2005, 08:35
|
|
Replies: 14
Views: 19,638
it'w weird, beucause it does work this way: ...
it'w weird, beucause it does work this way:
nsExec::ExecToLog '"$INSTDIR\7z.exe" e MediaAutoGraph.rar -aoa -oc:\downloads\test"' [aoa command overwrites without asking first]
i'll try your way...
|
Forum: NSIS Discussion
11th November 2005, 23:31
|
|
Replies: 4
Views: 1,595
|
Forum: NSIS Discussion
11th November 2005, 22:39
|
|
Replies: 4
Views: 1,595
How to untick items?
Hi,
I'm using HM NIS editor to create my installation file; it allows you to list the items to be installed and, by default, they're all ticked. You can untick them by manually hitting the mouse...
|
Forum: NSIS Discussion
11th November 2005, 19:40
|
|
Replies: 14
Views: 19,638
thanks guys, got it working:
...
thanks guys, got it working:
nsExec::ExecToLog '"$INSTDIR\7z.exe" e MediaAutoGraph.rar -oc:\downloads\test"'
it copies the content of the rar archive to the downloads\test folder.
|
Forum: NSIS Discussion
11th November 2005, 19:24
|
|
Replies: 14
Views: 19,638
I tried this, but no luck:
File...
I tried this, but no luck:
File "..\UnRAR.exe"
File "..\MediaAutoGraph.rar"
nsExec::ExecToLog '"$INSTDIR\UnRAR.exe e" "MediaAutoGraph.rar"'
also tried using 7z:
File "..\7z.exe"
...
|
Forum: NSIS Discussion
11th November 2005, 18:50
|
|
Replies: 14
Views: 19,638
|
Forum: NSIS Discussion
11th November 2005, 18:37
|
|
Replies: 14
Views: 19,638
|
Forum: NSIS Discussion
11th November 2005, 18:26
|
|
Replies: 14
Views: 19,638
|
Forum: NSIS Discussion
30th October 2005, 23:41
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
30th October 2005, 23:27
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
30th October 2005, 22:19
|
|
Replies: 16
Views: 5,192
yep, sure: ...
yep, sure:
http://www.inmatrix.com/zplayer/formats/aac.shtml
here you can grab the aacparser.exe and see how it works. it's an opensource filter; the installation file was created using nsis.
|
Forum: NSIS Discussion
30th October 2005, 11:35
|
|
Replies: 16
Views: 5,192
most of those opensource packages have been...
most of those opensource packages have been created using nsis.
how do yo call the uninstallers created by those files.
Delete "$INSTDIR\cdxa.exe"
this deletes "cdxa.exe", but not the...
|
Forum: NSIS Discussion
29th October 2005, 17:09
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
28th October 2005, 23:17
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
28th October 2005, 22:17
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
28th October 2005, 19:50
|
|
Replies: 16
Views: 5,192
|
Forum: NSIS Discussion
28th October 2005, 19:40
|
|
Replies: 16
Views: 5,192
thanks for the reply. so, does it mean that I...
thanks for the reply. so, does it mean that I have to manually add a
!define MUI_FINISHPAGE_RUN "$INSTDIR\myappl.exe" entry for each application I want to be installed????
I thought the wizard...
|
Forum: NSIS Discussion
28th October 2005, 18:42
|
|
Replies: 16
Views: 5,192
Installer only runs one item out of twenty!
Hi there,
I'm a 100% newbie, and I'm using HM NIS editor's wizard to create my setup file. I'd like my setup file to install some filters and codecs for HTPC use. However, no matter how many items...
|