Forum: NSIS Discussion
14th November 2005, 00:17
|
|
Replies: 8
Views: 4,057
pushd C:\Program Files\ImageJ
start wjview...
pushd C:\Program Files\ImageJ
start wjview '/cp ij.jar;swing.jar;plugins ij.ImageJMain "%1"'
popd
my progran cann't run with these commands, so file association also doesn't.
Before...
|
Forum: NSIS Discussion
11th November 2005, 07:57
|
|
Replies: 8
Views: 4,057
Stu
I have tried to chanage the bat file...
Stu
I have tried to chanage the bat file like this :
pushd C:\Program Files\ImageJ
start wjview /cp ij.jar;swing.jar;plugins ij.ImageJMain "%1"
popd
or like this :
pushd C:\Program...
|
Forum: NSIS Discussion
10th November 2005, 08:29
|
|
Replies: 8
Views: 4,057
|
Forum: NSIS Discussion
10th November 2005, 06:30
|
|
Replies: 8
Views: 4,057
|
Forum: NSIS Discussion
10th November 2005, 04:14
|
|
Replies: 8
Views: 4,057
|
Forum: NSIS Discussion
10th November 2005, 03:34
|
|
Replies: 7
Views: 4,029
kichik
thank you very much.
I just...
kichik
thank you very much.
I just recreate the batch file contents in NSIS script and set this file for MUI_FINISHPAGE_RUN_FUNCTION. It works well.
regards
dongfang
|
Forum: NSIS Discussion
8th November 2005, 07:31
|
|
Replies: 7
Views: 4,029
for the exe program,NSIS defines the running...
for the exe program,NSIS defines the running variable like that :
!define MUI_FINISHPAGE_RUN "$INSTDIR\MyProgram.exe"
but if the program is not exe project and runs with a batch file, I define...
|
Forum: NSIS Discussion
8th November 2005, 07:06
|
|
Replies: 7
Views: 4,029
|
Forum: NSIS Discussion
8th November 2005, 04:43
|
|
Replies: 7
Views: 4,029
Nsis can crreate installer for a non-exe project
Dear all
I know the NSIS can create a installer for a exe program, but I am wondering whether it can do this for a non-exe program,if so, how can it do that?
whoever knows this, please give me...
|
Forum: NSIS Discussion
3rd November 2005, 06:15
|
|
Replies: 1
Views: 1,573
|