Do you know any "Driver Implementation" pros?
Me neither.
Maybe that's why this info from Juice contributor Harsh is particularly useful. He's has pulled together some driver/packaging wisdom we can probably all ...
Videos are great. Especially when they illustrate concepts that might be tough to get a handle on when read from a page from the docs. Here's a collection of four helpful videos that demonstrate the steps to creating a System Search in ...
In my previous article I discussed the theory behind different types of upgrades. This article provides a step-by-step walkthrough of how to create a Minor Upgrade and a Major Upgrade with the Wise tools.
Walkthrough: Creating a ...
If you are using Vista with UAC enabled, you may have noticed that some existing MSI packages may not install as expected.
Here's a fix.
The reason is because Windows Installer by default doesn't elevate to higher privileges ...
The common practice inside most enterprise environments that I've seen are to create one large MSI for any size application. Here's an easy way to make those packages install faster.
If you compile your applications with ...
When you create an MSI package with Wise Package Studio an error may prevent the package from installing. This will cause the install to fail and a rollback will occur. A rollback means that any changes made by the installation will ...
The Active Setup key in the registry allows you to specify a command that should run the first time a new user logs on. You can do some pretty cool things once you know how to leverage this key. Read on to get started.
Problem:
...
Ever wanted to create an install which installs a file/registry key only when a certain condition is true? Have a look at this article which provides step by step instructions on how to create a conditional component installation.
...
Wise Package Studio is a pretty amazing tool when it comes to helping out with upgrades and patches. Packaging guru David Lockwood dives into the deep end of the pool and comes up with excellent information and some tried and trusted best ...
There's nothing like sample code to get you headed in the right direction. This sample includes a couple hundred lines of SQL created to show you how to add projects to the Wise Workbench database. What you do from there is only ...