|
-
Jun 3rd, 2008, 04:44 PM
#1
Thread Starter
Hyperactive Member
Deploying a VB.NET application with Inno Setup
Hi,
My application is very complicated and I wish to deploy it with Inno Setup as it will make things easier. Originally I planned a SFX and then run a install.vbs script to do it but I'd like to compile it to one file, possible with Inno.
I am wondering how I will approach these two things:
1. Detect .NET 3.5 and if not available make them download it (I searched on Google but can only find info for this pre-requisite on .NET 2.0)
2. Run a script after install, my vbscript basically configures the firewall, I may even put it into the application as originally I was using the vbscript to create an objExplorer instance to show a dialogue to prompt for .NET 3.5.
Maybe this is not the best way to do it.
Thanks for your time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|