; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "MSN Messenger" #define MyAppVersion "7.0.0820" #define MyAppPublisher "Microsoft Corporation (Patched by Computernewb)" #define MyAppURL "https://computernewb.com/" #define MyAppExeName "msnmsgr.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={{5A4F935B-1732-43BA-AA23-D2295385B961} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} AllowNoIcons=yes OutputDir=bin OutputBaseFilename=7.0.0820-setup Compression=lzma SolidCompression=yes [Languages] Name: "english"; MessagesFile: "compiler:Default.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "7.0.0820\msnmsgr.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\custsat.dll"; DestDir: "{app}"; Flags: ignoreversion regserver 32bit Source: "7.0.0820\dw.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\dxmrtp.dll"; DestDir: "{app}"; Flags: ignoreversion regserver 32bit Source: "7.0.0820\license.rtf"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\mailtmpl.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\msgsc.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\msgslang.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\MSNRedirector.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\newalert.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\newemail.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\nudge.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\online.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\psmsong.dll"; DestDir: "{app}"; Flags: ignoreversion regserver 32bit Source: "7.0.0820\ring.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\rtcdll.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\rtcres.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\type.wav"; DestDir: "{app}"; Flags: ignoreversion Source: "7.0.0820\wmv9vcm.dll"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent