Search found 25 matches

by ggrewe
Sat Jan 30, 2016 12:00 pm
Forum: General Discussions
Topic: Firewall Exceptions
Replies: 1
Views: 9183

Re: Firewall Exceptions

All the firewall rules are stored in the registry, you just need to alter those values. I believe the firewall rules are stored in: HKLM\SOFTWARE\Policies\Microsoft\WindowsFirewall\...
by ggrewe
Fri Jan 22, 2016 12:52 am
Forum: General Discussions
Topic: Conditional Prerequisite
Replies: 0
Views: 15575

Conditional Prerequisite

Is it possible to setup a Prerequisite that checks to see if SQL Server is installed and, if it is, then check to see if a specific version of Crystal Reports is installed? If SQL Server is not installed, then check to see if if a different version of Crystal Reports is installed? I check easily che...
by ggrewe
Tue Dec 01, 2015 1:42 am
Forum: General Discussions
Topic: Problem installing fonts
Replies: 0
Views: 16399

Problem installing fonts

I am having a problem with Fonts not being installed. The files are being delivered to the Fonts folder, but they are not registered. I attached the aisetup.ini file.

Thanks in advance for your help.
by ggrewe
Tue Dec 01, 2015 1:29 am
Forum: General Discussions
Topic: PowerShell Scripts
Replies: 0
Views: 15964

PowerShell Scripts

Are we able to run PowerShell scripts during the installation? I have various configurations with no luck. File: <SystemDir>\PowerShell.exe Parameters: -Command "& {(get-content '<InstallDir>\<AppName>.exe.config').replace('$CountyName$', '<CustomUserInfo>') | set-content '<InstallDir>\<App...
by ggrewe
Mon Nov 30, 2015 5:57 pm
Forum: General Discussions
Topic: Replace text in a file
Replies: 0
Views: 15469

Replace text in a file

Is there a process available to replace text in a file with the value of a variable? For example, in the app.config, can we change the value of a key with <CustomUserInfo>? I see that we can run a custom action, but can the custom action run a PowerShell function? (Get-Content test.txt) | ForEach-Ob...