Interaction between SWV and Wise Installation Studio

This issue has been solved. See solution.
finalana's picture

Hi,

I've observed some weird behaviour when installing SWV and Wise Installation Studio on the same machine.

What I want to do is create a setup.exe that contains the Workspace Virtualization Agent in runtime mode. For this I need to use Virtual Package Editor, which is part of Wise Installation Studio. To test this, I wrote a console program that reads the DWORD registry value HKLM\SOFTWARE\virt_test1\mykey. I did the following tests on two Windows XP SP3 virtual machines, one English and one German.

Test 1

- install Wise Installation Studio

- create setup.exe

-> works

Test 2

- install Wise Installation Studio

- install SWV

- create setup.exe

-> does not work; the program can't read the registry value (RegOpenKeyEx() fails)

Test 3

- install SWV

- install Wise Installation Studio

- create setup.exe

-> does not work; the program can't read the registry value (RegOpenKeyEx() fails)

Is this a known problem? Can anyone reproduce the behaviour? I can upload the files I used for the test if needed.

Jordan's picture

Wise is not compatible with

Solution

Wise is not compatible with SWV 6.1 SP1 at the moment because we've changes where everything in the registry is saved for a layer and Wise is still looking in the old location.

It should still work with SWV 6.1.

If a forum post solves your problem please flag is as the solution

I you like an article, blog post or download vote it up

EdT's picture

What about Wise Package Studio 8?

Hi Jordan,
WPS8 has just shipped. Was this updated to work with  SWV 6.1 SP1 before release?

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

Jordan's picture

From what I understand no. 

From what I understand no.  The Wise team is no longer maintaining their virtual packager as that has fallen to the SEV business unit.

If a forum post solves your problem please flag is as the solution

I you like an article, blog post or download vote it up

Jordan's picture

Though I may be wrong so

Though I may be wrong so someone might want to check with the wise people.

If a forum post solves your problem please flag is as the solution

I you like an article, blog post or download vote it up

EdT's picture

Update

WPS 8 did not include any compatibility update for SWV 6.1 SP1
It will be added for a future update of WPS 8

If your issue has been solved, please use the "Mark as Solution" link on the most relevant thread.

VBScab's picture

@Jordan

Along with WPS's seemingly sub-glacial development cycle, the utter disdain for the customer displayed here confirms why I am increasingly recommending to my clients that they switch to InstallShield for packaging.

Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.