Closed
Bug 660745
Opened 12 years ago
Closed 12 years ago
[SeaMonkey] Install "June 2010 or newer" DirectX SDK
Categories
(SeaMonkey :: Release Engineering, defect)
Tracking
(seamonkey2.3+ verified, seamonkey2.4 verified, seamonkey2.5 verified)
VERIFIED
FIXED
seamonkey2.5
People
(Reporter: sgautherie, Assigned: Callek)
References
Details
Attachments
(1 file, 1 obsolete file)
1.43 KB,
text/plain
|
Details |
Found while investigating bug 660727. Port bug 648804.
Flags: in-testsuite-
Assignee | ||
Updated•12 years ago
|
tracking-seamonkey2.3:
--- → +
Assignee | ||
Comment 1•12 years ago
|
||
Script I used to install onto all our win slaves. Successful (also removed script when I was done)
Assignee | ||
Comment 2•12 years ago
|
||
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.
Assignee | ||
Comment 3•12 years ago
|
||
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
Assignee | ||
Comment 4•12 years ago
|
||
done all but cn-sea-qm-win2k3-01 for the fixup reg (that slave is currently in a reboot cycle running chkdisk)
Assignee | ||
Comment 5•12 years ago
|
||
and now done on that slave.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•12 years ago
|
||
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"
Assignee | ||
Updated•12 years ago
|
status-seamonkey2.3:
--- → fixed
status-seamonkey2.4:
--- → fixed
status-seamonkey2.5:
--- → fixed
Target Milestone: --- → seamonkey2.5
You need to log in
before you can comment on or make changes to this bug.
Description
•