[email protected] dixit:

>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
-- 
21:12⎜<Vutral> sogar bei opensolaris haben die von der community so
ziemlich jeden mist eingebaut │ man sollte unices nich so machen das
desktopuser zuviel intresse kriegen │ das macht die code base kaputt
21:13⎜<Vutral:#MirBSD> linux war früher auch mal besser :D

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

Reply via email to