setup-deployment

Netbeans Java (JavaFX) Native Packaging with additional files and folders

痴心易碎 提交于 2019-12-31 01:46:29
问题 How to include additional files and folders (configuration files) when natively packaging Java applications? When building the project, I have set the build file to create directories and copy additional files to the dist directory. My normal builds (without native packaging) would result to this directory structure: -> dist -> lib -> application.jar -> config folder //additional folder -> another additional folder //additional folder Now, I would like to build my native installer (setup)

Exception : Collection was modified; enumeration operation may not execute on form Close in setup project

大憨熊 提交于 2019-12-30 14:43:02
问题 I created a setup project of window form application built in C# 4.0. I tested the setup in my test PC which have Vs 2010 Ultimate installed in it and its working fine in it. I later on to test the application I installed it another machine which does not have VS in it. Every time I try to close the form, it ends up with this exception. The exception is occurring in some forms not in all. I have checked the code and and there is no difference in it(this.close()). While building the setup I am

Exception : Collection was modified; enumeration operation may not execute on form Close in setup project

你。 提交于 2019-12-30 14:40:11
问题 I created a setup project of window form application built in C# 4.0. I tested the setup in my test PC which have Vs 2010 Ultimate installed in it and its working fine in it. I later on to test the application I installed it another machine which does not have VS in it. Every time I try to close the form, it ends up with this exception. The exception is occurring in some forms not in all. I have checked the code and and there is no difference in it(this.close()). While building the setup I am

How to check any condition before installation process takes place?

丶灬走出姿态 提交于 2019-12-25 09:38:10
问题 I am making a setup of windows application. In setup process i added a screen using user interface dialog properties and taking some input from user and want to put condition like this: if(value_is_correct) { Continue_setup; } else { Rollback_setup; } Somehow my objective is complete but I want to rearrange the steps of process : I ask user to enter value(password) User clicks on next Next dialog screen appears, Setup process get started and in between that process it shows that password is

Simbad requires Java 3D

柔情痞子 提交于 2019-12-25 07:27:38
问题 Context: MS Windows 8, jre7 preinstalled by MS Windows setup, MS Windows PATH environment variable has set to JRE7 bin folder - C:\Program Files (x86)\Java\jre7\bin, simbad-1.4.jar is downloaded into a local folder. Use cases: simbad-1.4.jar is run by command line java -jar simbad-1.4.jar or by just double-clicking on simbad-1.4.jar In both cases Simbad requires Java 3D error message box appears. Yes, I know, setting-up Java 3D should probably fix the issue but I'd like to just deliver/setup

Why am i not seeing the security tab in my Office Solution properties?

試著忘記壹切 提交于 2019-12-25 03:39:07
问题 I recently published an office solution as a click once application on my one drive. My client downloaded it from there and when he tried to install, it gave him this error. I want to republish it by making it a full trust application but i cannot find the security tab in project properties. Thanks in advance. 回答1: I had the same issue and the solution was super annoying to figure out. Someone on another website mentioned that the Security tab is only relevant for certain types of ClickOnce

How to Update the installed Window Application (Creating Patches)

夙愿已清 提交于 2019-12-24 09:27:06
问题 i have requirement. i have created the window application and i have created the setup of that application that has been installed to client machine. Now the requirement is that if i will do the further modification to the project the client not need to install whole application again instead client only need to install Update of new version. like using Patches or something. How can i do this is there and tool in VS from which we can create the update patches or something. Please Help.. 回答1:

How can I terminate a process before installing a program?

心已入冬 提交于 2019-12-23 23:03:15
问题 I'm working on a system tray application that will likely see frequent future updates. To that end, it would be desirable for our users to have the installer find and kill the application process before trying to install it. This is the class that I have found for the custom actions of both starting the process after the install, and terminating it prior install. public InstallerActions( ) : base( ) { System.Diagnostics.Debugger.Launch( ); this.BeforeInstall += ( S, E ) => { System

crystal report integration issue on setup and deployment

无人久伴 提交于 2019-12-23 20:12:52
问题 I have a application with lot of reports using crystal reports.Now I want to setup and deploy my Project using visual studio setup wizard.But my problem is I want to install the application on another computer which has not installed the crystal report.The application run perfectly until it reaches the report part,it throw an error 'The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' throw an exception'. How do I reference crystal report dependencies on my setup

pre compile website in Setup & Deployment

断了今生、忘了曾经 提交于 2019-12-23 19:24:18
问题 Every time I use Setup & Deployment to create a new Web Setup, and run it (after edit all the nice things in the properties), the output is always a copy of the Web Site project... How can I output a PreCompile version of the WebSite project? What I did was, publish the Web Site (so I get the precompiled version), add this new precompiled web site as an existing Web site to my solution and add it to the content output of the Setup... well, the idea was good but I get an error saying: "This