Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Problem with WIX
 

Problem with WIX

Hi

I have a WIX setup invoking a C++ dll to check the license key. The same works in Windows XP. But doesnt in Windows 2000. The Installer doesnt display any error message and goes to finish screen giving a message "The Installer Wizard ended Prematurely because of an error" Can anyone help me out of this issue.

thanks in advance

Dinesh PremKumar  Sunday, February 03, 2008 6:19 PM

You should join the WiX mailing list for WiX questions. Although WiX does Visual Studio plugins, the setup projects in this forum are the built-in Visual Studio setup projects and ClickOnce deployments.

This error is usually either a crash in the code or a missing dependency. Unless you static bind to libraries like the CRT then they need to be on the system. The version you need depends on th C++ version you're using.

If you're actually getting loaded and crashing then do some logging or tracing to see why the code is crashing.

PhilWilson  Sunday, February 03, 2008 7:05 PM

You should join the WiX mailing list for WiX questions. Although WiX does Visual Studio plugins, the setup projects in this forum are the built-in Visual Studio setup projects and ClickOnce deployments.

This error is usually either a crash in the code or a missing dependency. Unless you static bind to libraries like the CRT then they need to be on the system. The version you need depends on th C++ version you're using.

If you're actually getting loaded and crashing then do some logging or tracing to see why the code is crashing.

PhilWilson  Sunday, February 03, 2008 7:05 PM

You can use google to search for other answers

Custom Search

More Threads

• Language Box
• project setup?
• Installation with Empty Path
• Question about file extensions
• User Cannot Delete Shortcut?
• Check if theres update by HTML or other
• Signing code from within II6 Process fails with certificate chain error
• Problem installing new setup file.
• Clickonce from CD
• HUGE PROBLEM! ClickOnce install "stalled" and left in a state that can't be uninstalled nor upgraded.