I need to install a shortcut that opens one of the folders that I'm creating. What mist I do to create a shortcut whose target is a folder instead of a file? I tried making the folder the shortcut's target, but when I try to install the application, Windows Installer tells me that the shortcut can't be created even though both the destin...
I want to install a plugins dll to a pre-installed application. Pre-installed application has its installed location in registry from where I can get its location. If I cannot found the registry. I simply don't want to install the plugin file. I am using Wise Installation express 7.4.0.214.
What I have done is put a System search on the...
I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line option into the UninstallString registry value doesn't work. I tried. No IDE-specific answers, please, unless they pertain to Wise Windows...
In our installer, the bootstrap app sometimes needs to do stuff that involves leaving files in the temp folder for custom actions in the MSI to pick up. The problem is, when a person remote logs into the OS using Remote Desktop Connection, the bootstrap app and the MSI see the temp folder in different locations. For instance, on Windows ...
Hi,
Can a specific cell wise trigger be created.
Or
Is
IF UPDATE(COLOUM) where OTHER_COLOUM like 'JT'
's equivalent present in MSSQLSEVER2008 ?
---EDIT after getting 2nd answer---
IF not UPDATE(CurrentNo) --// Wanted to do like this : where series ='JT'
return
IF not EXISTS
(
SELECT 'True'
...
I am creating a setup using WISE installer. I want to lauch a web page when user presses the finish button. Here is what I have done so far after learning from other sources.
In custom actions, created a new action 'Open document from installed files'. Say this is Action1
On exit dialog, double click 'Finish' button. In 'Events' tab ad...