aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-01 03:35:05 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-01 03:35:05 +0000
commit4dc66956d213cc5eace2810f21c7d9c28095f297 (patch)
treedf646ece9c01a598d9d60b06f8497834ae7d3abf /packaging
parente1e17ea8b2381629d6d9457d421e840c9a63f633 (diff)
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
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/ethereal.nsi3
1 files changed, 2 insertions, 1 deletions
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"