2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FIX: Excessive logging both to c:\wpkg-gp-debug.log and to event log removed. - Wpkg-GP-Test.exe now honors the -debug flag, which makes it log to log file. - Wpkg-GP.dll (GPE extension) now logs to log file if HKLM\SOFTWARE\WPKG-GP\GPEVerbosity (REG_SZ) is 1 - New log file is INSTALLDIR\Logs\Wpkg-GP-Debug.log More... over 12 years ago
FIX: Issue on new installs if GroupPolicy dir did not exist Fixes issue #68 More... over 12 years ago
FIX: Service crashed without notice when event log is full. Added exception handling to logging. Fixes issue #67 More... over 12 years ago
Backwards compatablility of fix for issue #66 and r244 More... over 12 years ago
Minor enhancements to readability and logging. Also will not try to connect if no user name is provided. (See #62) More... over 12 years ago
Fix: Minor issue where the silent flag to VCRedist had accidentially been removed for silent installations. More... over 12 years ago
FIX Issues with making MSI files. MSI files are now separate packages, that have their own add/remove entry, but is suppressed. MakeMSI.exe now generates new GUID values for each package, and each change is treated as a Major Upgrade in MSI terms. Fixes issue #64 More... over 12 years ago
FIX: Code cleanup and fixing a buffer overflow issue in MultiByteToWideChar() conversion Fixes issue #63 More... over 12 years ago
FIX: Forcing quoting of encrypted password value in the configobj module by adding a # at the end of the BASE64 encoded value, and stripping it when reading. Fixes issue #66 More... over 12 years ago
FIX: /WpkgCommand ignored, causing issues. Closes issue #65 More... over 12 years ago
Status code missing from reeboot messages More... over 12 years ago
Fix: Removed logging of env variables, as information might be sensitive More... almost 13 years ago
Feature: Added debug logging of environment variables More... almost 13 years ago
FIX: Typo in error message and parameter formating. Fixes Issue #42 More... almost 13 years ago
Feature: You can now choose components to install in silent mode Fixes issue #54 More... almost 13 years ago
Removed MPR.dll which caused issues on 32-bit Vista More... almost 13 years ago
FIX: Added dependency on section 1 for section 3 More... almost 13 years ago
FIX: Jumping of information at boot Fixes issue #57 part 2 More... almost 13 years ago
FIX: Will now try to connect to the network share no matter if you have provided an account or not. This means that retry mechanisms etc also works if you have no network account. Fixes issue #58 More... almost 13 years ago
FIX: Removed a constraint that was not necessary and caused issues if User LGP have been configured Fixes issue #56 More... almost 13 years ago
FIX: Not sending "activity indicator" messages to Event log Fixed by adding status code 101 to messages with activity indicator, and filtering them out Fixes issue #57 More... almost 13 years ago
Updated for 0.14 More... almost 13 years ago
FIX: Added logging to module More... almost 13 years ago
Enchancement: Allows you to disable execution at startup. Fixes: issue #53 More... almost 13 years ago
Fix: issue that caused the execute loop to never finish More... almost 13 years ago
Fix: Minor issue with getting the last line of the output More... almost 13 years ago
FIX: Wpkg-GP was never connecting to the network with the network credentials provided. Fixes issue #52 More... almost 13 years ago
Fix: Minor issue that last row from output was not read More... almost 13 years ago
FIX: Reducing numer of lookups in ini file More... almost 13 years ago
FIX: More verbose error messages More... almost 13 years ago