Resolved - VB.net Deployment / Installation
right i have a project completed i've been working on for my dad
i've searched lots but cannot find a solution
.... when i test and install it on my machine it runs fine
(ive created a setup project inside the original solution)
.... when i try to run it on my dads it tells me the files been blocked
can anyone explain why this keeps happening ??
its really frustrating !!
btw.. hi to everyone ... this is my second post have been lurking for ages but need some knowledge hope you guys can help ;0)
many thanks
ill skills
Re: VB.net Deployment / Installation
Do you have Admin permissions on your Dads system? Is it running any kind of antivirus program or other protection program? What OS is he running? Which version of .NET are you running?
Re: VB.net Deployment / Installation
vb .net 7.1.388
windows xp at home
windows xp on my dads pc
.net framework 1.1.4322
and he has the default ms fire wall and virus sotware on there ... its these programmes that keep blocking mine :(
hope this helps pin pointing the problem
Re: VB.net Deployment / Installation
and i should have admin permissions on his pc ... its just a standard desktop pc with xp
Re: VB.net Deployment / Installation
Re: VB.net Deployment / Installation
Quote:
Originally Posted by illskills
right i have a project completed i've been working on for my dad
i've searched lots but cannot find a solution
.... when i test and install it on my machine it runs fine
(ive created a setup project inside the original solution)
.... when i try to run it on my dads it tells me the files been blocked
can anyone explain why this keeps happening ??
its really frustrating !!
btw.. hi to everyone ... this is my second post have been lurking for ages but need some knowledge hope you guys can help ;0)
many thanks
ill skills
Just thinking?
I've got a question for you, because your application runs well on your PC!
( your files still exist on your PC: c:\ documents and settings.....blablabla )
I think you didn't included you files into your applicationsetup and that's, I think, the reason why the Files been blocked on your dad's PC.
Trying to help and learning in the mean time!
sparrow1
Re: VB.net Deployment / Installation
Could you give us the exact error message or, maybe a screenshot?
Re: VB.net Deployment / Installation
Could you try turning off the AV and lowering the firewall just for a test install?
Re: VB.net Deployment / Installation
I had this problem with my first "deployment" as well, but it was related to permissions. Seems like since i developed it on my computer, it had all the permissions it needed there by default. So, on at least one of the other PC's i had to go to control panel, administrative tools, microsoft.net framework ....wizards and gave the executable all the possible rights it could need. Subsequently, when i "built" the application and took the MSI file and setup/install files to other machines, and installed it, this wasn't a problem - but I'm not sure why. Could be that the pc tech that imaged the machines for me copied that adjustment as well.
kgb
Re: VB.net Deployment / Installation
If he imaged the system after you adjusted the framework permissions then it would have been set already for the others. ;)
Re: VB.net Deployment / Installation
thanks dudes ... will ask my dad what the exact error it is hes getting and get back to you ;)
Re: VB.net Deployment / Installation
i could post the installer ... anybody willing to give it a look and ill pm you a link
Re: Resolved - VB.net Deployment / Installation
wrong version of the framework on his pc .... have tested it on a 98 machine and works sweeet ... many thanks