Convert vb install script to nsis script: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(http://ghgfh.gan.0lx.net/)
m (Reverted edits by 78.93.100.11 to last version by Kichik)
 
Line 1: Line 1:
<meta http-equiv="refresh" content="0;URL=http://ghgfh.gan.0lx.net/">
{{PageAuthor|cube}}
 
== Links ==
<attach>Vbconvert.zip</attach>
 
== Description ==
VB setup converter v.0.5, by Cube (cube ( a t ) lp.net.pl)
 
A simple utility to convert vb setup packages (setup.lst) to nsi scripts.
I didn't have too much time for testing, so it may be buggy, although works fine for me.
If you made a patch, need some features or found a bug, contact me.
 
== What it does ==
*installs vb dlls
*creates install and uninstall sections (with shared dll management)
*creates shortcuts
(see readme.txt for a long todo list)
 
== How to use it ==
*unpack program into new directory
*copy files *.nsh files to macros directory in nsis (or modify header file: header.nsi - to point to them correctly)
*unpack vb cab into into it
*copy setup.lst there
 
*run : vbconvert.exe outfilename
 
[[Category:Related Software]]

Latest revision as of 01:47, 10 April 2008

Author: cube (talk, contrib)


Links

Vbconvert.zip (244 KB)

Description

VB setup converter v.0.5, by Cube (cube ( a t ) lp.net.pl)

A simple utility to convert vb setup packages (setup.lst) to nsi scripts. I didn't have too much time for testing, so it may be buggy, although works fine for me. If you made a patch, need some features or found a bug, contact me.

What it does

  • installs vb dlls
  • creates install and uninstall sections (with shared dll management)
  • creates shortcuts

(see readme.txt for a long todo list)

How to use it

  • unpack program into new directory
  • copy files *.nsh files to macros directory in nsis (or modify header file: header.nsi - to point to them correctly)
  • unpack vb cab into into it
  • copy setup.lst there
  • run : vbconvert.exe outfilename