-
I've run into this as well and it's a serious limitation. When moving to x64 we basically have to re-write the bulk of our install kit in something other than WiX. Any estimate on when this might get fixed?.
2009-01-06 00:28:11 UTC in Windows Installer XML (WiX) toolset
-
Version 5.0.3, Windows XP Pro x64 SP2
After initially running the Notepad++ installer on a machine that has never had it installed before there is no Explorer context menu "Edit in Notepad++" for all files, even though that option was selected in the installer. If I reboot and run the installer again the menu item then appears. I've tested this on several machines now and it has happened...
2008-10-08 01:27:13 UTC in Notepad++
-
It would be great if ncrypt could read from stdin and write to stdout, similar to how tar and bzip work. Eg. say I want to compress AND encrypt some files I could do it in one go (faster and using less disk space) by running something like:
tar jc myfiles |ncrypt -e >myfiles.tar.bz2.encrypted
Same for decrypting.
2008-07-06 02:07:15 UTC in Ncrypt - File Encryptor/Decryptor/Wiper