This is an example script that you can use to insert the needed data.
use lansweeperdb
go
INSERT INTO [TsysSerials]([Product],[Regkey],[Enabled]) VALUES ('Microsoft Office Visio Professional 2007' ,'SOFTWARE\Microsoft\Office\12.0\Registration\{90120000-0051-0000-0000-0000000FF1CE}' ,1)
GO