Associate
- Joined
- 24 Jun 2007
- Posts
- 1,869
- Location
- Landan.
I've just finished coding a small and simple C# app. By simple I mean it uses just the basic Forms components (textboxes, radio buttons, labels...) - there's nothing fancy or flashy about it at all (though it does manipulate an XML file if that makes any difference).
So I've used the publishing wizard to create the 'One Click Installer', and it works great on my development machine. However, the app is going to be used on an offline XP (RTM) machine. I've just tried to install it on my laptop which has Windows 7, and it took 10 mins to do so because it had to download a .NET framework update (and now it requires a reboot
) - so there's no chance in hell it can go on the XP workstation without having to connect it to the net.
So my question is: is there any way I can ensure compatibility with a RTM version of XP? I want the user to just run the setup.exe and be ready to go within a minute or two without them having to get any deeper involved - considering the app is about 300KB I'd hope that's achievable
I'm pretty new to C#, Visual Studio, and indeed Windows development (I come from a purely Java background), so presume I know nothing
So I've used the publishing wizard to create the 'One Click Installer', and it works great on my development machine. However, the app is going to be used on an offline XP (RTM) machine. I've just tried to install it on my laptop which has Windows 7, and it took 10 mins to do so because it had to download a .NET framework update (and now it requires a reboot

So my question is: is there any way I can ensure compatibility with a RTM version of XP? I want the user to just run the setup.exe and be ready to go within a minute or two without them having to get any deeper involved - considering the app is about 300KB I'd hope that's achievable

I'm pretty new to C#, Visual Studio, and indeed Windows development (I come from a purely Java background), so presume I know nothing
