Re: ClickOnce Nightmares



Hi,

Check the security permissions of your ClickOnce app. From what I gather,
your app is running ok locally but it is failing from the network location,
this would suggest security issues.
If there are security issues you need to create an .MSI file with the
security permissions that your ClickOnce needs.

As per setup.exe, just copy one from the location where VS2005 has created
it, since it is the same setup.exe (if you check the creation date of the
setup.exe file you will see that it is quite old). I think the setup.exe is
just a bootstrapper to allow you t install .NET 2.0 and other pre-requisites
for your ClickOnce app.

Hope this helps

Fitim Skenderi

"Rex the Strange" <roger.main@xxxxxxxxxxxxx> wrote in message
news:1161037429.705995.108190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm trying to deploy a clickonce application using the command line (so
that I can have it in a batch process). I have the following
problems/questions. Please, if anyone can help, I'd appreciate it.

I've managed to deploy the application using the instructions by
microsoft, here:

http://msdn2.microsoft.com/en-us/library/xc3tc5xx.aspx

This is all peachy keen. Works fine except...

1 - There is no "setup.exe" file as occurs when deploying through the
IDE. Why is this and can I get one?

2 - It cannot deploy over the network. Only locally (in other words,
installing from \\mycomputer\public fails, but c:\public succeeds).

3 - When it is installed it doesn't give me an icon in the
"Start\Programs" menu nor is it listed in the "Add/Remove Programs"
when installed. I was wondering, somewhat, if it actually installed at
all except that on install it runs (as it has been instructed to do)
and the exe is installed in my user directory.

Please help. What am I missing? If you have any questions feel free to
ask. I need to get this out the door soon so I will be checking this
post regularly.

tia,

rts.



.



Relevant Pages

  • Permissions Conflict or MS-Word Issue???
    ... permission + all security permissions except FULL ... To the Forms folder I've assigned read-only security ... Now to the filing cabinet. ... haven’t tried to install anything. ...
    (microsoft.public.win2000.security)
  • Cant access security settings
    ... I'm trying to remotely troubleshoot an individual's ... He's trying to install a plugin to ... Outlook and it fails with a ".dll failed to register" ... as we got "Unable to view security permissions." ...
    (microsoft.public.windowsxp.security_admin)
  • ClickOnce require admin rights?
    ... For a user to install a ClickOnce app (one that ... has been designated as Full-Trust), does that user have to have full ... admin rights to the machine? ...
    (microsoft.public.dotnet.distributed_apps)
  • ClickOnce require Admin rights?
    ... For a user to install a ClickOnce app (one that ... has been designated as Full-Trust), does that user have to have full ... admin rights to the machine? ...
    (microsoft.public.dotnet.framework.setup)
  • Re: Click once Installs returns XML page to XP Pro Clients...
    ... But when I click web page Install button the web server just returns the content of the .application file as XML to the browser on all my clients. ... You can make this a prereq in your ClickOnce app so it will install prior to installing the ClickOnce app. ...
    (microsoft.public.dotnet.framework.windowsforms)

Loading