; ; QuickDeskNote ; ============= ; ; ; Installing this component will allow you to quickly create notes ; on your Desktop or in any folder. ; ; ; 1. How to install QuickDeskNote ; ; Right-click on this file and select "Install". Additionally it is ; recommended to hide the extensions of known file types. You can do ; this in the folder options of Explorer. ; ; ; 2. How to use QuickDeskNote ; ; Right-click where you want to create the QuickDeskNote, select ; "New" and "QuickDeskNote". A yellow /!\ icon will appear. Instead ; of a name, now type your note. Finish editing with [Enter]. ; ; If you want to comment your note in a broader way, double-click on ; the icon or right-click on it and select "Comment". This will cause ; Notepad to pop up. ; ; To change the note, just slowly click twice on the text line or ; click once on the icon and press [F2]. ; ; Delete the QuickDeskNote how you do for every file. ; ; ; 3. How to uninstall QuickDeskNote ; ; Open the Control Panel, double-click on "Add/Remove Programs", ; select "QuickDeskNote" and click on "Add/Remove...". ; ; ; Copyleft © 2000 - 2012 Simon Bünzli ; Product of zeniko's software. ; [version] signature = "$CHICAGO$" AdvancedINF = 2.5,"You need a new version of advpack.dll" provider = %AUTHOR% [Strings] APPNAME = "QuickDeskNote" AUTHOR = "Simon Bünzli (zeniko@gmx.ch)" UIF = "Software\Microsoft\Windows\CurrentVersion\Uninstall\QDN" UNINSTALLTITLE = "Uninstall QuickDeskNote" UNINSTALLBEGIN = "Are you sure you want to uninstall QuickDeskNote?" UNINSTALLEND = "QuickDeskNote has been successfully removed from your computer." [DefaultInstall] CopyFiles = QDN.Files.Inf AddReg = QDN.Add.Reg BeginPrompt = InstallBegin Uninstall = DefaultUninstall [DefaultUninstall] BeginPrompt = QDN.UninstallPrompt EndPrompt = QDN.EndUninstallPrompt DelFiles = QDN.Files.Inf DelReg = QDN.Del.Reg [InstallBegin] Title=%APPNAME% [DestinationDirs] QDN.Files.Inf = 17 [SourceDisksNames] 1=%APPNAME%,,1 [SourceDisksFiles] QDN.inf=1,,3464 [QDN.Files.Inf] QDN.inf [QDN.Add.Reg] HKCR,.qdn,,,"QuickDeskNote" HKCR,.qdn\ShellNew,NullFile,,"" HKCR,QuickDeskNote,,,"QuickDeskNote" HKCR,QuickDeskNote\shell\open,,,"C&omment" HKCR,QuickDeskNote\shell\open\command,,,"%10%\notepad.exe ""%1""" HKCR,QuickDeskNote\DefaultIcon,,,"%11%\user.exe,1" HKLM,%UIF%,DisplayName,,%APPNAME% HKLM,%UIF%,UninstallString,,"RunDLL32.exe advpack.dll,LaunchINFSection %17%\QDN.inf,DefaultUninstall" [QDN.Del.Reg] HKCR,.qdn HKCR,QuickDeskNote HKLM,%UIF% [QDN.UninstallPrompt] Prompt = %UNINSTALLBEGIN% ButtonType = YESNO Title = %UNINSTALLTITLE% [QDN.EndUninstallPrompt] Prompt = %UNINSTALLEND% Title = %UNINSTALLTITLE% [DefaultInstall.NT] CopyFiles = QDN.Files.Inf AddReg = QDN.Add.Reg.NT BeginPrompt = InstallBegin Uninstall = DefaultUninstall [QDN.Add.Reg.NT] HKCR,.qdn,,,"QuickDeskNote" HKCR,.qdn\ShellNew,NullFile,,"" HKCR,QuickDeskNote,,,"QuickDeskNote" HKCR,QuickDeskNote\shell\open,,,"C&omment" HKCR,QuickDeskNote\shell\open\command,,,"%10%\notepad.exe ""%1""" HKCR,QuickDeskNote\DefaultIcon,,,"%11%\user32.dll,1" HKLM,%UIF%,DisplayName,,%APPNAME% HKLM,%UIF%,UninstallString,,"RunDLL32.exe advpack.dll,LaunchINFSection %17%\QDN.inf, DefaultUninstall"