473,796 Members | 2,476 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Question about installer

Not sure is this correct place for my question (i am not a programmer):
I have some sofware packed into installer, file version: 2.11.15.0, in
file properties shown "SFX CAB archive", name "stub32i.ex e". I can
extract files from this archive with WinZip without launching
application.

I have an big application that consist from various setup files
extracted from similar installer archive. For more convenience, I want
pack it into installer like mentioned. How to make the installer from
separate program files? Have the extracted setup (as folder with
separate program files) any advantages against standalone installer
pack?
Generally, I need this for more handy distribution application on CD,
but I dont want that installer do any other tasks, other than
extracting files and launching 'setup.exe' file - i.e. I want that
installer do not check registry, do not write to registry, do not
modify anything, do not show any prompts. The task is only extract
files and run 'Setup.exe' file. What software I need?

Jan 9 '07 #1
3 1847
On 2007-01-09 20:11, mistral wrote:
Not sure is this correct place for my question (i am not a programmer):
It very much is not. Please consult the following page before posting
another question here (it will save both you and us some time):
http://www.parashift.com/c++-faq-lite/how-to-post.html
I have some sofware packed into installer, file version: 2.11.15.0, in
file properties shown "SFX CAB archive", name "stub32i.ex e". I can
extract files from this archive with WinZip without launching
application.

I have an big application that consist from various setup files
extracted from similar installer archive. For more convenience, I want
pack it into installer like mentioned. How to make the installer from
separate program files? Have the extracted setup (as folder with
separate program files) any advantages against standalone installer
pack?
Generally, I need this for more handy distribution application on CD,
but I dont want that installer do any other tasks, other than
extracting files and launching 'setup.exe' file - i.e. I want that
installer do not check registry, do not write to registry, do not
modify anything, do not show any prompts. The task is only extract
files and run 'Setup.exe' file. What software I need?
Perhaps you can do that with Winzip, don't know if it can launch
setup.exe when it's done extracting but you should be able to create a
SFX archive with it.
Jan 9 '07 #2

"""Erik Wikström wrote:
"""
On 2007-01-09 20:11, mistral wrote:
Not sure is this correct place for my question (i am not a programmer):

It very much is not. Please consult the following page before posting
another question here (it will save both you and us some time):
http://www.parashift.com/c++-faq-lite/how-to-post.html
I have some sofware packed into installer, file version: 2.11.15.0, in
file properties shown "SFX CAB archive", name "stub32i.ex e". I can
extract files from this archive with WinZip without launching
application.
I have an big application that consist from various setup files
extracted from similar installer archive. For more convenience, I want
pack it into installer like mentioned. How to make the installer from
separate program files? Have the extracted setup (as folder with
separate program files) any advantages against standalone installer
pack?
Generally, I need this for more handy distribution application on CD,
but I dont want that installer do any other tasks, other than
extracting files and launching 'setup.exe' file - i.e. I want that
installer do not check registry, do not write to registry, do not
modify anything, do not show any prompts. The task is only extract
files and run 'Setup.exe' file. What software I need?
Perhaps you can do that with Winzip, don't know if it can launch
setup.exe when it's done extracting but you should be able to create a
SFX archive with it.
------------

I am not sute about a "Netiquette when posting to.." you reffer me. My
question is simple. So if you know answer - good, if dont know - no
problems. No any connection with "Netiquette when posting to.."

M.

Jan 10 '07 #3
On Wed, 10 Jan 2007 02:35:36 -0800, mistral wrote:
"""Erik Wikström wrote:
"""
>On 2007-01-09 20:11, mistral wrote:
Not sure is this correct place for my question (i am not a programmer):

It very much is not. Please consult the following page before posting
another question here (it will save both you and us some time):
http://www.parashift.com/c++-faq-lite/how-to-post.html
[snip]
I am not sute about a "Netiquette when posting to.." you reffer me.
More specifically:

http://www.parashift.com/c++-faq-lit...t.html#faq-5.9

Your question was off-topic here - ask it in another newsgroup.
Myquestion is simple. So if you know answer - good, if dont know - no
problems.
Yes, problems. Off-topic queries clog up this (high-volume) newsgroup with
irrelevant cruft which I, for one, do not want to have to wade through. And
of course you are much more likely to get your questions answered in an
appropriate forum.
No any connection with "Netiquette when posting to.."
<plonk>

--
Lionel B
Jan 10 '07 #4

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

Similar topics

4
1263
by: cantabile | last post by:
Hi, I'm trying to write a small installer for a server. But this program should be able to run in the future under heterogenous environments and os (at least linux/windows). I mean, the install will be done either in text mode or curses or gtk or tk, either in debian or windows 2000 and so on... The idea, at the moment, is as follows :
1
2104
by: HyperX | last post by:
Hey guys, How can I see the code of the installer class? I know that I have to right click on my object class, -> Add Item -> Code -> installer class... The actual question is, I cannot see "Code" in my "Add Item" Menu. In order to see this 'Add Installer code'... Do I need to install any plugin?
2
5367
by: MENTAT | last post by:
Hi, I am trying to create an installer for my web application. So I added a web setup project to my solution (I am using VS.NET 2003). Been playing around with it since then and it basically works. Now, I am wondering if there is any way to change the directory that the installer installs the files to. I want to be able to put my files in a specified directory (user specified is good, but i don't mind hardcoding the path either) and...
4
4628
by: Steven | last post by:
I just downloaded the June 2005 release and I want to set up basic logging to log problems such as exceptions. I have created a category named Exceptions with the following: <category name="Exceptions"> <destinations> <destination name="Event Log Destination" sink="Event Log Sink" format="Text Formatter" /> </destinations> </category>
1
302
by: Patrick De Ridder | last post by:
When I apply the installer to create a setup.exe for clients, I get "default company name" in the suggested file location. How do I change "default company name" into a more appropriate setting? (I don't want clients to have to do that. So I am talking about a setting change in the Visual C#.NET IDE when setting up the installer.) I would be very obliged to have a response to this query. -- Regards, Patrick.
6
1641
by: John | last post by:
Hi I am preparing the second major version of an app. The project is a copy of version 1 which has change made to it. What changes do I need to do for setup for v2 not tell me that there is already a previous version (version 1) of the same app installed? Thanks Regards
0
950
by: stevebarker | last post by:
Hi guys, I've got a quick question about installers in .NET. Any advice would be gratefully received! I'm writing a .NET Windows application that needs an installer. I'd really like the set up files to comprise of a SetUp.exe file, an MSI and a CAB file containing all the files (exes, dlls, etc...) for my application. Then, when the SetUp (or MSI) is launched, the installer unpacks what is in the CAB file and deploys it to the install...
3
1127
by: vmantrana | last post by:
Hi guys: I have a question about windows services, I have been trying to find the answer but only found the same question from 3 years ago with no response. I wish you guys can help me with this.... .............................................................. Question posted by: Jacob Callcut (Guest) on November 15th, 2005 06:42 AM
0
2317
by: JDeats | last post by:
I have a new Installer class (derived from System.Configuration.Install.Installer) and I have override methods for Install, Uninstall, Commit. The MSI builder tool I'm using is Advanced Installer, the resulting MSI successfully executes the code inside my Installer classe Install and Uninstall methods... My problem is distinguishing a patch from a fresh install and following a different execution path in my Installer class depending on...
0
9529
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
10457
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
10231
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...
0
10013
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9054
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...
1
7550
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5443
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
4119
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
2
3733
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.