close Warning: Can't use blame annotator:
svn blame failed on DRBLLiveSetupWizard/MainModule.bas: 200029 - Couldn't perform atomic initialization
20014 - Can't find a temporary directory: Internal error

source: DRBLLiveSetupWizard/MainModule.bas @ 27

Last change on this file since 27 was 13, checked in by sunny, 18 years ago
File size: 314 bytes
RevLine 
1Attribute VB_Name = "MainModule"
2Sub Main()
3
4    Key = GetRegKeyValue(HKEY_CLASSES_ROOT, _
5                          "CLSID\{1C3B4210-F441-11CE-B9EA-00AA006B1A69}\InprocServer32", "")
6       
7    If FileExists(Key) Then
8       LanguagePage.Show
9    Else
10       InstallFM20.Show
11    End If
12 
13End Sub
Note: See TracBrowser for help on using the repository browser.