Search found 27 matches

by jdeleon7010
Wed Jul 23, 2014 2:31 pm
Forum: Technical Support
Topic: UAC Elevation Clarification
Replies: 16
Views: 87583

Re: UAC Elevation Clarification

I understand the difference between a standard user and an administrator. My question was directed towards Installaware, if it has functionality to support this.
by jdeleon7010
Wed Jul 23, 2014 9:14 am
Forum: Technical Support
Topic: UAC Elevation Clarification
Replies: 16
Views: 87583

Re: UAC Elevation Clarification

is it possible to create an installer that is ran by a standard user, without prompting for an administrator password? All while UAC is enabled?
by jdeleon7010
Thu Oct 24, 2013 8:27 am
Forum: Non-Technical
Topic: Help Me Pitch IA
Replies: 1
Views: 18907

Help Me Pitch IA

Hello, I have demo'd InstallAware and InstallShield. Coming from a wise scripting background, I believe IA will be the easiest transition to make to rebuild all of our wrappers. One question that was brought up was, what is the adoption rate of IA vs IS? What well known enterprise uses IA in their e...
by jdeleon7010
Wed Sep 19, 2012 10:45 am
Forum: Technical Support
Topic: NATIVE_OVERWRITE
Replies: 4
Views: 5104

Re: NATIVE_OVERWRITE

That worked PERFECTLY!

thank you!
by jdeleon7010
Thu Sep 13, 2012 9:42 am
Forum: Technical Support
Topic: Patching
Replies: 3
Views: 6958

Patching

Hello, I would like to understand patching a bit more than what is described in the help file (which I have read). I have an application that is built numerous times during the life cycle. We have the base install plus XX patches. 1. User runs the base install. 2. New build is released, user patches...
by jdeleon7010
Wed Sep 12, 2012 9:39 am
Forum: Technical Support
Topic: NATIVE_OVERWRITE
Replies: 4
Views: 5104

NATIVE_OVERWRITE

Hi,

I set this to ALWAYS and when I do an installfile it still prompts the user. Also, Shift F9 is not building my project

is there something I am missing?
by jdeleon7010
Wed Sep 12, 2012 9:34 am
Forum: Technical Support
Topic: Check if ntuser.dat is in use
Replies: 9
Views: 8031

Re: Check if ntuser.dat is in use

So I decided to right a vbscript to trap the error, here is the code in VBS. Will IA have built in routines for this in the future? On Error Resume Next Const ForAppending = 8 Dim Arg, IN_USE_PATH Set Arg = Wscript.Arguments IN_USE_PATH = Arg(0) Set oFSO = CreateObject("Scripting.FileSystemObje...
by jdeleon7010
Thu Aug 30, 2012 2:52 pm
Forum: Technical Support
Topic: FOR EACH
Replies: 3
Views: 4023

Re: FOR EACH

It is the out put of user names from the C:\Users folder and contains the following text.

Administrator
All Users
Default
Default User
Public
Test
by jdeleon7010
Wed Aug 29, 2012 11:41 am
Forum: Technical Support
Topic: FOR EACH
Replies: 3
Views: 4023

FOR EACH

Hello, I am seeing an issue when running a read from file command within a for each routine. It looks like the variable is not updating when a read from file is called. Here is my code. ~InstallAware Clipboard Data~ ~Wend~ ~{B89F7EFB-353B-4DB5-A7FD-6AC5E7B5FEB1}~ ~Next~ ~{E3996076-FF25-46CD-9F27-C9B...
by jdeleon7010
Tue Aug 21, 2012 11:21 am
Forum: Plug-In Development
Topic: EditFile plugin
Replies: 54
Views: 284820

Re: EditFile plugin

Any progress on this?
by jdeleon7010
Fri Aug 17, 2012 10:25 am
Forum: Technical Support
Topic: Check if ntuser.dat is in use
Replies: 9
Views: 8031

Re: Check if ntuser.dat is in use

Can you post an example on how i will call that?

Code: Select all

~InstallAware Clipboard Data~
~Call DLL Function~
~{A8ADF66B-44C3-4662-A11F-65C7E322EC74}~
~kernel32.dll,GetLastError,"double word",RETURN,$~
~mDown.dll\mDownExec.dll~
by jdeleon7010
Fri Aug 17, 2012 10:06 am
Forum: Technical Support
Topic: Check if ntuser.dat is in use
Replies: 9
Views: 8031

Re: Check if ntuser.dat is in use

The whole purpose of the routine is to retrieve the return value of the GetLastError function when calling CreateFileA. If the return value is ERROR_SHARING_VIOLATION or 32 (0x20), I can determine the file is being used. I have tried the new code you posted and it doesnt look like its working for me...
by jdeleon7010
Thu Aug 16, 2012 2:23 pm
Forum: Technical Support
Topic: Check if ntuser.dat is in use
Replies: 9
Views: 8031

Re: Check if ntuser.dat is in use

I imported the wise action to check in use, but am having issues, can you please take a look? ~InstallAware Clipboard Data~ ~MessageBox~ ~{D17F8291-1573-4877-B103-DD56B1ABFDAD}~ ~TEST~ ~$_INUSE_VAR_$~ ~0~ ~1~ ~~ ~Comment~ ~{AEDAFC0F-BEBC-442F-87EE-0865BF164EB9}~ ~~ ~End~ ~{964E9467-99C2-4239-84C6-44...
by jdeleon7010
Wed Aug 15, 2012 4:30 pm
Forum: Technical Support
Topic: Check if ntuser.dat is in use
Replies: 9
Views: 8031

Check if ntuser.dat is in use

Hello,

Is there a plugin/action to check if ntuser.dat is in use? I would like to edit the file if not in use.
by jdeleon7010
Mon Aug 13, 2012 9:34 am
Forum: Technical Support
Topic: HKCU Key Routine
Replies: 5
Views: 5626

Re: HKCU Key Routine

Thank you for the reply, but once the installer is elevated as a different user, will this write to the elevated user hive?

Go to advanced search