Google Code Exporter
Google Code Exporter
``` Currently the logs are full of messages about the encoding of the included files. This happens regardless of the verbosity option. I do think that only /V3 or even...
``` As the Swedish translator of FreeFileSync, I would like to suggest a small, but in my opinion important, cosmetic change to your installer translation. It´s not that the present...
``` What steps will reproduce the problem? 1. Compile an installer which writes an uninstaller. 2. Sign the installer. 3. Call it to create the uninstaller. 4. Try to sign...
``` MUI_UNPAGE_CONFIRM does not wait for accepting or canceling just starts Uninstall section. some parts of my nsh: ... !include "MUI2.nsh" ... !insertmacro MUI_UNPAGE_CONFIRM !insertmacro MUI_UNPAGE_INSTFILES ... Function un.onInit nsExec::Exec...
``` What steps will reproduce the problem? 1. Compile example2.nsi sample script distributed with NSIS 2. Install on Vista x64 (tried here on Vista x64 Ultimate SP2), accepting all defaults...
``` It seems like makensis does a conversion to char* at some point, a simple UTF16LE .nsi with some non-ascii characters do not make it all the way from input...
``` c:\snipped\nsis-2.46.4>makensis.exe - < Examples\example1.nsi That command prints: Processing script file: "stdin" Invalid command: ■; Error in script "stdin" on line 1 -- aborting creation process This is nsis-2.46.4-Unicode on...
``` What steps will reproduce the problem? 1. Launch the application 2. Hit Start button. 3. Play DTMF tones from any other device. 4. It shows the proper decoded digits...
``` from the queue of dtmf, receiver misses some numbers in between and there is no particular pattern for missing numbers. Where I want to use this dtmf decoder, i...
``` What steps will reproduce the problem? 1. Define 112 tests (I have 112 tests in 12 test cases). No disabled cases. 2. run with gtest-gbar What is the expected...