Hi I have a setup project in my application.Setup includes 5 files (a.txt,b.doc etc.)
and how can i do this:
If this files exist in target computer,setup dont change them
I am using visual studio 2008 and C#
Thx for answers
...
I built a Visual Studio 2008 setup Project wich depends on .NET 3.5. I added Prerequisites like: .NET 3.5, Microsoft office interoperability, VS tools for office System 3.0 Run time, .etc. After that Selected "Download Prerequisite from Same location as my application" in Specify install location for Prerequisite. I Built the setup and f...
Hi,
I have a .NET 3.5 Setup Package Project which installs my application successfully.
The setup package deploys a number (around 70) custom files for use from within the application.
From time to time I have the requirement of deleting some of these files, however upon restarting the executable, it automatically runs a portion of th...
I am having trouble with setting up the open source library JFreeChart for creating charts using Java. This is the process I have followed so far in trying to set it up:
I downloaded the latest version from their download page http://sourceforge.net/projects/jfreechart/files/.
I then unpacked the jfreechart-1.0.13.zip in the directory...
Hi,
I've set up a Mercurial server on a Windows 2003 / IIS 6 machine and when I try to pull the repository I get the following sequence
requesting all changes
adding changesets
adding manifests
adding file changes
transaction abort!
rollback completed
abort: premature EOF reading chunk (got 91303 bytes, expected 1542634)
I've tried p...
I'm trying to add a feature to VS 2008. However, the initial install was done with a DVD in drive D: ... I don't currently have the DVD, so I'm trying to do the updating using an .iso mounted as drive E: ... The VS setup program is not able to find the setup files.
Is there a way for me to tell VS 2008 setup to look for files in E: in...
Hi
I'm using InnoSetup for creating my application installers and I set the "SetupLogging=yes" flag to always create a setup-log file in the %TEMP% directory. This works fine for the installation procedure. Unfortunately, InnoSetup will not create such a log file when I uninstall the application.
Is there a flag / possibility to force ...
Hi
I execute a lot of custom actions in my InnoSetup script in the CurStepChanged(ssPostInstall) PascalScripting event handler. As these actions take some time to finish, I'd like to update the InnoSetup Wizard GUI status text and tell the user what is going on behind the scenes. Something similar that is possible in the [Run] section u...
Hello, I make Visual Studio setup project, and select .NET Framework 3,5 SP1 , SQL Server 2005 Express Edition SP2(x86) prerequisites from the same location as my application , some errors regarding .NET Framework 3,5 SP1 , here solution .
problem is
and when i run setup.exe IM SAME COMP I MAKE SOLUTION, it installs sql then my applic...
I'm trying to get an updated version for Windows vista. I previously got 21.4.22 but it's been a year since that release. The linux versions should be 22.x. I'm wondering if anyone else builds stable binaries for Windows ?
21.4.22 has several bugs and I cannot figure out how to fix them. I know Xemacs is not as active as GNU emacs but s...
Hello All
I have created a simple windows application in .NET 2008.
Im packaging the same into a setup file using .NET Setup and Deployment.
Also i am customizing it to include a License Agreement UI.
And i am pointing the License Agreement window to read the license.rtf file which is being included in the Application folder.
After su...
When I install my application on my computer I get a warning that the publisher is not verified. How can I change that? or do I need to worry about that when I distribute my application?
The application is written in Visual Studio 2008 with VB.NET
...
Using Visual Studio 2008 - I add a Setup project (from Setup and Deployment Template) and its called by default Setup1.
I then decide I don't want this so I right click on the project and select Remove.
Later on I decide I want to add a Setup project again but it's default name is called Setup2 and when you look at the project folder yo...
Later this year I want to release a PHP framework that I've been working on as open source. I do use source control (SVN), but it's on an extremely limited basis. I'm self-taught, I develop by myself and don't have the experience of working with large teams. I have some ideas about what can help make a project successful, but I'm fuzzy o...
Hi,
I developed an Outlook 2003 add-in which uses the com dll redemption. I created a visual studio 2008 setup project, added a custom action to run "caspol.exe -machine -addgroup 1 -strong -hex [key] -noname -noversion FullTrust -n \"Name\" -description \"desc\" and moved the registry keys under software to HKLM as described in http://m...
Our installer generates a bootstrapper (setup.exe) and a MSI file - a pretty common scenario.
One of the production machines reports a strange problem during install:
If the user launches the bootstrapper (setup.exe), it reports that .NET 3.5 is not installed. This happens with account under administator group. No matter if they launc...
I have a fully working Setup project within Visual Studio 2008 that takes inputs from a UI and passes them via a Custom Action to the output - this works perfectly.
Now I have to change this so that the UI is still in a setup project but that the output is within a merge module.
The current Custom Action Data looks much like the follow...
Am using windows xp sp3 on netbook and i need to compile c# programs for learning. I don't have fast computer or fast internet connection or fast money.
Can someone suggest the best way to get me going?
Thanks yous!
...
I created a setup program to deploy my VBNet program using Visual Studio 2008. Inside this setup program I created a shortcut to the "primary output" to be installed on the user desktop.
Now, everything is working correctly. The program is installed under "C:\Program Files" and the shortcut is created on the desktop. Also, when I use th...
I can't find MS Ajax extensions setup file anywhere, maybe someone has it for ASP.NET 2.x?
...