no idea what the msi functionality requirements are.
so double question :
1) needed to keep while the product has been installed ? (seems so according to your previous post)
2) needed tot keep even after product has been uninstalled ??
It is needed while product is installed, but the bug is when it is being uninstalled, in which it is
not self-removing...
NSIS Installation Data bug fixed. I set up a new build that has some nicer features, and the directory tree problem should be fixed now... So, download it and try it out!
Problems/Planned Features/Unfortunate Side-effects:
- OS detection disabled and ANSI version is installed because installer incorrectly identifies all Windows OSes as Windows 2000, permitting installation of unicode version; still investigating
I finally FIXED IT!!! Now the OS detection works properly and will pull the Unicode files on a KNOWN Unicode OS... Unfortunately, this means, Windows Vista will identify as a ANSI OS because I have no idea what the OS String is for Vista... On Windows NT, 2000, and XP, it will install Unicode... Windows 9x/ME and Vista, it will install ANSI...
And on another note:I compiled C::B for the first time!
I will allow people who request to try my build of the 30 April 2006 nightly..
This build is special, because ANSI and Unicode are in wxWidgets 2.6.3....
The build is 2397...
If anyone wants to test it, send a message to me requesting it and I will give details on how to get it... ANSI users will like this too.... maybe :?
WxWidgets 2.6.3pl2 fixes the following:
- wxMSW: added XP theming to wxBitmapButton.
- wxMSW: reverts a fix that caused wxChoice/wxComboBox sizing problems on Windows 2000 and below.
- wxMSW: fixes a positioning problem when toolbars are changed after being shown initially.