Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi ,

I have made a program with VB 2010 express and i have saved the folder on my desktop.It works fine but if i move the folder to another place except desktop i won't work anymore.I create a setup file with Inno and install it to another pc but it doesnt download the .4 Net Framework (i have ticked it into VB to download the prereuisites from the component vendor's web site)and it doesnt work. What am i doin wrong ?Appreciate your help!!


[edit]Subject only. Please try to use a meaningful subject: "Help A.S.A.P Problem!" does not tell us anything about your difficulty or allow us to decide in advance if we can help - OriginalGriff[/edit]
Posted
Updated 22-Feb-12 5:07am
v2

1 solution

The setting you "ticked" only applies to the ClickOnce deployment used by Express. Since you're not using that, becuase you're using InnoSetup, that setting doesn't apply. You have to install the .NET Framework 4 on the target machine seperately.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900