Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 10 of 10
Search took 0.00 seconds.
Search: Posts Made By: xiaoy926
Forum: NSIS Discussion 14th November 2005, 00:17
Replies: 8
Views: 4,057
Posted By xiaoy926
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
Posted By xiaoy926
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
Posted By xiaoy926
here is my batch file: pushd C:\Program...

here is my batch file:

pushd C:\Program Files\ImageJ
start wjview /cp ij.jar;swing.jar;plugins ij.ImageJMain %1
popd
Forum: NSIS Discussion 10th November 2005, 06:30
Replies: 8
Views: 4,057
Posted By xiaoy926
here is my code for associating file type with my...

here is my code for associating file type with my program:
WriteRegStr HKCR ".qif" "" "HDDImage"
WriteRegStr HKCR "HDDImage" "" "maxtor HDD File"
WriteRegStr HKCR "HDDImage\shell\open" "" "open...
Forum: NSIS Discussion 10th November 2005, 04:14
Replies: 8
Views: 4,057
Posted By xiaoy926
how to associate a certain file type with the launched program with nsis

Dear all

I created a installer for my program with NSIS, now it works.But One certain file type recognized by my program can't be open by double clicking.

Maybe it needs to write some...
Forum: NSIS Discussion 10th November 2005, 03:34
Replies: 7
Views: 4,029
Posted By xiaoy926
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
Posted By xiaoy926
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
Posted By xiaoy926
My program runs with wjview command, which is...

My program runs with wjview command, which is included in a bat file.

before running the command wjview, it needs to know the directory of the program.
Forum: NSIS Discussion 8th November 2005, 04:43
Replies: 7
Views: 4,029
Posted By xiaoy926
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
Posted By xiaoy926
how to create installer for project which runs with batch file

Dear all

I am a new user and want to create a installer for my project.

My project runs with a batch file which includes a command "pushd" and a command "start wjview". I just know how to...
Showing results 1 to 10 of 10

 
Forum Jump