installbase-devel Mailing List for InstallBase (Page 2)
Status: Alpha
Brought to you by:
damonc
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(16) |
Nov
(1) |
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(3) |
Feb
(5) |
Mar
(18) |
Apr
(10) |
May
(2) |
Jun
(5) |
Jul
(12) |
Aug
(7) |
Sep
(11) |
Oct
(4) |
Nov
(5) |
Dec
(5) |
2004 |
Jan
|
Feb
|
Mar
(6) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2003-10-27 17:26:59
|
Bugs item #831165, was opened at 2003-10-27 11:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=831165&group_id=54799 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Bob Techentin (techentin) Assigned to: Nobody/Anonymous (nobody) Summary: Installing InstallBase in non-std directory fails Initial Comment: I'm trying to install installBase on WinXP from InstallBase- 1.0a5-Setup.exe. I don't have admin privs to install in "C:\Program Files", so I directed it to install into "C:\apps". Lots of files get copied to that directory, but it doesn't make an entry in the Start menu, doesn't create a desktop shortcut, and it doesn't launch InstallBase (even though it was requested). I try to launch installbase.tcl from the file explorer. (I have ActiveTcl 8.4.4 installed). It creates a splash screen, then opens the "Select Platform" dialog, allowing me to choose Linux or Solaris. I look at some of the code in Main.tcl, and I wonder if it is possible to run InstallBase from a location other that "C:\Program Files". ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=831165&group_id=54799 |
From: Damon C. <da...@yo...> - 2003-10-01 16:27:42
|
> The installer is running, but it's not creating my folders, nor putting the > files into them. I have everything defaulted to the company name and app > folders. Under my program file and help file nodes I just have a couple of > test text files. Am I doing something wrong that would cause it not to > create the folders and files? Jason, Which version of InstallBase are you using? Have you tried the latest CVS version? You can download it from SourceForge via CVS, or you can download a nightly tar file from: http://www.tclhome.com/installbase/installbase-nightly.tar.gz Try that version if you're using the 1.0a5 release and let me know what your results are. Someone else complained of a similar problem, but I have absolutely no clue why you're getting it. I'm guessing it's a setting problem or something, as I would definitely have noticed a bug like this before now. 0-] Thanks, Damon |
From: Jason A. <sil...@ho...> - 2003-10-01 03:16:29
|
The installer is running, but it's not creating my folders, nor putting the files into them. I have everything defaulted to the company name and app folders. Under my program file and help file nodes I just have a couple of test text files. Am I doing something wrong that would cause it not to create the folders and files? Jason Allen _________________________________________________________________ Fast, faster, fastest: Upgrade to Cable or DSL today! https://broadband.msn.com |
From: SourceForge.net <no...@so...> - 2003-09-26 19:17:05
|
Bugs item #813229, was opened at 2003-09-26 21:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=813229&group_id=54799 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Grzegorz Godlewski (ggodlewski) Assigned to: Nobody/Anonymous (nobody) Summary: 0 size files, empty directories, recursive dirs Initial Comment: InstallBase doesn't support empty directories and 0 size files. Here is a fix for 2nd problem (common.tcl): proc ::MPI::WrapProgress {total size bytes} { global conf iincr conf(wrapTotal) $bytes.0 iincr conf(wrapSoFar) $bytes.0 if {$total > 0} { set x [expr round( ($conf(wrapTotal) * 100.0) / $total )] } else { set x 100.0 } puts stdout ":PERCENT $x" flush stdout if {$size > 0} { set x [expr round( ($conf(wrapSoFar) * 100.0) / $size )] } else { set x 100.0 } puts stdout ":FILEPERCENT $x" flush stdout } It's almost imposible to create project with 100 recursive directories. After unpacking it's flat. I don't have time to enter each dir separately :) AFAIR creating COMMON_STARTUP link on win98 shows an error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=813229&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-09-22 16:42:55
|
Bugs item #810703, was opened at 2003-09-22 18:42 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810703&group_id=54799 Category: Installs Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Nicolas Polychronopoulos (nipolychron) Assigned to: Nobody/Anonymous (nobody) Summary: Error message for installation Solaris Initial Comment: When i triedmy setup program on Solaris, I got the following message: "This install must be run in a graphical environment.". The X interface was configured and I luanched the program in eXceed, but the message still remained. Do you have any idea? Nicolas ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810703&group_id=54799 |
From: Laurent D. <ldu...@vi...> - 2003-09-21 21:21:10
|
Damon Courtney wrote: > If you don't actually want the setup.exe's to appear in the user's >install directory, you can set their destination directory to be <Temp>, >which is the temporary directory InstallBase uses during installation. >It gets cleaned up when the install finishes, so it would take your >other installations with it. > > > Oh, ok. I was hoping I'd be able to execute them from the CD I'm providing, so I wouldn't need extra disk space on the user's machine. Should I add this as a RFE? L -- <Laurent Duperval> ldu...@vi... RULE OF ACCURACY When working toward the solution of a problem it always helps you to know the answer. |
From: Damon C. <da...@yo...> - 2003-09-21 18:06:05
|
> I'd like to use installbase to do two things: > > * Use it as a front end to run another setup.exe process, with the > proper parameters. I may also use it as a frontend to a number of > other setup.exe processes. Is this possible? How would I do that? > * I also want to use it to copy some specific files (i.e. a normal > install). Can I mix and match? I'm thinking I should but just in case. This is easily do-able. The easiest way is to build the install with the various setup.exe's added in file groups, then let the install lay them down like normal. Once they're done, you simply add "External Program" install components for each setup you want to call. Click the check box that says "Wait for program to complete" (or something like that), which tells InstallBase to wait until that program finished running before going on to the next component. If you don't actually want the setup.exe's to appear in the user's install directory, you can set their destination directory to be <Temp>, which is the temporary directory InstallBase uses during installation. It gets cleaned up when the install finishes, so it would take your other installations with it. InstallBase should then run each setup and wait for the previous one to finish before going on to the next one. You may have to play around with it a bit, but I'm pretty sure that should get you where you're going. 0-] Thanks, Damon |
From: SourceForge.net <no...@so...> - 2003-09-21 04:21:45
|
Bugs item #810015, was opened at 2003-09-21 00:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810015&group_id=54799 Category: Classic Wizard Theme Group: None Status: Open Resolution: None Priority: 5 Submitted By: Laurent Duperval (lduperval) Assigned to: Damon Courtney (damonc) Summary: Cannot add components properly Initial Comment: When trying to add components to an install, I get this error. THe node appears if I only add it to one platform. If I add it to multiple platforms, onl the first one gets the node. All the rest fail and crash. can't read "Nodes(Windows,SetupType,Typical,Templates)": no such element in array can't read "Nodes(Windows,SetupType,Typical,Templates)": no such element in array while executing "$tree insert end #auto $Nodes($sub) -text $text -image $img -data "${pf}_SetupTypes($item,$text)"" (procedure "::ComponentTree::new" line 67) invoked from within "::ComponentTree::new" invoked from within ".specifyComponentsandFiles.t.fcomponents.top.b1 invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tk::ButtonUp" line 22) invoked from within "tk::ButtonUp .specifyComponentsandFiles.t.fcomponents.top.b1" (command bound to event) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810015&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-09-21 04:19:17
|
Bugs item #810014, was opened at 2003-09-21 00:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810014&group_id=54799 Category: Install Builder Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Laurent Duperval (lduperval) Assigned to: Damon Courtney (damonc) Summary: Cannot stop failed build Initial Comment: I'm testing a build on Linux. When I tried to build the install, I got an error. I tried to correct it and rerun but I keep getting a popup saying a build is in progress. I can't exit, close the build window or anything. There should be a way to stop the install build. THe only way I've found so far is to kill the app. I'm using the version from CVS. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=810014&group_id=54799 |
From: Laurent D. <ldu...@vi...> - 2003-09-21 03:45:25
|
Hello, I'd like to use installbase to do two things: * Use it as a front end to run another setup.exe process, with the proper parameters. I may also use it as a frontend to a number of other setup.exe processes. Is this possible? How would I do that? * I also want to use it to copy some specific files (i.e. a normal install). Can I mix and match? I'm thinking I should but just in case. Thanks, L -- <Laurent Duperval> ldu...@vi... Sachez qu'un Talon ne recule jamais d'un orteil et que celui qui me marche sur les pieds peut toujours courir, mossieu! -Achille Talon |
From: Damon C. <da...@yo...> - 2003-09-17 14:51:12
|
> I downloaded InstallBase recently to provide a cross platform installer > for an application we are creating for a software engineering class. I > downloaded InstallBase on my Windows XP machine and for the installer for > my project, I clicked on Windows and both versions of Solaris for my > platforms. > > When I built the project and tested it, it worked fine on Windows. > > However, I transferred the Solaris versions of the installer program to my > Solaris machine and when I tried executing it, I got the following error > message: > > [wonka 8] Solaris-8-sparc-Install > ld.so.1: Solaris-8-sparc-Install: fatal: libstdc++.so.2.10.0: open failed: > No such file or directory > Killed This is actually due to Solaris not having the standard C++ library. What version of Solaris are you running? This part of InstallBase is not actually mine. It's a technology I use that relies on C++ (I usually prefer not to). Let me see what I can find out about this. Thanks, Damon |
From: Ali A. B. <al...@cs...> - 2003-09-17 04:04:14
|
I downloaded InstallBase recently to provide a cross platform installer for an application we are creating for a software engineering class. I downloaded InstallBase on my Windows XP machine and for the installer for my project, I clicked on Windows and both versions of Solaris for my platforms. When I built the project and tested it, it worked fine on Windows. However, I transferred the Solaris versions of the installer program to my Solaris machine and when I tried executing it, I got the following error message: [wonka 8] Solaris-8-sparc-Install ld.so.1: Solaris-8-sparc-Install: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed Does anyone know why I would get such an error message? I set the permissions on the directory so all could read, write and execute there... I dont even know what directory or file it is trying to open that it is giving this message. Any help would be much appreciated. Thank you very much. Sorry for the trouble. -Ali Beyad |
From: SourceForge.net <no...@so...> - 2003-09-16 12:44:10
|
Bugs item #807100, was opened at 2003-09-16 14:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=807100&group_id=54799 Category: Installs Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: Nicolas Polychronopoulos (nipolychron) Assigned to: Nobody/Anonymous (nobody) Summary: Error in startup script Initial Comment: When I want to test my install program, I received the following error: Invalid command name "::zvfs::list" while executing "::zvfs::list $dir/*" (procedure "BWidgetInit" line 3) invoked from within "BWidegetInit" (file "C:/Program Files/InstallBase/Installs/PerfAttribution/setup.exe/main.t cl" line 2104) This error in my install program occured when I included the custom setup pane in the install pane list. If I remove this pane, no error occurs. Did you ever encounter that problem? Thanks a lot. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=807100&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-09-12 14:38:03
|
Bugs item #805118, was opened at 2003-09-12 09:38 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=805118&group_id=54799 Category: Installs Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: William R. Brown (wbrown338) Assigned to: Nobody/Anonymous (nobody) Summary: Icon does not get created in programs fldr on windows instal Initial Comment: Greetings: I built a windows installer and enabled the "Select Program Folder" panel, but it does not create any icons in the windows program folder. I am using 1.0a5 on Windows 2000. Other than that I am impressed with the tool. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=805118&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-08-29 16:00:47
|
Bugs item #797380, was opened at 2003-08-29 18:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=797380&group_id=54799 Category: Documentation Group: v1.0 (example) Status: Open Resolution: None Priority: 5 Submitted By: bruno patin (vzcetpb) Assigned to: Damon Courtney (damonc) Summary: how to use Initial Comment: Do you develop a complete user documentation of the product as I foresee to use it for my project (www.dassault-aviation.fr/athena) and have difficulties using it ? shortly, I think, we'll need help and so will you be able to provide it ? We are willing to help if needed. bruno patin ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=797380&group_id=54799 |
From: SourceForge.net <no...@so...> - 2003-08-29 01:15:17
|
Bugs item #797069, was opened at 2003-08-29 01:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=797069&group_id=54799 Category: Installs Group: None Status: Open Resolution: None Priority: 5 Submitted By: George Brown (gncbrown) Assigned to: Nobody/Anonymous (nobody) Summary: Windows installer does not create Program Group Initial Comment: My installer does not seem to create a Windows Program Group. I have tested it on both Windows 98 and Windows 2000 and have selected the default group or an existing one. Neither get created. The log file contains this: :GROUP {Program Files} :FILE {/My Documents/YFC/Quizzing/question.gif} :PERCENT 0 :FILEPERCENT 100 [snip] :PERCENT 100 :FILEPERCENT 19271 This is a snip from the unpack.ini (which suggests that it intended to create a program groups called "xQuizMaster" - the one I entered): LaunchProgram 0 ProgramFolder {C:/WINDOWS/Start Menu/Programs/xQuizMaster} InstallVersion 1.3.2.0 IncludeUninstall 1 If there is more information I can provide, let me know. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=797069&group_id=54799 |
From: Damon C. <da...@yo...> - 2003-08-20 17:44:50
|
> When I try to change the install directory (the "Browse" button in the > Choose Destination Location dialog), it gives me the error "couldn't read > file ... choosedir.tcl". The full stack dump is at the end of this message. > This happened when I tried to install InstallBase itself, and when I am > using an installer I generated with it. I'm running on a system that only > has tk8.3 installed, if that matters. > > I did a little digging around, and figured it might be a problem with the > tclkit. I had never heard of tclkit before (pretty neat piece of software, > though...), but I wasn't going to let that stop me. I grabbed the latest > tclkit and dropped it into place, but after that I got errors whenever I > tried to build an installer. > > So I'm out of half-baked ideas. Any suggestions on how to get rid of this > error? Yeah, this was actually a bug that was discovered right after the 1.0a5 release. I fixed it pretty quickly, but I'm still not ready to release a6. I released a patch to fix the problem. Download this file: http://prdownloads.sourceforge.net/installbase/common.tcl?download And drop the common.tcl into your lib/ directory, replacing the old one. That should fix your problem. 0-] Damon |
From: Eric F. <ef...@sy...> - 2003-08-20 16:47:22
|
When I try to change the install directory (the "Browse" button in the Choose Destination Location dialog), it gives me the error "couldn't read file ... choosedir.tcl". The full stack dump is at the end of this message. This happened when I tried to install InstallBase itself, and when I am using an installer I generated with it. I'm running on a system that only has tk8.3 installed, if that matters. I did a little digging around, and figured it might be a problem with the tclkit. I had never heard of tclkit before (pretty neat piece of software, though...), but I wasn't going to let that stop me. I grabbed the latest tclkit and dropped it into place, but after that I got errors whenever I tried to build an installer. So I'm out of half-baked ideas. Any suggestions on how to get rid of this error? Thanks Eric tcl stack dump: couldn't read file "/home/syncad/emfinstall/Linux-x86-Install/lib/tk8.4/choosedir.tcl": not a directory while executing "source /home/syncad/emfinstall/Linux-x86-Install/lib/tk8.4/choosedir.tcl" ("uplevel" body line 1) invoked from within "uplevel #0 $auto_index($name)" (procedure "auto_load" line 13) invoked from within "auto_load $name [uplevel 1 {::namespace current}]" (autoloading "::tk::dialog::file::chooseDir::") invoked from within "::tk::dialog::file::chooseDir:: -parent .destLoc -initialdir /usr/local/syncad" ("eval" body line 1) invoked from within "eval ::tk::dialog::file::chooseDir:: $args" (procedure "tk_chooseDirectory" line 2) invoked from within "tk_chooseDirectory -parent .destLoc -initialdir /usr/local/syncad" invoked from within ".destLoc.but37 invoke" ("uplevel" body line 1) invoked from within "uplevel #0 [list $w invoke]" (procedure "tk::ButtonUp" line 22) invoked from within "tk::ButtonUp .destLoc.but37" (command bound to event) |
From: SourceForge.net <no...@so...> - 2003-08-12 09:18:07
|
Support Requests item #787281, was opened at 2003-08-12 11:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474884&aid=787281&group_id=54799 Category: None Group: None Status: Open Priority: 5 Submitted By: Sylvain Pajot (spajot) Assigned to: Nobody/Anonymous (nobody) Summary: How to add ODBC sources ? Initial Comment: Hello, Is there any way to add Windows ODBC sources with the current installer ? Can this be done using only Registry Keys ? If not, is there any plan for such a support ? Sylvain ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474884&aid=787281&group_id=54799 |
From: Damon C. <da...@yo...> - 2003-08-11 22:57:28
|
> Hi, > I use InstallBase on Windows to install several applications. For one I > need to add a directory to the Windows PATH. This is a simple registry > key. How do I modify this so that my new path is appended to the old > one. > The other thing is how do I add a Program Folder to the All Users > directory on Win2k? > > Thanks in advance for your help. There are scriping ways to modify the registry if you have a little programming knowledge. Otherwise, I'll have to write up a little something to make it happen. To add a folder to the Program Folder for All Users, just use the: <COMMON_PROGRAMS> Virtual Folder. <PROGRAMS> represents the Program Files for the current user, and <COMMON_PROGRAMS> is the Program Files for all users. Damon |
From: Jochen S. <ps...@ps...> - 2003-08-08 04:31:51
|
Hi, I use InstallBase on Windows to install several applications. For one I need to add a directory to the Windows PATH. This is a simple registry key. How do I modify this so that my new path is appended to the old one. The other thing is how do I add a Program Folder to the All Users directory on Win2k? Thanks in advance for your help. Greets, Jochen |
From: Damon C. <da...@yo...> - 2003-07-29 15:29:15
|
> We are using Version 1.0a5. > I also discovered that a directory, added to one file group, will be > unpacked into one target directory without maintaining the structure of > the subdirectories. Will it be possible, to have that option ?? > > For example, think of a directory "Help src" with 2 subdirectories: > > + Help src > + images > + special help files > > when I can just add the Directory "Help src" to my File Group "Help > Files" with "recursively check.." enabled, I would be glad to have an > option "Keep Subdirectory Structure", so that the underlying directory > structure of "Help src" will be kept in the installation directory. > Would such a behaviour of the installer be possible ?? It's already in there. 0-] Look for the Project Preference called, "Create new file groups when adding directories." That option will create new file groups for each subdirectory in a tree as it is added to the project. Consequently, in the newest version (which I will release soon), you don't have to do any of this. When you add a directory, it adds a single item to the file group and maintains its entire directory structure when added. You can simply add the toplevel directory of your application and then uncheck the items you don't want to include in your installer. Damon |
From: SourceForge.net <no...@so...> - 2003-07-25 15:24:38
|
Bugs item #777611, was opened at 2003-07-25 11:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=777611&group_id=54799 Category: Install Builder Group: None Status: Open Resolution: None Priority: 5 Submitted By: Cristiano Saldanha Carneiro (criscarneiro) Assigned to: Damon Courtney (damonc) Summary: Error on Build Setup Initial Comment: When I build the setup of my project it generate this Build log with erros messages: 7/25/03 12:10:07 PM - Building Windows main.tcl... 07/25/03 12:10:36 PM - Building Windows file manifest... 07/25/03 12:10:57 PM - Building Windows install... 07/25/03 12:10:59 PM - Replacing Windows icon... 07/25/03 12:11:45 PM - divide by zero 07/25/03 12:11:45 PM - while executing 07/25/03 12:11:45 PM - "expr round( ($conf(wrapSoFar) * 100.0) / $size )" 07/25/03 12:11:46 PM - (procedure "::MPI::WrapProgress" line 8) 07/25/03 12:11:46 PM - invoked from within 07/25/03 12:11:46 PM - "::MPI::WrapProgress $totalSize $size $size" 07/25/03 12:11:46 PM - (procedure "::MPI::wrap" line 158) 07/25/03 12:11:46 PM - invoked from within 07/25/03 12:11:46 PM - "::MPI::wrap -verbose -x {F:/Arquivos de programas/InstallBase/Installs/Act195Demo/Setup.exe} - wintcl {F:/Arquivos de programas/InstallBase/Binaries/Wi..." 07/25/03 12:11:46 PM - ("eval" body line 1) 07/25/03 12:11:46 PM - invoked from within 07/25/03 12:11:46 PM - "eval ::MPI::wrap -verbose $argv " 07/25/03 12:11:46 PM - Windows build completed in 01m39s. 07/25/03 12:11:46 PM - Build completed in 01m39s. WHat is that? How can I fix that problem? Thank's Cristiano ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474883&aid=777611&group_id=54799 |
From: <520...@t-...> - 2003-07-25 11:57:22
|
Hello, we are using InstallBase for our Software installations. It's a great product compared to most of other installers, thanks. I read the forum entry for "file groups" on the sourceforge.net forum. And I also have a question concerning file groups: We are using Version 1.0a5. I also discovered that a directory, added to one file group, will be unpacked into one target directory without maintaining the structure of the subdirectories. Will it be possible, to have that option ?? For example, think of a directory "Help src" with 2 subdirectories: + Help src + images + special help files when I can just add the Directory "Help src" to my File Group "Help Files" with "recursively check.." enabled, I would be glad to have an option "Keep Subdirectory Structure", so that the underlying directory structure of "Help src" will be kept in the installation directory. Would such a behaviour of the installer be possible ?? thanks Dr. Norbert Harendt ==================================== IB/E Ing.-Buero Klaus Eckerl Industriestr. 6 D-94116 Hutthurm GERMANY Fon: +49/8505/3222 Fax: +49/8505/3400 E-mail: mailto:ib...@IB... Website: http://www.IB-Eckerl.de ==================================== |
From: SourceForge.net <no...@so...> - 2003-07-24 19:51:57
|
Feature Requests item #777169, was opened at 2003-07-24 15:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474886&aid=777169&group_id=54799 Category: None Group: None Status: Open Priority: 5 Submitted By: Cristiano Saldanha Carneiro (criscarneiro) Assigned to: Nobody/Anonymous (nobody) Summary: Translate to Brazilian Portuguese Initial Comment: Hi I would like to translate the InstallBase to Brazilian Portuguese. Cristiano Curitiba-Brazil ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=474886&aid=777169&group_id=54799 |