English 中文(简体)
斜体安装器会产生短小差错,造成批量文档的缩略,造成价值上未知的开端。
原标题:nsis installer create shortcut error , creating shortcut of a batch file assigns an unknown start in value

我正在安装目录中制作一个批量档案的短片。 我还在安装台上安装了一台ZIP。

用户将INSTDIR作为:E:my/61/3er

When the installer creates the shortcut, then on viewing the PROPERTIES of that shortcut file, i found that Start in : is = E:myfolderIP , why so?

i 要求它成为“敌人”。

我不知道为什么在开始时增加“ZIP”的价值?

  CreateShortCut "$INSTDIRmySOFTWARE.lnk" "$INSTDIRmysoftware.bat"
最佳回答

• 创建婚前使用ir子,作为fold子的开端,这样,如果你需要一个具体开端,你就必须在要求创建施舍之前使用《原则和规则》:

SetOutPath "$INSTDIR"
CreateShortcut "$INSTDIRmySOFTWARE.lnk" "$INSTDIRmysoftware.bat"

另一种选择是,在你的批量档案中采用一条具体的道路,“%~dp0”是通往批次的通道。

问题回答

暂无回答




相关问题
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 ...

热门标签