Search found 50 matches

by StyX
Fri Oct 17, 2014 7:20 am
Forum: Plug-In Development
Topic: Maybe possibility for C# plugins
Replies: 42
Views: 139025

Re: Maybe possibility for C# plugins

Is there any more documentation on this other than what is included with the example setup and in the help file?
by StyX
Tue Oct 25, 2011 3:09 am
Forum: Technical Support
Topic: Edit Web.config IA 2012
Replies: 1
Views: 3084

Edit Web.config IA 2012

I'm trying to edit a Web.config file using the Edit XML File command, but I can't seem to get it to work. The value I'm trying to change looks like this: <add value="http://7.4.2.193/Mobile/"/> I want to change the url during the install. The value is located under <configuration> <microso...
by StyX
Thu Mar 31, 2011 12:59 am
Forum: Technical Support
Topic: Extracting MSI files from EXE
Replies: 4
Views: 19279

Re: Extracting MSI files from EXE

The .exe file is essentially a 7zip archive. So programs like WinRAR or 7-zip is able to unpack the .exe file.
by StyX
Fri Mar 18, 2011 4:44 am
Forum: Technical Support
Topic: "this installation is forbidden by system policy"
Replies: 12
Views: 23589

Re: "this installation is forbidden by system policy"

I've seen this issue happening when the Group Policy denies regular users to install software on their computer and UAC is turned on. The problem we had was to get the process running the installer to elevate so that it actually runs as an admin and not as a regular user. The way we solved this was ...
by StyX
Fri Mar 18, 2011 4:36 am
Forum: Technical Support
Topic: Patch specific instance of Product
Replies: 1
Views: 2820

Patch specific instance of Product

I've got an installer that allows the user to install multiple instances of the same Product, those multiple instance can be the same version of the Product or another version of the Product. During the install the user is prompted to give the instance a name which I append to the $TITLE$ variable a...
by StyX
Thu Mar 25, 2010 2:18 am
Forum: Technical Support
Topic: "Error" message box upon install
Replies: 1
Views: 2785

Re: "Error" message box upon install

Do I understand you correctly that you want the ability to install your product multiple times?

If so, then you should look into Transform Instance (it's fairly well documented in the Help file).
by StyX
Mon Mar 22, 2010 9:59 am
Forum: Technical Support
Topic: IIS Application Pool
Replies: 0
Views: 8458

IIS Application Pool

Is there a way to list out the Application Pools that is already defined in IIS during the setup?
by StyX
Wed Dec 16, 2009 7:39 am
Forum: Technical Support
Topic: Change build script dynamicly
Replies: 0
Views: 4363

Change build script dynamicly

I need to create a setup that changes dynamicly on build time by passing in Compiler Variables. Simply put I need to change everything that shows version and product name when building the setup. The same install script is used for both testing of new releases and the current release, so in order to...
by StyX
Mon Oct 26, 2009 7:27 am
Forum: Technical Support
Topic: Get all MS SQL Instances, but only on local machine
Replies: 1
Views: 2769

Get all MS SQL Instances, but only on local machine

Is there a way to get the instancename of all available MS SQL Instances on the local machine that the setup is running. I know it's possible to detect all MS SQL Instances running on the network, but choosing a remote MS SQL Instance would in my case break the install. I've tried parsing the output...
by StyX
Mon Oct 26, 2009 6:48 am
Forum: Technical Support
Topic: Install as Administrator
Replies: 2
Views: 3472

I guess you might be able to do this by creating "two installers". Where the first one only contains a Run As statement (just remove all the other code shown in the MSIcode tab), and have that execute the second installer which will install the app under the privileges supplied in the Run ...
by StyX
Fri Oct 09, 2009 2:21 am
Forum: Technical Support
Topic: Check if folder exists ?
Replies: 2
Views: 4412

Thanks, I can't believe that I missed that in the commands list :)
by StyX
Tue Oct 06, 2009 11:43 am
Forum: Technical Support
Topic: Check if folder exists ?
Replies: 2
Views: 4412

Check if folder exists ?

Is there a way to check if a folder already exists on the target system and check if that folder is empty?
by StyX
Mon Jul 27, 2009 8:09 am
Forum: Technical Support
Topic: Can users/groups be created during install?
Replies: 3
Views: 3508

You could do this in a .bat file which you generate based on user input and execute during the setup.

Look for the commands that you need using these cmd's:
net help
net user /?
net help user
net localgroup /?
net help localgroup
by StyX
Fri Jun 19, 2009 7:44 pm
Forum: Technical Support
Topic: Windows 7 64-bit Uninstall Registry Entries
Replies: 34
Views: 76661

Awesome :) [StartRant] Even though the test toolkit says it's not required to have those field, here's a quote from the winqual support guys: However the version information is also required for the successful completion of the submission, if it is missing then Winqual will not accept the submission...
by StyX
Fri Jun 19, 2009 4:13 pm
Forum: Technical Support
Topic: Stupid Question of the week
Replies: 11
Views: 8129

From the help file: Defining System Folders A collection of pre-defined system folders will always be available on the remote system. The IDE displays the most frequently used folders, but you may want to display additional system folders when they are required: 1. Right click an element in the Targ...

Go to advanced search