I'm making an excutable of my project. it's teh first time I'm doing that. But several problems appear.
first I tried the setup.exe bootstrap application sample, witch installs the .NET framework before installing the msi-file build with VS.NET
The installation works fine but when I wanted to start my program the followin error came up:
Process id=0x654(1620), Thread id=0x648(1608)
I can't find anything usefull about this on google...
so I tried something else, wrapper.exe example witch installs mdac... but also no success.
I can't even install it... it sais there was an error while installing microsoft windows installer.
Those anybody know a way to make a working setup that works on all windows versions and installs the dotnet framework and MDAC for data access I don't know if I need that...
thx greets KD
first I tried the setup.exe bootstrap application sample, witch installs the .NET framework before installing the msi-file build with VS.NET
The installation works fine but when I wanted to start my program the followin error came up:
Process id=0x654(1620), Thread id=0x648(1608)
I can't find anything usefull about this on google...
so I tried something else, wrapper.exe example witch installs mdac... but also no success.
I can't even install it... it sais there was an error while installing microsoft windows installer.
Those anybody know a way to make a working setup that works on all windows versions and installs the dotnet framework and MDAC for data access I don't know if I need that...
thx greets KD
Last edited: