Wise from Wise Solutions, Inc. was a popular installation package creation tool for Windows. The company has been acquired by Symantec Corporation in 2007 and it's support has been discontinued in 2011.
Questions tagged [wise]
67 questions
0
votes
1 answer
WiseScript: Get user executing a running process
I know that the currently logged on windows user can be detected via WiseScript using:
Get System Information, Retrieve: Windows Logon Name
But purely in WiseScript, is there a way to get the user name executing a running process?
There is an…

Dave
- 1,823
- 2
- 16
- 26
0
votes
1 answer
Logger Service need to have default config file for log4net / WISE
I am developing a simple Logger Service (C#2.0) which logs message arrived (via MSMQ) from different clients. Logger Service logging mechanism is using log4net library. I want to have separate file for log4net configuration.
Service is supposed to…

ALZ
- 1,997
- 2
- 27
- 44
0
votes
2 answers
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…

n2009
- 163
- 2
- 5
- 20
0
votes
1 answer
Register COM Interop Dlls with WISE
The application I'm talking about consists of vb6 (80%) and c#, .Net Framework 4.0 (20%).
All new components are created with c#. With Microsoft Interop Forms Toolkit 2.1 we create the COM UserControls that we later embed in vb6. For Forms we use…

Fabian
- 435
- 2
- 5
- 11
-1
votes
1 answer
WIX - Build a setup.exe bundle which hold both 32 bit and 64 bit MSI
I was able to create a 32 bit and 64 bit msi of an application. Now i need to include these MSIs to a bundle like setup.exe. What is the best way to create a bundle like setup.exe that will extract the 32 bit msi in 32 bit machine and extract 64 bit…

mystack
- 4,910
- 10
- 44
- 75
-1
votes
1 answer
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 as a default instead... I'm basically trying to…

Martin Milan
- 6,346
- 2
- 32
- 44
-1
votes
1 answer
How to stop a running process during an wise installation based un-install?
when i unwsied a project,if the main program of the project is running, then the un-install del all the floders and files except the main program.
how can i do,when i unwise a project if the main program is running .i want alert a dialog "are you…

young
- 1