Tagged Questions
The wise tag has no wiki summary.
12
votes
2answers
542 views
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 ...
4
votes
4answers
3k views
How to stop a running process during an MSI based un-install?
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 ...
4
votes
4answers
3k views
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 ...
2
votes
2answers
395 views
WISE Uninstaller doesn't remove itself
I know, I know...stop using WISE. That's not really an option for me right now. We have too much on our plate to write a completely new installer and change our entire build process, which is what ...
2
votes
2answers
122 views
What do I need to check to ensure that an Uninstall is being run?
I need to set up a launch condition in my installer to prevent the user from running the MSI file directly unless they are running an uninstall. (All other types of install should be run from the ...
2
votes
3answers
295 views
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 ...
1
vote
1answer
109 views
How to run rollback custom action in Wise Installer Editor?
I'm making an installer that uses certain custom actions. I want to create a rollback action that undoes this changes when the installation is cancelled or unsuccessful.
What I've tried so far is ...
1
vote
2answers
129 views
SQL cell wise trigger
Can a specific cell wise trigger be created.
Or
Is
IF UPDATE(COLOUM) where OTHER_COLOUM like 'JT'
's equivalent present in MSSQLSEVER2008 ?
---EDIT after getting 2nd answer---
IF not ...
1
vote
1answer
135 views
How do I make my installer hide the Cancel button from the ARP?
I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line ...
1
vote
1answer
536 views
Wise: How to install files into a path specified in the registry
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
1
vote
1answer
192 views
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 ...
1
vote
1answer
339 views
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 ...
1
vote
1answer
165 views
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 ...
0
votes
1answer
28 views
Custom Action returned actual error code 1154 when using Wise Installer Studio 7.0
First of all this is very similar to the issue addressed Custom Action in C# used via WiX fails with error 1154
However, I was not able to discern specific steps to solve the problem in my situation. ...
0
votes
0answers
7 views
Need to not overwrite a file with Wise Installer
I create the installer for my application with Wise Installation Express 7.0. In my installation there is a file that holds user names and passwords. It needs to be installed/uninstalled when the ...
0
votes
0answers
6 views
How long does it take to make a installation package with Wise to deploy?
We have a subcontractor that is making a package for us.
We provided them the program.exe(90meg) and a few folder they have to remove from the installation
They are using Wise
how long should ...
0
votes
2answers
47 views
How to read windows build version via a Win API call or (better) reading a Registry value
Our installed is occasionally detecting the wrong version of Windows. (It detects version via built in Wise installer function to detect System Info and doesn't say HOW it does this).
So, I'm looking ...
0
votes
0answers
20 views
SQL Server Authentication mode is not getting set when SQL Server is installed through an application installer
SQL Server 2005 is a prerequisite for my application. The application installer is created and maintained use Wise Installer Studio. I need to enable SQL Server Authentication at install time for my ...
0
votes
0answers
36 views
Retrieving user domain and allowing installation based on allowed set of domains in Wise installation
We have requirement where we have to allow installation of product based on the allowed set of user domains. So to achieve this i am thinking of using USERDOMAIN environment variable and then check it ...
0
votes
1answer
111 views
Trying to understand what stand behinde Wisescript
I have two questions regarding to Wisescript,
(For those who don't familiar with Wisescirpt, it let you create installers, just like MSI)
Inside Wisescirpt Reference guide, there is a saying:
...
0
votes
1answer
236 views
extract cab/zip file to destination computer via an MSI
I have long hierarchy of source folder whose path length exceeds 255 character.
These are some demos and sample files that I have to deploy to the destination computer and they rarely changes (not ...
0
votes
2answers
364 views
How to force Windows Installer to replace a shortcut with a renamed one?
Recently, we added a feature to our installer that required a couple of the desktop shortcuts to be renamed slightly (the version number was added to the name). I'm having problems getting the ...
0
votes
3answers
339 views
Install file conditionally through msi (Internal Error 2732)
I want to install a plugins dll to a pre-installed application. Pre-installed application has its installed location in registry from where I can get its location. If I cannot found the registry. I ...
0
votes
2answers
285 views
How do you create a shortcut to a folder in Windows Installer?
I need to install a shortcut that opens one of the folders that I'm creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut's ...
0
votes
1answer
41 views
Wise for Windows
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 ...
0
votes
1answer
218 views
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 ...
0
votes
1answer
183 views
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 ...
0
votes
2answers
695 views
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 ...
0
votes
1answer
225 views
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.
0
votes
1answer
191 views
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 ...
0
votes
1answer
1k views
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 ...
0
votes
2answers
414 views
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:
...