473,804 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Single file setup

Hi

My setup project creates three files. This is a slight problem as when
sending link to clients I need to send three links and they have to download
all three files in the same folder before installing app. Is it not possible
to have a single file setup?

Thanks

Regards
Nov 20 '05 #1
4 1243
* "John" <jo**@nospam.in fovis.co.uk> scripsit:
My setup project creates three files. This is a slight problem as when
sending link to clients I need to send three links and they have to download
all three files in the same folder before installing app. Is it not possible
to have a single file setup?


Distribute the MSI file only (and add optional downloads for the other
files).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #2
Herfried K. Wagner [MVP] wrote:
* "John" <jo**@nospam.in fovis.co.uk> scripsit:
My setup project creates three files. This is a slight problem as
when sending link to clients I need to send three links and they
have to download all three files in the same folder before
installing app. Is it not possible to have a single file setup?


Distribute the MSI file only (and add optional downloads for the other
files).


Alternatively, you could just zip all files into single archive for
download.

--
Sven Groot
Nov 20 '05 #3
Sven,

* "Sven Groot" <sv*******@gmx. net> scripsit:
My setup project creates three files. This is a slight problem as
when sending link to clients I need to send three links and they
have to download all three files in the same folder before
installing app. Is it not possible to have a single file setup?


Distribute the MSI file only (and add optional downloads for the other
files).


Alternatively, you could just zip all files into single archive for
download.


This will work too but it will require the user to have a ZIP
application installed (there is native ZIP support available in Windows
XP, I know). In many cases, the user won't need the updates for the
Windows Installer, so creating separate packages is IMO the best
approach (and providing an additional complete download package would be
a good idea too).

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #4
Herfried K. Wagner [MVP] wrote:
Sven,

* "Sven Groot" <sv*******@gmx. net> scripsit:
My setup project creates three files. This is a slight problem as
when sending link to clients I need to send three links and they
have to download all three files in the same folder before
installing app. Is it not possible to have a single file setup?

Distribute the MSI file only (and add optional downloads for the
other files).
Alternatively, you could just zip all files into single archive for
download.


(there is native ZIP support available in
Windows XP, I know).


There's also self-extracting archives.

I'm not trying to compete with you, just offering alternatives. ^_^
In many cases, the user won't need the updates
for the Windows Installer.


Doesn't the .Net Framework installation use the same version of MSI as the
deployment project created setup files? In that case, anyone who has the
Framework has the right MSI version, and anyone who doesn't have the
framework can't run your app anyway.

--
Sven Groot
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
5835
by: Tomer Ben-David | last post by:
Hi I have a big j2ee appliction that was so forth run on a single cpu machine. I have tested it on a dual cpu machine, its running much slower (about X3 times slower). I know that synchronize code fragments (indirect ones as well, such as the fact that StringBuffer is synchronized) can make code run slower
2
2108
by: Edvard Majakari | last post by:
Hi all ya unit-testing experts there :) Code I'm working on has to parse large and complex files and detect equally complex and large amount of errors before the contents of the file is fed to module interpreting it. First I created a unit-test class named TestLoad which loaded, say, 40 files of which about 10 are correct and other 30 files contained over 20 different types of errors. Different methods on the TestLoad class were coded so...
2
2800
by: Connected | last post by:
Hi, Using VS.NET 2003, I would like to deploy my project as a single-file exe. What I actually get is three files: Setup.exe Setup.ini MyProg.msi
0
1104
by: Keith Smith | last post by:
What is the best way to have my setup file be a single file that the user simply double-clicks on to install? Do I need to just make a "Setup for Windows Application" and then put all of the setup files into a self-extracting EXE zip file? Or is there a better way to do it? I am wanting the program to be easily installable from the web by way of a single file download. I do not want the user to be forced to have WinZip on his/her...
13
4287
by: Kevin Walzer | last post by:
Which of the Windows/Unix package builders for Python applications is capable of creating single-file executables? I'm thinking of: 1. py2exe 2. Mcmillan Installer/PyInstaller 3. cxfreeze The apps I've seen created by py2exe aren't single-file at all, the install folder is full of files besides the main program. I'm looking for a solution that stuffs all libraries, scripts, and the Python
2
2773
by: Podi | last post by:
I followed the instructions from http://starship.python.net/crew/theller/moin.cgi/SingleFileExecutable Copied the second setup.nsi, setup.py, single.py and everything works like a champ. I then replaced "single.exe" by "hello.exe" in setup.nsi. Created hello.py as follows:
6
2272
by: kumar_anil_gaya_India | last post by:
Hi All, I am facing one problem. I have one DLL called LogManagement which has ability to write to ExceptionLog and EventLog File. Both are separate file locate in Logs Diectory. I have two windows service application and one windows application which call the LogManagement DLL to write to log file. I made the object of LogManagement as Singleton but when I run single application, It runs perfect, but when I run
10
3958
by: Vincent Delporte | last post by:
Hi I browsed the archives, but since some messages date back a bit, I wanted to make sure that - py2exe is still the best tool in town to compile Python scripts to run on a Windows host that doesn't have Python installed, including wxWidgets/wxPython - there's no way to build a single EXE, to make deployment easier (if
1
1121
by: Joern Schou-Rode | last post by:
Hi all, I am working on a project where we need to host a growing number of web sites (initially around 15). In terms of functionality the sites are identical, and the only differences lies in some application settings (UI language, layout template, etc.). Thus, we are really talking about one web application, installed and configured to run under several "identities". It seems to me that two alternative approaches exists on how to...
0
9716
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9595
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10604
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10354
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10359
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9177
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6870
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5536
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4314
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.