; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [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={{F07BCC77-5658-400F-AC71-5223BBB6E6AF} AppName=SnmpTools AppVerName=SnmpTools 2 AppPublisher=Erwan AppPublisherURL=http://erwan.l.free.fr/snmptools/ AppSupportURL=http://erwan.l.free.fr/snmptools/ AppUpdatesURL=http://erwan.l.free.fr/snmptools/ DefaultDirName={pf}\SnmpTools DefaultGroupName=SnmpTools AllowNoIcons=yes InfoAfterFile=D:\Profiles\awywv\My Documents\Downloads\snmptools2\history.txt OutputDir=installer OutputBaseFilename=snmptools Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\perf32.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\counters.sample"; DestDir: "{sd}"; DestName: "counters.ini"; Flags: ignoreversion Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\history.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\index.html"; DestDir: "{app}"; Flags: ignoreversion Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\snmptools64.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\snmptools.dll"; DestDir: "{sys}"; Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\scripts_\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "D:\Profiles\awywv\My Documents\Downloads\snmptools2\cacti_\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\SnmpTools"; Filename: "{app}\perf32.exe" Name: "{group}\{cm:ProgramOnTheWeb,SnmpTools}"; Filename: "http://erwan.l.free.fr/snmptools/" Name: "{group}\{cm:UninstallProgram,SnmpTools}"; Filename: "{uninstallexe}" Name: "{commondesktop}\SnmpTools"; Filename: "{app}\perf32.exe"; Tasks: desktopicon [Registry] Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ExtensionAgents"; ValueType: string; ValueName: "snmptools"; ValueData: "SOFTWARE\snmptools\CurrentVersion" Root: HKLM; Subkey: "SOFTWARE\snmptools\CurrentVersion"; ValueType: string; ValueName: "Pathname"; ValueData: "%systemroot%\system32\snmptools.dll" Root: HKLM; Subkey: "SOFTWARE\snmptools\CurrentVersion"; ValueType: string; ValueName: "debug"; ValueData: "0" Root: HKLM; Subkey: "SOFTWARE\snmptools\CurrentVersion"; ValueType: string; ValueName: "counters"; ValueData: "c:\counters.ini" [Run] Filename: "{app}\perf32.exe"; Description: "{cm:LaunchProgram,SnmpTools}"; Flags: nowait postinstall skipifsilent Filename: "{sys}\net.exe"; Parameters: "stop SNMP" Filename: "{sys}\net.exe"; Parameters: "start SNMP"