Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Browse not wrking for InstallChangeFolder


2 replies to this topic

PremaVV

PremaVV
  • Full Members
  • 9 posts

Posted 07 August 2007 - 12:52

Hi,

I have custom dialog with an Edit field. This edit box has a browse button next to it. I'm spawning a clone of InstallChangeFolder (Which is called InstallChangeFolder1).
My browse button in custom dialog has the following events,

Event Argument Condition
SpawnDialog InstallChangeFolder1 1
[_BrowseProperty] WPACKAGE 1


WPACKAGE is the property of Edit field. I want the path which user chooses to get reflected in WPACKAGE since i'll be using this path for XML config.

When I click on the Browse button the 'Error 2343:Specified path is empty' is displayed and installation gets aborted.
Is it anything to do with the Directory Table under Direct Editor? Do I have to give default path for WPACKAGE? How to give a path for the property in the Tabel?

Please someone help me. It's urgent, I have already wasted lot of time investigating on this.

Edited by PremaVV, 07 August 2007 - 12:55.


daner06

daner06
  • Full Members
  • 14 posts

Posted 01 February 2008 - 14:31

Hi,

I have the same problem in the DestinationFolder dialog. I want to add a new directory named "INSTALLDIRDONNEES" in the dialog.

I inform the the Directory Table under Direct Editor with :

QUOTE
Directory Directory_Parent DefaultDir ISDescription ISAttributes ISFolderName
INSTALLDIRDONNEES ISMyProductDir .  0


I've this event with the button "Modify" :

QUOTE
Event Argument Condition
SpawnDialog InstallChangeFolder1 1
[_BrowseProperty] INSTALLDIRDONNEES 1


And the Text property Label is :

QUOTE
[INSTALLDIRDONNEES]


What is the problem ???

I have : InstallShield 2008 and it's a Baisc MSI Project.

Thanks in advance.

daner06

daner06
  • Full Members
  • 14 posts

Posted 01 February 2008 - 16:15

I adding a new component and I don't have this error !!

Thanks