Closed Bug 660745 Opened 13 years ago Closed 13 years ago

[SeaMonkey] Install "June 2010 or newer" DirectX SDK

Categories

(SeaMonkey :: Release Engineering, defect)

x86
Windows Server 2003
defect
Not set
major

Tracking

(seamonkey2.3+ verified, seamonkey2.4 verified, seamonkey2.5 verified)

VERIFIED FIXED
seamonkey2.5
Tracking Status
seamonkey2.3 + verified
seamonkey2.4 --- verified
seamonkey2.5 --- verified

People

(Reporter: sgautherie, Assigned: Callek)

References

Details

Attachments

(1 file, 1 obsolete file)

Found while investigating bug 660727.
Port bug 648804.
Flags: in-testsuite-
Depends on: 632325
Blocks: 668723
Depends on: 671184
Attached patch script (obsolete) — Splinter Review
Script I used to install onto all our win slaves.

Successful

(also removed script when I was done)
err when verifying I noticed that my .reg file that was generated was malformed and part of the reg values were not stored right... fixing now.
Attached file script v2
issue was I used |REG_DWORD| and |REG_BINARY| instead of |dword| and |hex| respectively for the .reg generation
Attachment #546693 - Attachment is obsolete: true
done all but cn-sea-qm-win2k3-01 for the fixup reg (that slave is currently in a reboot cycle running chkdisk)
and now done on that slave.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Depends on: 673559
Not quite done, really.... we had a problem of the InstallPath not actually being set in reg, (\ was being treated as an escape char in the path when trying to set)

Fixed with the following batch on all win slaves:
REGEDIT4

; @ECHO OFF
; CLS
; REGEDIT.EXE /S "%~f0"
; EXIT

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX\Microsoft DirectX SDK (June 2010)]
"InstallPath"="d:\\sdks\\dx10"
Target Milestone: --- → seamonkey2.5
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: