; Script generated by the Inno Script Studio Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "OTVDM" #define MyAppVersion "1.0" #define MyAppExeName "otvdmw.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{3DFD5E8B-2065-4C52-9C8D-87F8B2F127F1} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} OutputDir=C:\otvdm\setup OutputBaseFilename=otvdm_setup Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Files] Source: "C:\otvdm\files\otvdmw.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\otvdm\files\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" [Registry] Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\OTVDM"; ValueType: string; ValueName: "InstallPath"; ValueData: "{app}"