New Post: .net Framework installation
Oh I don't think there's anything wrong with the SilentBootStrapper other than I wanted there to be some indication that the net framework was installing. And I wasn't sure what other types of...
View ArticleNew Post: .net Framework installation
> Okay done ranting about Microsoft's decisions ;) Don't we all have something to say about it? I so know your pain :) I am still strugling to see how just renaming your bootstrapper from setup.exe...
View ArticleNew Post: .net Framework installation
I sent you a zip of the setup and the helloworld console app. Oh yeah I forgot about the drag and drop vista one. Microsoft has done some real boneheaded decisions in the name of security over the...
View ArticleNew Post: .net Framework installation
lol I just checked my email and gmail refused to deliver it because of a security issue. So I just uploaded it to google drive and shared it with that email.
View ArticleNew Post: .net Framework installation
> lol I just checked my email and gmail refused to deliver it because of a security issue. Of course. Don't we all just love that. :) A few useful tips: renaming .zip (e.g to .7z) would help. And...
View ArticleNew Post: msi + wmi and "Reboot" process
Hi, I am trying to use the msi file along with the WMI system. Using the Win32_Product class and the "Install" method of the WMI we able to install the msi file anywhere into network. The "Install"...
View ArticleNew Post: msi + wmi and "Reboot" process
I have used the property REBOOT:ManagedProject project = new ManagedProject("TestMsiAgent", new Property("REBOOT", "ReallySuppress") {IsDeferred = true}, ...); and it seems to work! Is the property...
View ArticleNew Post: msi + wmi and "Reboot" process
I am glad you solved it but the mystery remains. Why did it reboot? Wix# doesn't provide and direct facility for rebooting. May be it even should... but it doesn't. So you couldn't do it by accident....
View ArticleNew Post: Error on ManagedUI in XP
Thanks for help. If someone is interested: There is Windows Installer 4.5 for XPhttps://msdn.microsoft.com/en-us/library/windows/desktop/aa371185(v=vs.85).aspx Download...
View ArticleNew Post: how get msi code error.
Object GenericSetup (WixSharp.Msi.dll ) have only ErrorStatus. Could you add error code?
View ArticleNew Post: .net Framework installation
Just letting you know that I still have no access to the files you sent me the link to. You need to grant me a special permission, publish it with public access or just send as an attachment but rename...
View ArticleNew Post: how get msi code error.
Not a problem. Grab the latest NuGet prerelease v1.0.41.2 and you can use MsiSession.MsiErrorCode property, which is set to the return value of the MsiInterop.MsiSetExternalUI
View ArticleNew Post: silent butstrapper
in https://wixsharp.codeplex.com/discussions/638889 you write that the silent butstrapper UI is not ready yet. What about now? I use Wpf UI for my installer, but i whant silent install net. 4.5.
View ArticleNew Post: Launch application after install as normal user
Hi Ole, my installer needs administrative priviledges. When I start my application after the installation with Process.Start it's also started with administrative priviledges. ut I don't want that. The...
View ArticleNew Post: .net Framework installation
I just logged into my gmail and saw you requested permissions. Sorry about the delay. I was busy with something and didn't log in for a bit. I think you should be able to get it now. I didn't know...
View ArticleNew Post: Launch application after install as normal user
The scenario you are describing is rather less common as usually the after-install executions need top be elevated (e.g. product itself or its config util) That is why the AfterInstall event handlers...
View ArticleNew Post: silent butstrapper
Yes it is. And you will find the sample in the distro. It's called WixBootstrapper_NoUI
View ArticleNew Post: Can't run code once upgrading from 1.0.7.0 to 1.0.41.0
I've moved to the recent package.... and it's not working very well for me. My guessed culprit is the conditions are not by default embedded into CDATA which causes to my patches to throw an exception...
View ArticleNew Post: how get msi code error.
how I can get MSI property value? (new RegValueProperty("FLASH_CURRENT_VERSION", RegistryHive.LocalMachine, @"SOFTWARE\Wow6432Node\Macromedia\FlashPlayerActiveX", "Version"))
View Article