English 中文(简体)
网上安装最快、最便捷的安装器?
原标题:Fastest, easiest installer from web?
  • I have a file that is an executable (.exe) that I want to distribute
  • I want users to run it as simply as humanly possible
  • Is there a way to simplify this process, with different technologies (eg, Java) assisting along the way?

<<>Current Situation

Internet Exploration

  1. User downloads in the regular way
  2. User clicks run
  3. User clicks run again
  4. User gives UAC permission

Firefox

  1. User downloads in the regular way
  2. Opens saved items
  3. Double clicks the installer
  4. Gives permission to run the installer
  5. Grants UAC permission

这似乎不像一个经验丰富的用户那样漫长的过程,而对于一个经验不足的用户来说,这可能是一种永恒。

Is there a faster, easier way to pull this off?

问题回答

努力简化这一进程,就象控制用户和用户的安全。 我只能想象的是,使用 Java光或网络应用,而不是可起诉的档案。

如果你将档案安装到某些用户地点,如用户名次低和安装器,那么除了在目前用户区部署可执行和(或)可能不会要求提升特权的捷径外,别无其他用途。 签署附有有效证书的申请(或安装机)也可允许您避免电离析的互动。

我确实怀疑,你会大大简化这一进程,因为它可能已经接近于系统。





相关问题
Correct place to install demostration projects?

With the new Windows 7 restrictions (well, new to Windows Vista anyways), we can no longer install demo projects to %ProgramFilesFolder%OurApplicationdemo since restricted users will not be able to ...

.deb package conffiles problem

I am distributing one of my applications using a .deb package, but have a problem relating to one of the files. The distribution includes a database file which is constantly updated by the app, on a ...

Closing an application using WiX

In creating my WiX installer I have run into an issue when trying to close an application before installing the upgrade. Below is an example of how I am attempting to do this. <util:...

VS 2005 Setup - HKCU

I am trying to fix an existing application that uses a Visual Studio 2005 setup project. We are requiring it to work on limited user accounts for XP, our app is written in C# for .Net 2.0. It writes ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

configsource and installer

I have an project csproj, with app.config file, and logging Ent.Library section using configsource attribute. The logging section is in ahother file Configloggingconfiguration.config. I have a ...

热门标签