InnoSetup converter

Intro

The Deployment Wizard shipping with Visual Basic 6 is a nice program for collecting the files you need to distribute. The Setup is bad, as everyone knows who had to deploy a program for more than only a few users. So a lot of people switched to InnoSetup, including me. Visual Basic apps need a lot of files to distribute. Why not use the Deployment Wizard to collect the files I need and then converting them to InnoSetup? So I created this tool.

How to use

First create your setup using the P&D Wizard. Then start my tool and select the setup.lst you've just created. I recommend you to select the file in the support directory created by the P&D Wizard. After selecting your setup.lst click "Convert". You'll get an output in the main text box. Copy this output to the [Files] Section of your setup. You should also copy the path name in "Source Directory" to you InnoSetup File. Insert the path into the [Setup] section. E.g.: SourceDir=c:\files

Important: This tool only works with Visual Basic 6!

Download

The Download comes without any runtime DLLs, because this app is only interesting for people with an installed Visual Basic. If you don't think so, please mail me. I don't distribute this program with a setup. It's a really small tool, so why the overhead?
Download dp_to_is.zip (8 KB)

Support

Unfortunately I can't continue to provide support, because I don't use the tool myself.