Hi,
Has anyone tried deploying .Net 3/2/1.1 applications with older versions of InstallShield? Specifically installshield versions with no built-in .Net support yet.
I'll be using InstallShield version 2.03. What's the best way to do this? Is there a merge module for .net?
Any advice, suggestions would be greatly appreciated. I'm having a hard time converting our existing InstallShield project from version 2.03 to version 2008. That's why I opt to deploy it using version 2.03 instead.
Thank you very much.
Regards,
Jan
Loading
Jan MontanoPosted Dec 12, 2007, 9:01 PM
Jan
Mike GoldPosted Dec 10, 2007, 12:24 PM
Hi Jan,
I think you can somehow put up a custom yes/ no dialog in InstallShield to ask if they want to install .NET. Then if they click yes, have it launch dotnetfx.exe (If your app is .NET version specific e.g. 2.0, then you can just run the dotnetfx.exe redistributable). I would also put this at the end of the InstallShield script.
Best,