I have used msi to install a form template to a folder but when I try to open
it I get "execution permission cannot be acquired." I am using managed code
and when I preview it I do not have any problems in debugging. It shows up in
the registry solutions. What might be going on? Thanks Tim

Signature
Tim
Franck Dauché - 08 Dec 2005 15:06 GMT
Hi Tim,
Are you using SharePoint? Sounds like a permission issue in SharePoint
Regards,
Franck Dauché
> I have used msi to install a form template to a folder but when I try to open
> it I get "execution permission cannot be acquired." I am using managed code
> and when I preview it I do not have any problems in debugging. It shows up in
> the registry solutions. What might be going on? Thanks Tim
Ben walters - 08 Dec 2005 21:56 GMT
Hey Tim
if you did creat the msi yourself (presumably using the Regform tool) you
will need to specify that the form is to be set to trusted mode to do this
you would run a command simmilar to the following
Regform.exe /C CompanyName /T Yes /MSI "<Path>/<FormName>.xsn"
there are some other options you can also set like version number and
template name but you should be able to find those flags if you run Regform /?
If you recieved this form from another source then you will need to talk to
them about creating the msi with the previouly noted command
> I have used msi to install a form template to a folder but when I try to open
> it I get "execution permission cannot be acquired." I am using managed code
> and when I preview it I do not have any problems in debugging. It shows up in
> the registry solutions. What might be going on? Thanks Tim