From 4dc66956d213cc5eace2810f21c7d9c28095f297 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 1 Feb 2004 03:35:05 +0000 Subject: Arrange that the shortcuts for Ethereal start Ethereal in the user's profile directory, so that the file dialogs start there rather than in the directory in which the MIB files appear. svn path=/trunk/; revision=9933 --- packaging/nsis/ethereal.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index 8d5d7e2cc0..b8db29b93a 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.40 2004/01/26 21:12:41 ulfl Exp $ +; $Id: ethereal.nsi,v 1.41 2004/02/01 03:35:05 guy Exp $ ; ============================================================================ ; Header configuration @@ -263,6 +263,7 @@ SectionEnd Section "Start Menu Shortcuts" SecShortcuts ;------------------------------------------- +SetOutPath $PROFILE CreateDirectory "$SMPROGRAMS\Ethereal" Delete "$SMPROGRAMS\Ethereal\Ethereal Web Site.lnk" -- cgit v1.2.3