Archive: dirshow bug?


dirshow bug?
directory choice does NOT appear :(

OutFile "setup.exe"
Name "Blah"
Brandingtext " "
Icon nsis\install.ico
SilentInstall normal
SilentUnInstall normal
CRCCheck on

InstallDir "$PROGRAMFILES\Hive"

LicenseText "You must agree to this license before installing."
LicenseData "dist\license.txt"

ComponentText "Release 0.2 06/20/2002"
EnabledBitmap nsis\check.bmp
DisabledBitmap nsis\nocheck.bmp

DirShow show
AllowRootDirInstall true

InstProgressFlags smooth
AutoCloseWindow false
ShowInstDetails hide

UninstallIcon nsis\uninstall.ico

SetCompress auto
SetDateSave on


solved...it was because of a missing dirtext. the strange thing is that it worked before without it.