Page 1 of 1

J# .NET Version 1.1 Redistributable

Posted: Mon May 02, 2005 11:08 pm
by wdevine
Hello,

I was wondering if anyone could offer me a 'best approach' suggestion. I need to install the J# .NET 1.1 Redist which exists in an exe -> vjredist.exe.

I thought about just including it as part of my install and then running it, but I don't want the vjredist.exe left lying around on the client's computer after the install has completed.

I'd love to hear any suggestions.

Thank you for your time!

Bill

Posted: Tue May 03, 2005 7:07 am
by sinan
InstallAware already has a built-in plugin for this.
Simply create a new project using the project wizard and check this runtime.

You can then copy-paste code created into your own setup project.