English 中文(简体)
更改从{用户docs}改为{commondocs}
原标题:Change from {userdocs} to {commondocs}
  • 时间:2011-11-18 01:19:25
  •  标签:
  • inno-setup

我的申请目前用以下几条线将文件和其他文件安装给两只夹:

Source ... DestDir: {userdocs}{#MyAppName}Layouts
Source ... DestDir: {userappdata}{#MyAppName}

直到现在,我一直没有满足教室中的一些用户必须安装一个(行政)用户的软件,但学生则使用该软件。

I have just created some code that uses CreateInputOptionPage to create a custom wizard page that asks the user whether to install to documents to the current user or all users.

我如何利用我的新的习俗百花页来控制上述两条源线。 参照页值,而不是以上“用户数据”。 数值[0],我想使用{共同数字}和{共同数据}。 (我是否认为使用共同的夹子是正确的?)

Can 我会创造某种时间变量,在源线上可以使用,或可变电子数据系统?

Does iss have other built-in functionality to help me in this area?

最佳回答
问题回答

暂无回答




相关问题
Changing AppID and AppName based on user input

I want to install the same application multiple times on the same system, for example for two user using two different web services (each one has their own). In in my setup script I want to change ...

InnoSetup: Getting AppName in [Code] section

I m creating an installer using InnoSetup, and writing some custom handlers in a [Code] section. In one of the handlers, I would like to be able to retrieve the value of the AppName (or, potentially, ...

Building Installation Disk for My Delphi 2010 Application

Can someone please give me a step by step on how to build an installation disk for my Delphi 2010 application? I have tried both InstallAware Express Edition which comes with Delphi 2010 but keeps on ...

Inno Setup custom welcome page

How can I customize the welcome page of an Inno Setup installer? I want to create an installer similar to Skype s installer with only 3 pages: Custom Welcome Page with some options Progress Page ...

Why would an ocx control not register properly?

I am writing an app that needs to use a third party ocx control. In my Inno Setup script I include the line: Source: C:aPathaControl.ocx; DestDir: {app}; Flags: restartreplace sharedfile regserver ...

Modifying the color scheme for an Inno Setup Installer

I ve been playing around with Inno Setup 5.3.6; trying to customize the installers colors. Mainly the banner that appears at the head of the installer. But as of yet i have no luck finding a way of ...

How do you distribute an HTML/Javascript web app?

I ve built a web page using HTML and Javascript that acts like a desktop app. I d like to distribute it to users in the methods they are most familiar with. For Windows users, I think this is an ...

热门标签