lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] lynx2.8.8dev.12e HELP


From: pfourier
Subject: Re: [Lynx-dev] lynx2.8.8dev.12e HELP
Date: Mon, 30 Jul 2012 21:50:07 -0500 (CDT)

Re: [Lynx-dev] lynx2.8.8dev.12e HELP
On Mon, 30 Jul 2012 13:52:22 (CDT) Thorsten Glaser wrote:

>Using the Simplified, Win32-Borland 'C' compile instructions created
>a stable binary. What is the proper procedure to generate a Win32
>installer/uninstaller for this lynx binary code?

I'd write a .INF file.
Example:
[Version]
Signature=$CHICAGO$
[DestinationDirs]
?
[DefaultInstall]
CopyFiles=?
AddReg=UninstAddReg
[LynxRemove]
DelFiles=?
DelReg=UninstAddReg
[UninstAddReg]
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\pfourierLynx,"DisplayName",,"Lynx
as packed by pfourier"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
\pfourierLynx,"UninstallString",,"rundll32 setupapi.dll,InstallHinfSection 
LynxRemove 132
pflynx.inf"
?
HTH & HAND,
//mirabilos
~~~~~~~~~~~

Hi,
Your suggestion of writing an .INF file led me here:
http://www.jrsoftware.org/isinfo.php

Shouldn't the free 'QuickStart Pack' be adequate to setup Lynx?

Regards,
Larry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]