Author: tom
Date: Wed Sep 17 14:20:33 2008
New Revision: 2923
URL: http://svn.slimdevices.com?rev=2923&root=Jive&view=rev
Log:
Initial squeezeplay installer release
Added:
7.3/trunk/squeezeplay/src/installer/
7.3/trunk/squeezeplay/src/installer/win32/
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcm90.dll
(with props)
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcp90.dll
(with props)
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcr90.dll
(with props)
7.3/trunk/squeezeplay/src/installer/win32/SqueezePlay.iss
Added:
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest?rev=2923&root=Jive&view=auto
==============================================================================
---
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
(added)
+++
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/Microsoft.VC90.CRT.manifest
Wed Sep 17 14:20:33 2008
@@ -1,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+ <noInheritable/>
+ <assemblyIdentity
+ type="win32"
+ name="Microsoft.VC90.CRT"
+ version="9.0.21022.8"
+ processorArchitecture="x86"
+ publicKeyToken="1fc8b3b9a1e18e3b"
+ />
+ <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file
name="msvcm90.dll" />
+</assembly>
Added: 7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcm90.dll
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcm90.dll?rev=2923&root=Jive&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcm90.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: 7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcp90.dll
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcp90.dll?rev=2923&root=Jive&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcp90.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: 7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcr90.dll
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcr90.dll?rev=2923&root=Jive&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
7.3/trunk/squeezeplay/src/installer/win32/Microsoft.VC90.CRT/msvcr90.dll
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: 7.3/trunk/squeezeplay/src/installer/win32/SqueezePlay.iss
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/installer/win32/SqueezePlay.iss?rev=2923&root=Jive&view=auto
==============================================================================
--- 7.3/trunk/squeezeplay/src/installer/win32/SqueezePlay.iss (added)
+++ 7.3/trunk/squeezeplay/src/installer/win32/SqueezePlay.iss Wed Sep 17
14:20:33 2008
@@ -1,0 +1,51 @@
+; Script generated by the Inno Setup Script Wizard.
+; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+
+#define MyAppName "SqueezePlay"
+#define MyAppVerName "SqueezePlay 7.3"
+#define MyAppPublisher "Logitech"
+#define MyAppURL "http://www.slimdevices.com"
+#define MyAppExeName "squeezeplay.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={{09B790E3-21E3-4D1A-8130-AAA9227C9785}
+AppName={#MyAppName}
+AppVerName={#MyAppVerName}
+AppPublisher={#MyAppPublisher}
+AppPublisherURL={#MyAppURL}
+AppSupportURL={#MyAppURL}
+AppUpdatesURL={#MyAppURL}
+DefaultDirName={pf}\{#MyAppName}
+DefaultGroupName={#MyAppName}
+OutputBaseFilename=setup
+Compression=lzma
+SolidCompression=yes
+OutputDir=Output\Squeezeplay
+
+[Languages]
+Name: english; MessagesFile: compiler:Default.isl
+
+[Tasks]
+Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription:
{cm:AdditionalIcons}; Flags: unchecked
+Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon};
GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
+
+[Files]
+Source: ..\..\Release\squeezeplay.exe; DestDir: {app}; Flags: ignoreversion;
Tasks: ; Languages:
+Source: ..\..\Release\*; DestDir: {app}; Flags: ignoreversion recursesubdirs
createallsubdirs; Excludes: *.pdb,*.ilk,*.exp,*.lib,stdout.txt,stderror.txt
+Source: .\Microsoft.VC90.CRT\*; DestDir: {app}\Microsoft.VC90.CRT; Flags:
ignoreversion
+Source: .\Microsoft.VC90.CRT\*; DestDir: {app}\socket\Microsoft.VC90.CRT;
Flags: ignoreversion
+Source: .\Microsoft.VC90.CRT\*; DestDir: {app}\mime\Microsoft.VC90.CRT; 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
+Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName};
Filename: {app}\{#MyAppExeName}; Tasks: quicklaunchicon
+Name: {group}\{cm:UninstallProgram, {#MyAppName}}; Filename: {uninstallexe}
+
+
+[Run]
+Filename: {app}\{#MyAppExeName}; Description: {cm:LaunchProgram,{#MyAppName}};
Flags: nowait postinstall skipifsilent
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins