installshield

VS 之 InstallShield Limited Edition for Visual Studio 2015 图文教程

不羁的心 提交于 2019-12-03 04:17:45
原文地址: https://www.cnblogs.com/lxhbky/p/10695527.html VS2017、VS2019没有Setup安装项目(Visual Studio Installer)_解决方案   前言: VS2010中有一个自带的安装部署项目,叫:Visual Studio Installer ,我们通常称为:setup项目,是一个用于自定义安装部署的项目方案。但是在VS2017,VS2019中均不见了,安装程序组件中也没有,通过强大的谷歌和百度,发现有一个扩展方案,在VS市场里有一个可用的VS扩展,一般还很难找:   先把下载地址粘贴给各位:    VS2017,VS2019 下载Setup(Visual Studio Installer)项目扩展地址: https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects   我的另一篇博文也提及过这个问题: https://www.cnblogs.com/lxhbky/p/10616524.html   最近发现微软是有意废除安装项目的,合作了一个第三方的安装项目单独使用,没时间研究先放这,具体查看: VS 之 InstallShield

Where does Windows store ACLs and do ACLs follow a file from one machine to another?

…衆ロ難τιáo~ 提交于 2019-12-03 03:13:28
Our app uses a component that requires a license file in the directory with our executable, which happens to be a .NET WinForms app though I think it is immaterial to this question. When installed on some XP Pro machines (just three out of several hundred thus far), the component throws a license exception. So I regenerated the license file and sent it to the component vendor (EMC Captiva), where the vendor claims the error is due to the fact that the "Users" group has no read permissions on the file. The user who encounters the error happens to be a local admin, but that is besides the point

Installshield Limited Edition licencing on build server

匿名 (未验证) 提交于 2019-12-03 03:10:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have recently installed Installshield LE on my local PC for vs2010, built a package and now wanting it to be built on our build server. I have also installed it on our build server. I am getting the error: error : -7159: The product license has expired or has not yet been initialized. I have logged onto the build server, started vs and entered in my licence code. However, this has has not resolved the error. I have read about the stand alone version but that appears to be only available for premium edition. Anyone have any ideas? 回答1: if

Create MSI or setup project with Visual Studio 2012

匿名 (未验证) 提交于 2019-12-03 02:29:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I create a small application and I would like to create one MSI file. In Visual Studio 2010 you have this project type under: Other Project Types -> Setup and Deployment -> Visual studio Installer -> Setup Project But the only thing you got in Visual Studio 2012 is "Enable InstallShield Limited Edition". You can change the .NET Framework, but nothing changes. Why is it not there any more? And how can I get it back? Is there a new way to do this? 回答1: To create setup projects in Visual Studio 2012 with InstallShield Limited Edition, watch

Get dir setup install shield

匿名 (未验证) 提交于 2019-12-03 01:41:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want get dir my setup create by install shield. I use command parametter Setup.exe /path=[SETUPEXEDIR]\log.txt My setup location is Desktop\myapp\Setup.exe When use [SETUPEXEDIR] return temp folder I want when use [SETUPEXEDIR] return me my Setup.exe location. I use installshield 2016 version 23 SP 2. I use MSI Script. I want get location and use in command parameter prerequisites. 回答1: A little hard to comprehend exactly what you are asking, but as far as I understand you want to know the location where setup.exe is running from?

Visual Studio 2012 Windows service .vdproj project migration

匿名 (未验证) 提交于 2019-12-03 01:12:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm trying to move a solution I have over to Visual Studio 2012 and one of the project types is .vdproj. According to this link this project type is not supported in Visual Studio 2012: MSDN says they recommend that you use InstallShield Limited Edition for Visual Studio. The problem is, when I open up my solution in VS2012 and try to add a new "Enable InstallShield Limited Edition" project to my solution, I get an error message saying: Creating project 'test'...project creation failed. Why might I not be able to add a project of

How to enable InstallShield Limited Edition 2015

匿名 (未验证) 提交于 2019-12-03 00:59:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I want to deploy my project, to do so I went to the file --> new project --> other project types --> setup and deployment but there I couldn't find any option like "setup project" I have downloaded InstallShield Limited Edition. But still same webpage is coming which is asking me to download InstallShield Limited Edition and these are the options which I am getting when I click "other project types" Any help? 回答1: I think you should download the InstallShield installer from this site . Just enter information Here then click download now. You

VS 之 InstallShield Limited Edition for Visual Studio 2015 图文教程

匿名 (未验证) 提交于 2019-12-03 00:15:02
原文地址: https://www.cnblogs.com/lxhbky/p/10695527.html VS2017、VS2019没有Setup安装项目(Visual Studio Installer)_解决方案   前言: VS2010中有一个自带的安装部署项目,叫:Visual Studio Installer ,我们通常称为:setup项目,是一个用于自定义安装部署的项目方案。但是在VS2017,VS2019中均不见了,安装程序组件中也没有,通过强大的谷歌和百度,发现有一个扩展方案,在VS市场里有一个可用的VS扩展,一般还很难找:   先把下载地址粘贴给各位:    https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2017InstallerProjects https://www.cnblogs.com/lxhbky/p/10616524.html   最近发现微软是有意废除安装项目的,合作了一个第三方的安装项目单独使用,没时间研究先放这,具体查看: VS 之 InstallShield Limited Edition for Visual Studio 2015 图文教程   VS2010自带安装项目截图:      VS2017

Installshield msi unable to register flash.ocx

旧街凉风 提交于 2019-12-02 20:29:56
问题 I am creating an msi installer using an Installshield setup project. The application is currently working correctly and is in use as a Click-Once application, but there is now a business requirement to create installation package (i.e. an msi installer). Installer "works fine on my machine", but on a user setup it throws: Error 1904. Module [path]\flash.ocx failed to register. HRESULT -2147220473 I have confirmed that flash.ocx is being copied to the program directory. The file appears to be

Installshield msi unable to register flash.ocx

谁说胖子不能爱 提交于 2019-12-02 07:49:54
I am creating an msi installer using an Installshield setup project. The application is currently working correctly and is in use as a Click-Once application, but there is now a business requirement to create installation package (i.e. an msi installer). Installer "works fine on my machine", but on a user setup it throws: Error 1904. Module [path]\flash.ocx failed to register. HRESULT -2147220473 I have confirmed that flash.ocx is being copied to the program directory. The file appears to be a dependency of Crystal Reports, which is embedded in the application. Edit flash.ocx , I've found out,