similar to: Windows Setup.exe fails on Program Group creation

Displaying 20 results from an estimated 5000 matches similar to: "Windows Setup.exe fails on Program Group creation"

2008 Apr 29
2
How to install Wine on ubuntu 7.04 or 8.04
Hi All, I have just installed ubuntu 7.04 on my PC. My database is on Linux (RHL9) / Oracle 9i. Now I want to run VB6 applications. Is it possible? I understand that I have to install 1) Wine 2) mdac27 3) vb6run (vb6 run time) 4) oracle 9i client. Then run VB6 application. Please help me step by step, that I have to follow to achieve the goal, with softwares availability. Thanks
2007 Feb 06
2
Request for Developement
Dear fellows, Thank you. Our company engaged in developing Voice conference sofware.Now we are using speex 1.0.5 acm for our sofware.And we are using VB6 for our develpement. We would like to know anybody is intrested in developing VC++ dll which could export encode decode of speex to vb so that we can use it VB6.Our clients would be pleased to invest money for it. thank you regards
2010 Jun 10
1
Rmath.dll importing in VB6 problem
Hi, I am facing a problem which i think i need to explain it to you with some background. I need to use the Project R pnorm function in Visual Basic 6.0. I have already installed R and this is how i perform and get back the result: > pnorm(2, 15) [1] 6.117164e-39 which is what i need. I have already installed R, i generated the Rmath.DLL file out so i can import it into my VB6 and use it.
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2010 Dec 10
4
How To Run VB6 Appliactions with SQL Server 2000 at back end
AOA Dear friends we have a Windows 2003 network. I want to run VB6 Applications in Ubuntu 10.10 under Wine. So far I have managed to run the Application by running the exe of the application through Wine but the application cannot access the database which is SQL-Server 2000 and this SQL server is running on Win2003 Operating system and the name of this machine is "webserver" and its ip
2008 Feb 28
1
Printing samba, cups and legacy 16 bit applications
hello everybody, I have come to a dead end. I have successfully configured cups and samba to print from windows with automated drivers download. It works perfectly, but for one little problem, most of the printing here in my company are reports printed by the ERP software, which has been developed by ouserlves some 12 years ago in (oohh sucks) Visual basic 3. The problem is: Every single
2010 Apr 23
3
Visual Basic 6 application with MS Access connectivity
Hello, A visual basic 6 application with MS access connectivity ( to a local .mdb) has a weird behavior, It just sits there and doesn't show anything. OS is Linux ubuntu64, may I ask how to trobleshoot this scenarios ? How can I trace networking usage, connections, errors, etc of a VB6 application under Wine: wine-1.1.31 thanks, fabio. -------------- next part -------------- An HTML
2010 May 25
1
vb6 sp6
I've installed the latest Wine RC and I'm trying to use it to install VB6 SP6. I've succeeded in getting sp5 installed but when I run the sp6 installer I get as far as the agree/disagree button and as soon as I click the "I Agree" button I get the "Visual Studio 6 Service Pack 6 setup was not completed successfully" click OK box.
2003 May 25
1
SIP & VB6 ??
Question was ask of me today and I haven't yet google'd it... Any one know of a VB6 opensource voip project (in particular SIP) ?? Gary .
2006 Jun 28
2
RV: error in VB6 aplication
When I run the VB6 aplication , this is the error log wine "c:\silverlab\silverlab.exe" fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x4143f104,774,0,{7bf80980-bf32-101a-8bbb-00aa00300c ab},x=0,y=0,f=0,0x406bfae8), partially implemented. fixme:ole:OleLoadPictureEx (0x4143f104,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300 cab},x=0,y=0,f=0,0x406bfab8), partially
2007 May 23
1
VB6 app under WINE 0.9.37
Hi, Having installed the following winetricks : vcrun6 dcom98 mdac28 jet40 cc580 native_mdac (not sure if this is needed if mdac28+jet40 already installed) I managed to start a VB6 application and try to work with it quite similar to native Windows. However, sometimes there happen problems which cause to restart the whole application. This app often hides its main menu on opening
2011 Jul 02
3
Wine shows a strange message loading an application
Hi all, I'm new in this forum... Anyway, I compiled my application with VB6, then I protected it using a packer... If I try to load it with Wine, it's shown a message saying "Debugger detected, quitting.". And that's strange because this is the message that my app shows if opened by a debugger... So, what's that?? *** Sorry for bad English ***
2004 Dec 13
2
About Apps developed in Windows That use native ODBC's
Hi there.... I'd like to know how to use WINE with applications developed in Windows that use net components (such as ODBC clients)......For example: I developed an application in VB6, and it uses an Oracle ODBC conexion (previously I installed the Oracle client). Hot do I use it in Wine? - Do I need to emulate the Oracle ODBC Client for Windows? - If I got a Native Linux ODBC conexion,
2010 Aug 23
1
Re: Metatrader Installation error
Hello, L. Rahyen and all others excuse me for my bad english (i speak french) it is now 4 days i leave windows because my windows XP crashed. i installed ubuntu 10 so i'm new linux user. i want to install metatrder 4 and vb6 I folowed your tutorial: unset WINEPREFIX mv ~/.wine{,.old} wineboot winetricks vcrun6 wine start /unix /path/to/metatrader4/setup.exe i installed metatrader and it
2003 Nov 21
5
Asterisk Call Manager for Windows 0.0.1 (Alpha)
If anybody is interested, I have an early version of my Call Manager for Windows application integrated with Asterisk. CMW is an application bar (like the task-bar) that docks to the top of your desktop window. It provides the following functions: 1. View Call-Related Information (Caller ID, Call State, Call Direction) 2. Monitor Status of Asterisk Stations (Channels) -- BLF or "Busy
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
are working now, using our own implementation of a COM-RPC-Server. If you want to test a Server/Client-Pair - here's our free Download: www.datenhaus.de/Downloads/dh_RPC.zip For a successful test under wine, you have to Install the Redistributables of an actual VB6-Runtime and some ADO-Distributable >=2.5 first. I've tested the whole thing under a Debian-Sid with a somewhat older
2008 Feb 13
3
Asterisk Manager and Visual Basic
Has anyone tried to used VB6 to communicate with the Asterisk Manager? If so, would you be willing to share some basic code showing your approach to getting connected and parsing results? I've got a Telnet control that is allowing me to connect, authenticate and see the "flow" of status, etc., but I'm sure there is a better way to do this without using Telnet (maybe not?). Any
2001 Dec 08
1
Keystone VB6 - 18 cd's - all levels 1 to 17 for 60$us for the rest on year 2001
Keystone VB6 - 18 cd's - all levels 1 to 17 for 60$us for the rest on year 2001
2007 Apr 09
6
gruff send_data
Hi, for those with experience of Gruff module: suppose I want to send image from server straight to the browser (as example on gruff web site): send_data(g.to_blob, :disposition => ''inline'', :type => ''image/png'', :filename => "gruff.png") the server seems sending this binary data ok, but I am having
2006 Feb 23
11
Can''t use Gruff with Rails
Hello list, I''m having a problem getting Gruff working with Rails on a Windows XP box. I installed RMagick, then Gruff via the win32 gem, and it seemed to go OK. From irb, I can do the following - require ''rubygems'' ##### This returns ''false'', but seems to work OK - require ''gruff'' ####### Ditto - g = Gruff::Bar.new etc., and I get