cproudlock
ba434f346a
Add defensive .gitignore patterns for secrets/keys
...
Blocks .env, *.key, *.pem, id_rsa*, secrets.*, credentials.json, etc.
Preventive — no exposure found; future commits can't accidentally
leak these.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-17 12:50:07 -04:00
cproudlock
4c628bb748
Ignore uppercase binary extensions (.CAT, .INF, .DLL, etc.)
...
Follow-up to cc36182 : .gitignore patterns are case-sensitive on ext4,
so the previous lowercase-only rules let BRPRI16A.CAT/INF through.
2026-04-17 11:59:40 -04:00
cproudlock
3776ed9fd2
Untrack binary driver/installer payloads
...
Adds .cab, .sys, .dll, .inf, .cat, .dl_, .da_, .ch_, .in_, .ex_, .ds_,
.msp, .mst, and Thumbs.db to .gitignore. Removes 575 previously-tracked
binary files from the index (files remain on disk, just no longer version
controlled). Keeps .iss/.ps1/.md/.config source tracked.
2026-04-17 11:57:08 -04:00
cproudlock
99dbe1c47a
Add JT2GO, NetworkDriveManager, and Template projects
...
JT2GO:
- Inno Setup installer for JT2Go with prerequisite checking
- Checks for VC++ x86/x64 redistributables and .NET 4.8
- Verifies admin privileges before installation
- Supports silent installation mode
NetworkDriveManager:
- Full Inno Setup implementation with integrated PowerShell logic
- Menu-based interface for managing legacy domain network drives
- Features: backup/restore mappings, credential testing, drive reset
- Server migration from rd.ds.ge.com to wjs.geaerospace.net
- Three-phase reconnection to prevent error 1219 with multiple shares
- Add predefined drives (S:, V:, Y:) functionality
Template:
- Reusable Inno Setup project template for co-workers
- Documented sections with examples and best practices
- Includes utility functions and common patterns
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 16:07:07 -05:00
cproudlock
8be52f956e
Initial commit: Inno Setup installer packages
...
Installer packages for GE manufacturing tools:
- BlueSSOFix: Blue SSO authentication fix
- HIDCardPrinter: HID card printer setup
- HPOfflineInstaller: HP printer offline installer
- MappedDrive: Network drive mapping
- PrinterInstaller: General printer installer
- ShopfloorConnect: Shopfloor connectivity tool
- XeroxOfflineInstaller: Xerox printer offline installer
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-30 13:15:54 -05:00