Add OpenText/brother installers and update printer installer scripts
- New PrinterInstaller support for Brother MFC-J series (driver source, DSI files; binaries gitignored) - New OpenText HostExplorer 15 installer (profiles, shortcuts, .iss; .exe/.cab/.msi gitignored) - New HP printer driver support files (.gpd/.cfg/.xml/.dtd) for 3556 model series - PrinterInstaller.iss rework with additional driver paths - FQDNUpdate, MachineAuth, XeroxOfflineInstaller minor updates Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -54,14 +54,14 @@ begin
|
||||
if IsX64 then
|
||||
begin
|
||||
HPDriverDir := ExpandConstant('{tmp}\hp_drivers_x64');
|
||||
HPInfFile := ExpandConstant('{tmp}\hp_drivers_x64\hpcu345u.inf');
|
||||
HPCatFile := ExpandConstant('{tmp}\hp_drivers_x64\hpcu345u.cat');
|
||||
HPInfFile := ExpandConstant('{tmp}\hp_drivers_x64\hpcu355u.inf');
|
||||
HPCatFile := ExpandConstant('{tmp}\hp_drivers_x64\hpcu355u.cat');
|
||||
end
|
||||
else
|
||||
begin
|
||||
HPDriverDir := ExpandConstant('{tmp}\hp_drivers_x32');
|
||||
HPInfFile := ExpandConstant('{tmp}\hp_drivers_x32\hpcu345c.inf');
|
||||
HPCatFile := ExpandConstant('{tmp}\hp_drivers_x32\hpcu345c.cat');
|
||||
HPInfFile := ExpandConstant('{tmp}\hp_drivers_x32\hpcu355c.inf');
|
||||
HPCatFile := ExpandConstant('{tmp}\hp_drivers_x32\hpcu355c.cat');
|
||||
end;
|
||||
|
||||
// Build installation batch script
|
||||
|
||||
Reference in New Issue
Block a user