22. februar 2005 - 00:28Der er
6 kommentarer og 3 løsninger
Windows Application vb.exe fra VB 6.0
Jeg sidder med den fulde Microsoft Visual Studio.Net 2003 pakke og har leget lidt med Visual Basics Windows Application.
Programmerne kører fint - men vb.exe-filerne vil ikke køre på en computer uden Visual Studio pakken og derved bliver det jo lidt kedeligt kun at lave programmer til sig selv!?
Ved nogen hvordan vb.exe evt. kan konverteres, så den kan køre alene vha. XP styresystemet?
plx > Jeg er ikke kendt med den specifikke applikation, men det er jo ikke en enkelt fil, men en pakke. Der står også dette på download-siden:
"vbrun60sp5.exe is a self-extracting executable file that installs versions of the Microsoft Visual Basic run-time files required by all applications created with Visual Basic 6.0. The files include the fixes shipped with Visual Studio 6.0 Service Pack 5."
For mig lyder det som om det rammer rimeligt præcist.
JO - jeg tror også du har ramt plet - instruktionen i MSDN er
1. Add a deployment project to your solution. 2. Associate the deployment project with your application project. 3. Specify where files will be installed. 4. If you need to add files that are not compiled into your project (such as Help files), you can add them. 5. If your application uses Microsoft Data Access Components (MDAC) version 2.6 or later, add a launch condition to check for it. 6. Build the deployment project. 7. Run the .NET Framework redistributable (Dotnetfx.exe). 8. Run the setup executable to install your application files on another computer.
Dette beskrives ikke nærmere... har desværre ikke en bærbar eller lign. jeg kan teste vbrun60sp5.exe af på! Mit endelige mål er at kunne samle programmet evt. i en .msi fil, der kan åbne programmet direkte...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.