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


_______________________________________________
Lynx-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to