This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- SUPPORTDIR property is empty in DTF C# Custom Action. Why???!!!
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Apr 12, 2011
06:41 AM
SUPPORTDIR property is empty in DTF C# Custom Action. Why???!!!
Hi all,
I can really use your help
I've put some support files in my ism project, which I want only for installation time.
I've created a DTF C# custom action(Wix) that execute them from SUPPORTDIR
my custom Action is immidiate and is sequenced after CostFinalize
When I do the following:
string supportDir = session["SUPPORTDIR"]
supportDir is EMPTY
WHY??!!
Thanks,
Lior
I can really use your help
I've put some support files in my ism project, which I want only for installation time.
I've created a DTF C# custom action(Wix) that execute them from SUPPORTDIR
my custom Action is immidiate and is sequenced after CostFinalize
When I do the following:
string supportDir = session["SUPPORTDIR"]
supportDir is EMPTY
WHY??!!
Thanks,
Lior
(3) Replies
‎Apr 12, 2011
08:05 AM
ok somehow I've managed to get it...must be a corrupted ism
so why am I getting this:
C:\DOCUME~1\SVCCOS~1\LOCALS~1\Temp\{7763EBDA-ADAE-4B4B-9737-F7DE063BAD4B}
How execute a file from there in A C# custom action???
so why am I getting this:
C:\DOCUME~1\SVCCOS~1\LOCALS~1\Temp\{7763EBDA-ADAE-4B4B-9737-F7DE063BAD4B}
How execute a file from there in A C# custom action???