I've got a start script that looks like this:

#!/bin/sh
export
DYLD_LIBRARY_PATH=/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug:$DYLD_LIBRARY_PATH
export
LD_LIBRARY_PATH=/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug:$LD_LIBRARY_PATH
exec /usr/bin/mono
/mnt/hgfs/coleorton/Development/Work/cdi-call-center-biometrics/cdi-hs-hvd-biometric-authenticator/CDIHSHVDBiometricAuthenticator/CDIHSHVDBiometricAuthenticator/bin/Debug/CDIHSHVDBiometricAuthenticator.exe
"$@"

That I execute via `sudo ./CDIHSHVDBiometricAuthenticator`

I'd like to create a shortcut to the application - or bundle it up some how
so it's just an application one can install / create a shortcut to the
application somewhere.

I've gone through and read the Application Deployment guidlines @
http://www.mono-project.com/Guidelines:Application_Deployment, but I need
some more guidance.

Thanks in advance!

Cole
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to