Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   Run C# application from installer (http://forums.winamp.com/showthread.php?t=235515)

tarutara83 15th January 2006 07:53

Run C# application from installer
 
Hi everyone

I am trying to run an C# application which from my setup created using NSI.
This application scans a directory named "schema". I am creating the directory "schema" using CreateDirectory "$INSTDIR\schema".
Schema directory is also created.

My problem is that my application is not reading the directory.

Does any one know what to do?
Please help

Thankyou
in advance

Afrow UK 15th January 2006 09:35

Perhaps you should set the working directory to "$INSTDIR\schema" with SetOutPath before calling your application.

-Stu


All times are GMT. The time now is 05:41.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.