Windows Setup.exe fails on Program Group creation

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Gruff
Newbie
Newbie
Posts: 4
Joined: Sat Jun 20, 2009 11:21 am

Windows Setup.exe fails on Program Group creation

Post by Gruff »

I have two issues with Wine.
1) When I run my VB6 Setup package the text is tiny and garbled.
I'm basically pushing buttons by memory as I can't make out what they say.


2) When I run my setup package from the Wine C: drive. Everything goes as it should until I reach the part where it constructs a Windows program group. Setup pops up an error dialog called "Setup message" and says: "Could not create directory: \FormDesigner" (Which is the name of my app)

What Sub folder area is it trying to write to? Under Windows that would most likey be:
C:\Documents and Settings\Profiles\<my Name>\Start Menu\Programs\

At one point a couple of weeks ago I uninstalled Wine then reinstalled it.
Could that have destroyed the folder structure it is looking for?

Thank You,

Tom Groff
[email protected]
Gruff
Newbie
Newbie
Posts: 4
Joined: Sat Jun 20, 2009 11:21 am

Post by Gruff »

Have not figured out how to fix problem 1.

RE: problem 2.

After looking at the USERPROFILE entry in the Wine .REG file I noticed that my profile in Wine was:

C:\Windows\Profile\<MyName>

After adding to that folder structure:

C:\Windows\Profile\<MyName>\Start Menu\Programs

My VB6 install package now completes and the test program runs.
jorl17
Level 5
Level 5
Posts: 365
Joined: Mon Jul 28, 2008 6:44 pm

Post by jorl17 »

Gruff wrote:Have not figured out how to fix problem 1.

RE: problem 2.

After looking at the USERPROFILE entry in the Wine .REG file I noticed that my profile in Wine was:

C:\Windows\Profile\<MyName>

After adding to that folder structure:

C:\Windows\Profile\<MyName>\Start Menu\Programs

My VB6 install package now completes and the test program runs.
Maybe you should file a bug (if it doesn't exist yet). If it works on windows it should work on wine too.
Gruff
Newbie
Newbie
Posts: 4
Joined: Sat Jun 20, 2009 11:21 am

Post by Gruff »

RE: 1)

The program installed by Setup.exe looks fine. It is the Setup program itself that is the problem. The text is small and extremely pixelated. So much so you could not read it.

I'm able to walk through the install because I have done this for years. I just know which buttons to press.

Wish I could attach a screen shot of the Setup dialog.
John Drescher

Windows Setup.exe fails on Program Group creation

Post by John Drescher »

On Tue, Jun 30, 2009 at 10:10 PM, Gruff<[email protected]> wrote:
RE: 1)

The program installed by Setup.exe looks fine.  It is the Setup program itself that is the problem.  The text is small and extremely pixelated.  So much so you could not read it.

I'm able to walk through the install because I have done this for years.  I just know which buttons to press.

Wish I could attach a screen shot of the Setup dialog.
How about some terminal output?

John
Gruff
Newbie
Newbie
Posts: 4
Joined: Sat Jun 20, 2009 11:21 am

Post by Gruff »

Sorry John, I am very new to linux and ubuntu. Not a clue what you mean. :)
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Windows Setup.exe fails on Program Group creation

Post by austin987 »

On Thu, Jul 2, 2009 at 10:34 PM, Gruff<[email protected]> wrote:
Sorry John, I am very new to linux and ubuntu.  Not a clue what you mean.  :)
http://wiki.winehq.org/FAQ#get_log

--
-Austin
Locked