
12-01-2002, 11:39 PM
|
|
|
|
hi kristine,
With Visual Installer it is quite easy to implement vb installers. The extension of installer is *.msi. To see if this extension is associated with any program, just search for such files. If they have an unknown icon. Then install instamsiw.exe from microsoft site.
the only drawback which i think is that you must have at least one visual studio component on ur pc.
To test your package try it out on another machine. or uninstall visual studio. then tryout by running the MSI file. be sure to backup all your project files before uninstalling.
You can mail me if you have additional problems.
|
|