Search found 4 matches

by githomas
Sat Sep 22, 2012 11:56 am
Forum: Bug Reports
Topic: <AppData> variable is wrong
Replies: 3
Views: 22247

Re: <AppData> variable is wrong

Unfortunately, I have already tried what you suggest. In fact I tried this before I made my original post. On my windows 7 I have 3 users ADMIN (has the AppData value Gail) Gail (has the AppData value Gail_2) Joe (has the AppData value Joe) I does not matter which user I'm logged in as, I always get...
by githomas
Thu Sep 13, 2012 1:41 pm
Forum: Bug Reports
Topic: <AppData> variable is wrong
Replies: 3
Views: 22247

<AppData> variable is wrong

If I open regedit and fetch the key HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders and get the value AppData, I get the string: C:\Users\Gail_2\AppData\Roaming When I fetch this same string on the Actual Installer System Variables I get the string: C:\Users\Gail\A...
by githomas
Tue Sep 04, 2012 6:52 pm
Forum: General Discussions
Topic: fetching values from the regisgtry
Replies: 3
Views: 11935

Re: fetching values from the regisgtry

Is it possible to step through the installation process? I created a sript using your suggestions above and it does not work. I'd like to place a breakpoint where the registry value is fetched, and then step through the commands. I need to be certain that the code is being executed.

Gail Thomas
by githomas
Thu Aug 23, 2012 4:16 pm
Forum: General Discussions
Topic: fetching values from the regisgtry
Replies: 3
Views: 11935

fetching values from the regisgtry

I've written a Word 2010 template document. I'd like to use Actual Installer to do the following: 1. determine if Word 2010 is installed. (I know where to look for this value.) 2. If Word 2010 is installed, I need to fFetch the registry value to determine where the new template documents are to be s...