home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-07-08 | 1.8 KB | 67 lines |
- ; Software Installation Manager 1.0
- ; How Does It Work
- ; Setup information file
-
- ; General information
- [Setup]
- RegKey = Infoware\How Does It Work ; Unique Key for this application, do not change!
- AppDir = C:\KOCH\How Does It Work ; default destination directory
- AppFolder = KOCH CD-ROM ; default start menu folder name
- Description = How Does It Work; textual description
- Files=Files
- Links=Links
- Registry=Registry
- Drivers=Drivers
-
- ; Files
- [Files]
- %SysSharedDir%\pisetup.dll=pisetup.dll, common
- #if _M_IX86 >= 500
- %SysSharedDir%\pivideo.dll=pentium\pivideo.dll, common
- #else
- %SysSharedDir%\pivideo.dll=486\pivideo.dll, common
- #endif
- house.exe=house.exe, main
- mlresman.dll=mlresman.dll
- mlnavi.dll=mlnavi.dll
- mlmview.dll=mlmview.dll
- mvcl13n.dll=mvcl13n.dll
- mvfs13n.dll=mvfs13n.dll
- mvsr13n.dll=mvsr13n.dll
- mvtl13n.dll=mvtl13n.dll
- readme.txt = readme.txt
- data\house.hlp=data\house.hlp
- data\house.m13=data\house.m13
- data\forward.ani=data\forward.ani
- data\left.ani=data\left.ani
- data\right.ani=data\right.ani
- data\show.ani=data\show.ani
- data\stop.ani=data\stop.ani
- data\turnl.ani=data\turnl.ani
- data\turnr.ani=data\turnr.ani
- data\house.gid ; this file created by Windows help and must be deleted on uninstall
-
- ; Links to create
- [Links]
- %Programs%\%AppFolder%\How Does It Work = Program Link
- %Programs%\%AppFolder%\How Does It Read Me = ReadMe Link
- %Programs%\%AppFolder%\How Does It Uninstall = Uninstall Link
-
- [Program Link]
- Path = %AppDir%\house.exe
-
- [ReadMe Link]
- Path =%AppDir%\readme.txt
-
- [Uninstall Link]
- Path = RunDll32.exe
- Arguments = pisetup.dll,stAppMenu_RunDLL Infoware\How Does It Work
- IconLocation = %SysSharedDir%\pisetup.dll
-
- ; Registry
- [Registry]
- CD=%SrcDrive%
-
- [Drivers]
- VIDC.PIVC = pivideo.dll, PIVideo Codec for Windows 32
-