Chat LIVE With Programming Experts! There Are 23 Online Right Now...

Welcome to Dream.In.Code
Become a VB Expert!

Join 244,301 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 789 people online right now. Registration is fast and FREE... Join Now!




Introducing Penny Haynes

 
Reply to this topicStart new topic

Introducing Penny Haynes, Newbie VB6 programmer who HATES Vista

pennyhaynes
20 Oct, 2008 - 01:45 PM
Post #1

New D.I.C Head
*

Joined: 20 Oct, 2008
Posts: 4

Hi, I'm Penny Haynes and I had to pick coding back up when my programmers abandoned my project mid-stream. I'm here because Vista is beating my brains in with registration issues, and I would like to be able to sleep at night knowing my software WILL run on ALL Vista machines (at least 32 bit)!

{URL REMOVED}

User is offlineProfile CardPM
+Quote Post


PsychoCoder
RE: Introducing Penny Haynes
20 Oct, 2008 - 01:48 PM
Post #2

loves.Coding(this);
Group Icon

Joined: 26 Jul, 2007
Posts: 12,283



Thanked: 372 times
Dream Kudos: 10775
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Well if you're working with VB6 you may have a lot of sleepless nights. How's that for an introduction, welcome to Dream.In.Code Penny, hope you enjoy your stay.

Since this is an actual programming issue and not merely an "Introduction" I'm going to go a head and move this to the Visual Basic forum. For the record, what kind of registration issues are you having?
User is offlineProfile CardPM
+Quote Post

no2pencil
RE: Introducing Penny Haynes
20 Oct, 2008 - 01:51 PM
Post #3

Unix Ronin
Group Icon

Joined: 10 May, 2007
Posts: 10,438



Thanked: 198 times
Dream Kudos: 2725
Expert In: Goofing Off

My Contributions
Hello Penny & welcome to Dream In Code!

...oops, my mistake. Judging by the "Introducing" I thought this was posted to the introduce yourself forum. Either way, welcome aboard.
User is offlineProfile CardPM
+Quote Post

pennyhaynes
RE: Introducing Penny Haynes
20 Oct, 2008 - 01:52 PM
Post #4

New D.I.C Head
*

Joined: 20 Oct, 2008
Posts: 4

QUOTE(PsychoCoder @ 20 Oct, 2008 - 02:48 PM) *

Well if you're working with VB6 you may have a lot of sleepless nights. How's that for an introduction, welcome to Dream.In.Code Penny, hope you enjoy your stay.

Since this is an actual programming issue and not merely an "Introduction" I'm going to go a head and move this to the Visual Basic forum. For the record, what kind of registration issues are you having?


PsychoCoder, I didn't post specifics because I didn't think it was allowed. Just venting my general frustration. smile.gif

Vista won't install my software the same way on different computers. 1 person installed it without incident. Several had an a16_tmrs.ocx issue, but the mfg created a fix. Now some people have a richtx32.ocx issue that pops up after the a16 is resolved. Vista didn't let my installer (.iss) put richtx32.ocx on their computer (they couldn't find it though they installed and uninstalled twice). I sent it to him, he installed it in system32 and regsvr32'd it and it worked.

I guess my main problem now is why won't it let me install richtx32.ocx in the iss?
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Introducing Penny Haynes
20 Oct, 2008 - 02:03 PM
Post #5

loves.Coding(this);
Group Icon

Joined: 26 Jul, 2007
Posts: 12,283



Thanked: 372 times
Dream Kudos: 10775
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Vista is kind of touchy at times, but with VB6 components, such as the one you're having problems with, Make sure you include in your help files that Vista users need to install the ActiveX Installer Service in Vista and then enable it in services. This isnt installed with the initial install of Vista (any flavor). They can do this in Vista's version of Add/Remove Programs in the Control Panel.

Here is a writeup on it from eWeek.Com. Also, Microsoft has stopped supporting Visual Basic 6.0 and Visual Studio 6.0 on all Vista and Windows 2008 versions as of April 8, 2008 so finding much from them will be difficult. First start with the article (and my first tip) and make sure your Vista users know to run the installer as Administrator (Right Click and select Run As Administrator).

Hope some of that helps smile.gif
User is offlineProfile CardPM
+Quote Post

pennyhaynes
RE: Introducing Penny Haynes
20 Oct, 2008 - 02:17 PM
Post #6

New D.I.C Head
*

Joined: 20 Oct, 2008
Posts: 4

QUOTE(PsychoCoder @ 20 Oct, 2008 - 03:03 PM) *

Vista is kind of touchy at times, but with VB6 components, such as the one you're having problems with, Make sure you include in your help files that Vista users need to install the ActiveX Installer Service in Vista and then enable it in services. This isnt installed with the initial install of Vista (any flavor). They can do this in Vista's version of Add/Remove Programs in the Control Panel.

Here is a writeup on it from eWeek.Com. Also, Microsoft has stopped supporting Visual Basic 6.0 and Visual Studio 6.0 on all Vista and Windows 2008 versions as of April 8, 2008 so finding much from them will be difficult. First start with the article (and my first tip) and make sure your Vista users know to run the installer as Administrator (Right Click and select Run As Administrator).

Hope some of that helps smile.gif


thank you! I will definitely devour this information, and I appreciate your quick response. This answer is definitely worth a vote! smile.gif

User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Introducing Penny Haynes
20 Oct, 2008 - 02:26 PM
Post #7

loves.Coding(this);
Group Icon

Joined: 26 Jul, 2007
Posts: 12,283



Thanked: 372 times
Dream Kudos: 10775
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Why thank you blush.gif , I hope some of it is helpful. Another quick and dirty way to do this would be to put the command ("<path>\regsvr32 <path>\<ocx file>") in a batch file (where <path> is the path to the OCX to register and <ocx file> is the actual file). Name that file either Setup.bat or Install.bat and have your installer run that bat file.
User is offlineProfile CardPM
+Quote Post

thava
RE: Introducing Penny Haynes
20 Oct, 2008 - 05:08 PM
Post #8

D.I.C Addict
Group Icon

Joined: 17 Apr, 2007
Posts: 670



Thanked: 35 times
Dream Kudos: 75
My Contributions
this command line also will not work
if you have a vb.net2005 edithion create a setup on that machine this will make you and give you a better result
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: Introducing Penny Haynes
20 Oct, 2008 - 05:48 PM
Post #9

loves.Coding(this);
Group Icon

Joined: 26 Jul, 2007
Posts: 12,283



Thanked: 372 times
Dream Kudos: 10775
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net, jQuery

My Contributions
Actually that command line will work if <path> and <ocx file> are replaced, like I said in the post. I imagine if she had 2005 she would have written this in VB.NET and not VB6 smile.gif
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 7/4/09 05:22PM

Live VB Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month