wise

How can I make Windows software run as a different user within a script?

I'm using a build script that calls Wise to create some install files. The problem is that the Wise license only allows it to be run under one particular user account, which is not the same account that my build script will run under. I know Windows has the runas command but this won't work for an automated script as there is no way to e...

Installer : Rollback does not happen after I press cancel

Hi, I have a installer developed in Wise. After installation begins, when I press cancel rollback does not happen and installer continues to install. All the Rollback properties are correctly set in installer. Can you please help me in this issue ? ...

Installer Dialog comes up with Scroll bars on 800x480 resolution

I am building an msi using WISE. The Dialogs appear fine when run on a 1280x800 resolution screen. But when I run the same msi on a 800x480 resolution screen, the installer dialog appears really huge and you cannot see the whole dialog on the screen.However, the dialog now comes up with a vertical and horizontal scrollbar allowing you to...

How to stop a running process during an MSI based un-install?

Hey all, I'm using Wise Package Studio 7.0 SP2 on Windows XP. I've got an MSI Wrapped EXE installation that goes about happily installing some files and then running one of the files from the installation which we can refer to as app.exe. So on the "Execute Deferred" tab of the MSI Editor, I had to add the lines: If Not Installed the...

MSI Installation Issues

I've got an MSI based install that I've wrapped in an EXE file as per my installation packaging software (which is Wise Package Studio 7.0 SP2). I've made many changes to the install, and every time I've tested them, they've worked just fine... up until now. I changed some text on a dialog box for when the installation finishes and now...

Document icon changes after first launch on Windows

I have an application that gets installed with a Wise installer (EDIT: Wise creates a Setup.exe file, not an MSI). Upon installation, an icon is set for a certain file type: HKEY_CLASSES_ROOT\.auz\DefaultIcon = C:\Path\To\App\some_icon.ico,0 Right after the installation, however, Explorer chooses to display this icon using the generic...

MSBuild or NAnt or Rake tasks for Wise Installation Studio

Does anyone know of any MSBuild or NAnt tasks for controlling Wise Installation Studio? I know, I should probably just use WiX but my current project is already in Wise and all I need to automate is updating of a product code, the upgrade section and a few bits of text. ...

Wise Installation Studio: What is WiseCustomCall

I am upgrading an old Wise for Windows installation to a newer version of Wise Installation Studio, and the WiseCustomCall resource is now marked as <unspecified>. The .wsi compiles into a .msi without issue, but then fails during runtime, not being able to locate "location: WiseCustomCall, command: g0". Can anyone provide some informa...

How can I change source folders en masse in Wise Installation Studio?

I've got an existing Wise .wsi script that I would like to convert to using relative paths, but the problem is that it includes about 330 files and the only way I've found to fix the paths are to go into each file's Details and adjust the path manually (from Installation Expert: Files screen, right click and select Details). Am I going t...

Will wise owl obfuscate wpf projects properly?

We are moving from windows forms to wpf for the next version of the product I work on. We are using wise owl to do our obfuscation and I am wondering if anyone has had experience with this. ...

How do I bootstrap/chain a separate setup.exe in quiet mode from a Wise setup.ini file.

Our application installer needs to run a setup exe from a third party after installing our files. Their setup exe was tested using Visual Studio's deployment tools, but we're using Wise for Windows Installer. They say I need to add a command line call to their setup.exe to the setup.ini file that Wise generates, but they can't tell me th...

WISE Windows Installer Editor Launch Condition Problem - Version Checking

I am working on a WISE Installer that needs to run on Java Version 1.5 or greater. So I have it read the registry for the Java Runtime Environment and get the "CurrentVersion" variable - for example 1.6, and place it in a WISE property. I am attempting to build a Launch Condition that prevents the Installer from continuing if it is run ...

Wise Installer, dialog on uninstall?

With wise installer, how can I make the 'Remove' action display a dialog? I would like to have some options displayed to the user. The modify seems to do this, but my remove action just causes the uninstall with no options. ...

Wise: How to install files into a path specified in the registry

Hi, I'm writing a .msi using Wise Installer Editor and I want to copy all my files into a directory specified in a registry key. How can I specify this in Wise? Thanks in advance, Ernesto ...

When installing an ODBC driver, Windows Installer keeps putting it in SystemFolder

I'm working on an installer that, among other things, installs a web server. As part of the setup, I'm setting up an ODBC driver and data source. I'm trying to put a bunch of utility files, including the third party ODBC driver DLL, into a certain folder, but when I run the installer, it insists on changing that directory to the SystemFo...

Conditional compilation with WISE

I need to adapt existing WISE installers for 64-bit, but don't want to make copies of the existing installers. For future maintenance purposes, I want one project that produces both 32-bit and 64-bit installers. Googling this, I find indications that it's possible, but no straightforward documentation explaining what the correct approa...

Asp.Net Charts Hour wise

Hi, I used cahrt Control in my asp.net application, for all types of are working perfectly, but hour wise charts are displaying very ugly... I am taking the time as on X-Axis and Count on Y-Axis, I want to display the total 24 hours on X-Axis, like 0 1 2 3..... 24 Can any one tell me how to set the property.. how to di...

Are Visual Studio Setup Projects suitable for complex setups

Are "Visual Studio Setup" Projects suitable for complex setups in different versions? The application is rather large (> 500.000 lines of code) and is under continuous development. Every 6 to 10 month a new version gets released. We have multiple configuration files (INI and XML), registry keys, database migration scripts, etc. The app...

Installing a shared assembly to the GAC with COM interop

Specifically, I am using Wise Installation Studio to install several shared .NET 2.0 assemblies into the GAC. These are being used by some legacy COM application files as well as other application assemblies. I have the flag for "Generate COM interop registry keys for .NET assembly" set. Reference counting appears to be working for re...

Wise for Windows

Hi... I'm just playing with Wise For Windows Installer for the first time, and I'm trying to modify things so that the installation folder (INSTALLDIR) (currently c:\abc) gets sent to c:\program files\abc as a default instead... I'm basically trying to change the suggested installation folder that is offered when the user runs the insta...