My team and I develop a program on VB.net. To run this program, user will
need to run an execute file (.EXE). The problem is that XP SP2 will also
prompt a windows and ask whether user want to run or cancel this. Ofcourse,
this case we need to run this program. So, is there anyway I can disable this
action. It is bothering our users a lot.

Thanks in advance

Re: Data Executable Prevention by Fadi

Fadi
Sun Aug 07 05:40:04 CDT 2005


I'm not sure if this what you need
right click on the file and select properties from the menu
and from general tab click on "Unblock"
then "OK"

Hope it will help

-----------------------------

"iamnats" <iamnats@discussions.microsoft.com> wrote in message
news:1BE228FE-E513-4B3B-952E-0C57019A55DF@microsoft.com...
> My team and I develop a program on VB.net. To run this program, user will
> need to run an execute file (.EXE). The problem is that XP SP2 will also
> prompt a windows and ask whether user want to run or cancel this.
> Ofcourse,
> this case we need to run this program. So, is there anyway I can disable
> this
> action. It is bothering our users a lot.
>
> Thanks in advance
>




Re: Data Executable Prevention by iamnats

iamnats
Sun Aug 07 23:21:01 CDT 2005

From what I understood after did many research. This need to deal with
digital signature from Microsoft. So, my next question is How to get the
signature and how much it cost me. In this case if this software I developed
need to pay for digital signature. WORTH IT??? I don't know why I have to pay
for my own programing code. Don't you think it's funny. Correct me if I'm
wrong.



"Fadi" wrote:

>
> I'm not sure if this what you need
> right click on the file and select properties from the menu
> and from general tab click on "Unblock"
> then "OK"
>
> Hope it will help
>
> -----------------------------
>
> "iamnats" <iamnats@discussions.microsoft.com> wrote in message
> news:1BE228FE-E513-4B3B-952E-0C57019A55DF@microsoft.com...
> > My team and I develop a program on VB.net. To run this program, user will
> > need to run an execute file (.EXE). The problem is that XP SP2 will also
> > prompt a windows and ask whether user want to run or cancel this.
> > Ofcourse,
> > this case we need to run this program. So, is there anyway I can disable
> > this
> > action. It is bothering our users a lot.
> >
> > Thanks in advance
> >
>
>
>
>

Re: Data Executable Prevention by PA

PA
Sun Aug 07 23:53:27 CDT 2005

See:

Detailed description of the data execution prevention feature in Windows XP
SP2
http://support.microsoft.com/?kbid=875352
--
~Robear Dyer (PA Bear)
MS MVP-Windows (IE/OE) & Security

> > > My team and I develop a program on VB.net. To run this program, user
> > > will need to run an execute file (.EXE). The problem is that XP SP2
> > > will also prompt a windows and ask whether user want to run or cancel
> > > this. Ofcourse,
> > > this case we need to run this program. So, is there anyway I can
> > > disable this
> > > action. It is bothering our users a lot.