Re: Visual Basic executable file

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




"Saga" <antiSpam@xxxxxxxxxxxxx> wrote in message news:%23O7WwABYGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx

No, simply use the the Package & Deployment wizard to create a setup
package for your app.

I think this reply is misleading. I have nothing against PDW and to this day still use it for *some* installations. But, there are well-known problems using PDW, particularly if the dev PC is running a later version of Windows and the app is subsequently installed on a PC running an older version of Windows.

The "fix" for most problems is quite simple. Simply update VB6 on the dev PC to SP5. This puts copies of critical system files into the Redist folder so that PDW includes those instead of what's actually installed.

But even if you do that, there ARE other problems that can arise. For example, as best as I can recall, the Setup program will "run" under a non-Admin login, but it won't be successful (unfortunately, I don't recall if it gives an error at some point, bombs, or "appears" to be successful but the app won't run). The reason I don't recall what happens is that I've modified Setup1 to check whether it's running under an Admin login.

--
Mike
Microsoft MVP Visual Basic

.



Relevant Pages

  • Re: Visual Basic executable file
    ... I have nothing against PDW and to ... this day still use it for *some* installations. ... later version of Windows and the app is subsequently installed on a PC ... recall if it gives an error at some point, bombs, or "appears" to be ...
    (microsoft.public.vb.general.discussion)
  • Re: store tables to server while installing app, how
    ... > is much more powerful (you can modify end-user dialogs) and has ... > installations in just about any way you want. ... > installation CD which works for standalone installations (ie app ... With a bit of tweaking, ...
    (microsoft.public.fox.programmer.exchange)
  • ADO failing on XP - untangling MDAC and Jet DLLs
    ... My ADO based app is working fine on hundreds of PCs, ... ADOConnection object can be created and that Jet 4.0 is correctly ... on older PCs with corrupted MDAC installations the app would ... nicer and then I can get the user to install MDAC etc. ...
    (borland.public.delphi.database.ado)
  • Re: Java <-> MFC?
    ... > small new feature of my app, ... Sun Java ... The JDK installations use similar pointers, but you probably won't want to use ... You /may/ be able to prevent the JVM killing the calling app by setting an exit ...
    (comp.lang.java.programmer)
  • Re: store tables to server while installing app, how
    ... is much more powerful (you can modify end-user dialogs) and has ... installations in just about any way you want. ... installation CD which works for standalone installations (ie app ... the app's data files should be located for that). ...
    (microsoft.public.fox.programmer.exchange)