setup-deployment

setup has detected that the file “” has changed since it was initially published

流过昼夜 提交于 2019-12-17 20:56:05
问题 I have developed a setup application for my project, wherein prerequisite software's will be downloaded from vendors website. Doing this i got crystal reports error when i try to install that application, saying setup has detected that the file "" has changed since it was initially published targeted framework of my application : .Net Framework 3.5 and Developed in Visual Studio 2010 please help me... 回答1: Definately a problem with the CRE. See the steps below: In the following folder, you

Inno Setup Procedure not executing after install

瘦欲@ 提交于 2019-12-13 07:43:50
问题 I have compiled multiple programs in inno setup i.e Sql Server .Net framework 3.5 Crystal Reports Sql Script the problem i am facing is that the procedure in which the code of executing the script is present does not execute after the installation of a program before it. If the program before it is cancelled then it execute. [Files] Source: "E:\Inno Data\Inno_Setup\Prerequisites\dotnetfx35\NDP451-KB2858728-x86-x64-AllOS-ENU.exe"; DestDir: {tmp}; AfterInstall: InstallFramework Source: "E:\Inno

Visual Studio setup and deployment: create package with optional components?

ぃ、小莉子 提交于 2019-12-13 03:45:15
问题 Let's say, for example, my application supports Epson printers and Canon printers. I would like to have an option during installation, maybe radio buttons or, better, checkboxes (to have an option to choose both) that would say 'Install Epson drivers' and 'Install Canon drivers'. Then, based on user selection, the setup package would install either only Epson drivers, or only Canon drivers, or both. I guess what I want can also be described as having several prerequisites, but make them

unregister an .ocx in 'onbeforeinstall' event of Installer class then try to register it on install but couldnt done

馋奶兔 提交于 2019-12-13 02:32:04
问题 Hi , I tried to unregister and delete an .ocx & a .dll from the System32(XP 32 bit os)/SysWow64(64bit OS) of the machine using C# code. I had written the Unregister & Delete code in the override method OnBeforeInstall(IDictionary savedState) of installer class.When I tried to install the .msi the files(.ocx & .dll) get Unregistered, but at the install completes the new files not get registred ie its not present in the System32 folder. Is the OnBeforeInstall event deletes the new files? Please

deploy SQL Server Database with a Winforms app

回眸只為那壹抹淺笑 提交于 2019-12-12 21:30:54
问题 I have created a SQL DB-based winforms application, and I want to deploy it on a client machine. The program is a single user desktop application. Opinions in this post suggest it's better to use SQLite or SQL Server Compact Edition in such scenarios. However, I prefer to use stored procedures, which are not supported in those products. My question is about security concerns: If I use an Access database, I can set a password for the database so at least non experienced users cannot view

How to install flash player from adobe site while installing my C# application?

那年仲夏 提交于 2019-12-12 05:38:30
问题 I have created a setup project for my C# application. I want to install flash player before my C# application installs. The flash player installation should happen from the online location http://download.macromedia.com/pub/labs/flashplayer10/flashplayer_square_p2_64bit_activex_092710.exe How to prompt the client for installing flash player from the above location, before installing my C# application. I thought of adding a project to my solution, which will install the flash player from the

Tomcat deployment configuration as service

旧街凉风 提交于 2019-12-12 04:40:35
问题 I am currently investigating how to deploy Tomcat as a windows service with some configuration settings. Without using System Environment Variables, how can I specify the location of the JRE (I'm bundling it with my Tomcat distribution)? Also, how can I set the heap min and max sizes for Tomcat? So far I've run the "service.bat" batch file with some added arguments like: service.bat ServiceName //US//tomcat7 --JvmMs512–JvmMx1024 to attempt to set the heap sizes. This does not seem to be

Installshield Include redistributable with program setup exe

↘锁芯ラ 提交于 2019-12-12 02:51:52
问题 Just got InstallShield Pro and I've created my setup singleimage executable. I need to include the Visual C++ 2005 SP1 redistributable within the setup. I've ticked the redistributable I want in the menu under 'Application Data'. I've right clicked it and changed the 'Build Location' to 'extract from setup.exe'. However, when I build my setup, it has a folder called 'ISSetupPrerequisites' which has the VC++ redistributable in it. Is there anyway I can incorporate this in to a single exe with

Unable to fetch the install location property in a deferred custom action

你离开我真会死。 提交于 2019-12-11 19:25:59
问题 I have written this code after reading the link: http://blogs.technet.com/b/alexshev/archive/2008/03/25/property-does-not-exist-or-empty-when-accessed-from-deferred-custom-action.aspx <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Module Id="MergeModule1" Language="1033" Version="1.0.0.0"> <Package Id="cffa568e-1bf0-4eb3-bee3-eb5801a0bbd0" Manufacturer="Microsoft" InstallerVersion="200" /> <Binary Id="myCustomActionsDLL" SourceFile=

How to add folders and files in to MSI and how to access that added files in to custom action of MSI

最后都变了- 提交于 2019-12-11 18:47:21
问题 Actually I want add some folders and files to MSI. Through custom action i want to copy that added folders and files to some destination/target folder. Any Help please??? 回答1: Surely you can add Folders as well as Files to MSI but its not using custom action Follow the steps to add Your Folders or Files. Right Click the Project(Setup) in Solution Explorer. Click View > Click FileSystem. New interface will be opened. Right Click on File System on Target Meachine > Click Add Special Folder. You